Mercurial > repos > bgruening > openms
diff CVInspector.xml @ 4:6ead64a594bd draft default tip
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
| author | bgruening |
|---|---|
| date | Wed, 27 Jan 2016 10:06:49 -0500 |
| parents | 3d84209d3178 |
| children |
line wrap: on
line diff
--- a/CVInspector.xml Mon Oct 13 10:18:22 2014 -0400 +++ b/CVInspector.xml Wed Jan 27 10:06:49 2016 -0500 @@ -1,37 +1,95 @@ -<?xml version='1.0' encoding='UTF-8'?> -<tool id="CVInspector" name="CVInspector" version="1.12.0"> - <description>A tool for visualization and validation of PSI mapping and CV files.</description> - <macros> - <token name="@EXECUTABLE@">CVInspector</token> - <import>macros.xml</import> - </macros> - <expand macro="stdio"/> - <expand macro="requirements"/> - <command>CVInspector +<?xml version="1.0" encoding="UTF-8"?> + <!--This is a configuration file for the integration of a tools into Galaxy (https://galaxyproject.org/). This file was automatically generated using CTD2Galaxy.--> + <!--Proposed Tool Section: [Utilities]--> + <tool id="CVInspector" name="CVInspector" version="2.0.0"> + <description>A tool for visualization and validation of PSI mapping and CV files.</description> + <macros> + <token name="@EXECUTABLE@">CVInspector</token> + <import>macros.xml</import> + </macros> + <expand macro="references"/> + <expand macro="stdio"/> + <expand macro="requirements"/> + <command>CVInspector + +-cv_files + #for token in $param_cv_files: + $token + #end for + +#if $rep_param_cv_names: +-cv_names + #for token in $rep_param_cv_names: + #if " " in str(token): + "$token.param_cv_names" + #else + $token.param_cv_names + #end if + #end for +#end if +#if $param_mapping_file: + -mapping_file $param_mapping_file +#end if --cv_files ${param_cv_files} --cv_names ${param_cv_names} --mapping_file ${param_mapping_file} --ignore_cv ${param_ignore_cv} --html ${param_html} --threads \${GALAXY_SLOTS:-24} +#if $rep_param_ignore_cv: +-ignore_cv + #for token in $rep_param_ignore_cv: + #if " " in str(token): + "$token.param_ignore_cv" + #else + $token.param_ignore_cv + #end if + #end for +#end if +#if $param_html: + -html $param_html +#end if +-threads \${GALAXY_SLOTS:-24} +#if $adv_opts.adv_opts_selector=='advanced': + #if $adv_opts.param_force: + -force +#end if +#end if </command> - <inputs> - <param name="param_cv_files" type="data" format="" optional="False" size="20" label="List of ontology files in OBO format." help="(-cv_files)"/> - <param name="param_cv_names" type="text" size="20" label="List of identifiers (one for each ontology file)." help="(-cv_names)"/> - <param name="param_mapping_file" type="data" format="xml" optional="True" label="Mapping file in CVMapping (XML) format." help="(-mapping_file)"/> - <param name="param_ignore_cv" type="text" size="20" value="UO PATO BTO" label="A list of CV identifiers which should be ignored." help="(-ignore_cv)"/> - </inputs> - <outputs> - <data name="param_html" label="Writes an HTML version of the mapping file with annotated CV terms" format="html"/> - </outputs> - <help>**What it does** - -A tool for visualization and validation of PSI mapping and CV files. + <inputs> + <param format="" help="(-cv_files) " label="List of ontology files in OBO format" multiple="true" name="param_cv_files" optional="False" size="30" type="data"> + <sanitizer> + <valid initial="string.printable"> + <remove value="'"/> + <remove value="""/> + </valid> + </sanitizer> + </param> + <repeat min="1" name="rep_param_cv_names" title="param_cv_names"> + <param help="(-cv_names) " label="List of identifiers (one for each ontology file)" name="param_cv_names" size="30" type="text"> + <sanitizer> + <valid initial="string.printable"> + <remove value="'"/> + <remove value="""/> + </valid> + </sanitizer> + </param> + </repeat> + <param format="xml" help="(-mapping_file) " label="Mapping file in CVMapping (XML) format" name="param_mapping_file" optional="True" type="data"/> + <repeat max="1" min="0" name="rep_param_ignore_cv" title="param_ignore_cv"> + <param help="(-ignore_cv) " label="A list of CV identifiers which should be ignored" name="param_ignore_cv" size="30" type="text" value="UO PATO BTO"> + <sanitizer> + <valid initial="string.printable"> + <remove value="'"/> + <remove value="""/> + </valid> + </sanitizer> + </param> + </repeat> + <expand macro="advanced_options"> + <param checked="false" falsevalue="" help="(-force) " label="Overwrite tool specific checks" name="param_force" optional="True" truevalue="-force" type="boolean"/> + </expand> + </inputs> + <outputs> + <data format="html" name="param_html"/> + </outputs> + <help>A tool for visualization and validation of PSI mapping and CV files. -For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/UTILS_CVInspector.html - -@REFERENCES@ -</help> -</tool> +For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/UTILS_CVInspector.html</help> + </tool>
