Mercurial > repos > mikel-egana-aranguren > oppl
diff OPPL/oppl.xml @ 9:14bfd77f8520
Interface improved (Imports first) and proper handling of import/merge options added
author | Mikel Egaña Aranguren <mikel-egana-aranguren@toolshed.g2.bx.psu.edu> |
---|---|
date | Tue, 18 Oct 2011 10:30:16 +0200 |
parents | 40adbcb2a7cc |
children | 3f31c0eb7539 |
line wrap: on
line diff
--- a/OPPL/oppl.xml Tue Oct 11 11:09:52 2011 +0200 +++ b/OPPL/oppl.xml Tue Oct 18 10:30:16 2011 +0200 @@ -1,4 +1,4 @@ -<tool id="oppl" name="Execute an OPPL file against an ontology" version="1.0.5"> +<tool id="oppl" name="Execute an OPPL file against an ontology" version="1.0.6"> <description>It executes an OPPL script against the input ontology and generates a new ontology with the changes described in the OPPL script</description> <!-- The command execution of the conditional is tacky, I think, but it works! --> @@ -46,10 +46,8 @@ </command>--> <inputs> - <param format="text" name="input" type="data" label="Input ontology file"/> - <param format="text" name="OPPL" type="data" label="OPPL file"/> <conditional name="import_opts"> - <param name="imports_select" type="boolean" value="False" truevalue="imports_yes" falsevalue="imports_no" label="Tick the box if the loaded ontology includes OWL imports"/> + <param name="imports_select" type="boolean" value="False" truevalue="imports_yes" falsevalue="imports_no" label="Tick the box if the input ontology includes OWL imports"/> <!-- EXPERIMENTS AND HOUSE KEEPING--> <!--<when value="imports_no"/> --> @@ -72,12 +70,14 @@ </when> </conditional> + <param format="text" name="input" type="data" label="Input ontology file"/> + <param format="text" name="OPPL" type="data" label="OPPL file"/> <param name="format" type="select" label="Choose ontology output format"> <option value="OWL" selected="true">OWL</option> <option value="OBO">OBO</option> </param> <param name="inferred" type="boolean" value="False" truevalue="AddInferred" falsevalue="Gora_ni" label="Add inferred subsumption axioms to output ontology"/> - <param name="merged" type="text" size="100" value="NoMerge" label="To merge the ontologies, type an URI for the new ontology (Leave NoMerge for not merging)" /> + <param name="merged" type="text" size="100" value="NoMerge" label="To merge ontologies (If there are imports), type an URI for the new ontology (Leave NoMerge for not merging)" /> <param name="reasoner" type="select" label="Choose reasoner"> <option value="Pellet" selected="true">Pellet</option> <option value="HermiT">HermiT</option> @@ -143,8 +143,6 @@ http://hermit-reasoner.com/ http://code.google.com/p/factplusplus/ - - http://code.google.com/p/oboformat/ **Contact**