comparison IDSplitter.xml @ 13:64e35457d86e draft

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit 3d1e5f37fd16524a415f707772eeb7ead848c5e3
author galaxyp
date Thu, 01 Dec 2022 19:02:51 +0000
parents de2d6f629cea
children ae90bc9b7936
comparison
equal deleted inserted replaced
12:cc0c1172058d 13:64e35457d86e
1 <?xml version='1.0' encoding='UTF-8'?> 1 <?xml version='1.0' encoding='UTF-8'?>
2 <!--This is a configuration file for the integration of a tools into Galaxy (https://galaxyproject.org/). This file was automatically generated using CTDConverter.--> 2 <!--This is a configuration file for the integration of a tools into Galaxy (https://galaxyproject.org/). This file was automatically generated using CTDConverter.-->
3 <!--Proposed Tool Section: [Utilities]--> 3 <!--Proposed Tool Section: [Utilities]-->
4 <tool id="IDSplitter" name="IDSplitter" version="@TOOL_VERSION@+galaxy@GALAXY_VERSION@" profile="20.05"> 4 <tool id="IDSplitter" name="IDSplitter" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="21.05">
5 <description>Splits protein/peptide identifications off of annotated data files</description> 5 <description>Splits protein/peptide identifications off of annotated data files</description>
6 <macros> 6 <macros>
7 <token name="@EXECUTABLE@">IDSplitter</token> 7 <token name="@EXECUTABLE@">IDSplitter</token>
8 <import>macros.xml</import> 8 <import>macros.xml</import>
9 <import>macros_autotest.xml</import>
10 <import>macros_test.xml</import>
11 </macros> 9 </macros>
12 <expand macro="requirements"/> 10 <expand macro="requirements"/>
13 <expand macro="stdio"/> 11 <expand macro="stdio"/>
14 <command detect_errors="exit_code"><![CDATA[@QUOTE_FOO@ 12 <command detect_errors="exit_code"><![CDATA[@QUOTE_FOO@
15 @EXT_FOO@ 13 @EXT_FOO@
58 <configfiles> 56 <configfiles>
59 <inputs name="args_json" data_style="paths"/> 57 <inputs name="args_json" data_style="paths"/>
60 <configfile name="hardcoded_json"><![CDATA[{"log": "log.txt", "threads": "\${GALAXY_SLOTS:-1}", "no_progress": true}]]></configfile> 58 <configfile name="hardcoded_json"><![CDATA[{"log": "log.txt", "threads": "\${GALAXY_SLOTS:-1}", "no_progress": true}]]></configfile>
61 </configfiles> 59 </configfiles>
62 <inputs> 60 <inputs>
63 <param name="in" argument="-in" type="data" format="consensusxml,featurexml,mzml" optional="false" label="Input file (data annotated with identifications)" help=" select consensusxml,featurexml,mzml data sets(s)"/> 61 <param argument="-in" type="data" format="consensusxml,featurexml,mzml" optional="false" label="Input file (data annotated with identifications)" help=" select consensusxml,featurexml,mzml data sets(s)"/>
64 <expand macro="adv_opts_macro"> 62 <expand macro="adv_opts_macro">
65 <param name="force" argument="-force" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Overrides tool-specific checks" help=""/> 63 <param argument="-force" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Overrides tool-specific checks" help=""/>
66 <param name="test" argument="-test" type="hidden" optional="true" value="False" label="Enables the test mode (needed for internal use only)" help=""> 64 <param argument="-test" type="hidden" optional="true" value="False" label="Enables the test mode (needed for internal use only)" help="">
67 <expand macro="list_string_san"/> 65 <expand macro="list_string_san" name="test"/>
68 </param> 66 </param>
69 </expand> 67 </expand>
70 <param name="OPTIONAL_OUTPUTS" type="select" optional="true" multiple="true" label="Optional outputs"> 68 <param name="OPTIONAL_OUTPUTS" type="select" optional="true" multiple="true" label="Optional outputs">
71 <option value="out_FLAG">out (Output file (data without identifications))</option> 69 <option value="out_FLAG">out (Output file (data without identifications))</option>
72 <option value="id_out_FLAG">id_out (Output file (identifications))</option> 70 <option value="id_out_FLAG">id_out (Output file (identifications))</option>
85 </data> 83 </data>
86 <data name="ctd_out" format="xml" label="${tool.name} on ${on_string}: ctd"> 84 <data name="ctd_out" format="xml" label="${tool.name} on ${on_string}: ctd">
87 <filter>OPTIONAL_OUTPUTS is not None and "ctd_out_FLAG" in OPTIONAL_OUTPUTS</filter> 85 <filter>OPTIONAL_OUTPUTS is not None and "ctd_out_FLAG" in OPTIONAL_OUTPUTS</filter>
88 </data> 86 </data>
89 </outputs> 87 </outputs>
90 <tests> 88 <tests><!-- UTILS_IDSplitter_1 -->
91 <expand macro="autotest_IDSplitter"/> 89 <test expect_num_outputs="3">
92 <expand macro="manutest_IDSplitter"/> 90 <section name="adv_opts">
91 <param name="force" value="false"/>
92 <param name="test" value="true"/>
93 </section>
94 <param name="in" value="IDMapper_1_output.featureXML"/>
95 <output name="out" file="IDSplitter_1_output.featureXML" compare="sim_size" delta_frac="0.7" ftype="featurexml"/>
96 <output name="id_out" file="IDSplitter_1_output.idXML" compare="sim_size" delta_frac="0.7" ftype="idxml"/>
97 <param name="OPTIONAL_OUTPUTS" value="ctd_out_FLAG,out_FLAG,id_out_FLAG"/>
98 <output name="ctd_out" ftype="xml">
99 <assert_contents>
100 <is_valid_xml/>
101 </assert_contents>
102 </output>
103 </test>
93 </tests> 104 </tests>
94 <help><![CDATA[Splits protein/peptide identifications off of annotated data files 105 <help><![CDATA[Splits protein/peptide identifications off of annotated data files
95 106
96 107
97 For more information, visit http://www.openms.de/doxygen/release/2.6.0/html/UTILS_IDSplitter.html]]></help> 108 For more information, visit http://www.openms.de/doxygen/release/2.8.0/html/UTILS_IDSplitter.html]]></help>
98 <expand macro="references"/> 109 <expand macro="references"/>
99 </tool> 110 </tool>