diff SiriusAdapter.xml @ 9:0c27444604dd draft default tip

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit 3d1e5f37fd16524a415f707772eeb7ead848c5e3
author galaxyp
date Thu, 01 Dec 2022 19:16:56 +0000
parents 2d655933d65f
children
line wrap: on
line diff
--- a/SiriusAdapter.xml	Mon Dec 14 16:53:26 2020 +0000
+++ b/SiriusAdapter.xml	Thu Dec 01 19:16:56 2022 +0000
@@ -1,13 +1,11 @@
 <?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 CTDConverter.-->
 <!--Proposed Tool Section: [Utilities]-->
-<tool id="SiriusAdapter" name="SiriusAdapter" version="@TOOL_VERSION@+galaxy1" profile="20.05">
+<tool id="SiriusAdapter" name="SiriusAdapter" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="21.05">
   <description>Tool for metabolite identification using single and tandem mass spectrometry</description>
   <macros>
     <token name="@EXECUTABLE@">SiriusAdapter</token>
     <import>macros.xml</import>
-    <import>macros_autotest.xml</import>
-    <import>macros_test.xml</import>
   </macros>
   <expand macro="requirements"/>
   <expand macro="stdio"/>
@@ -16,6 +14,10 @@
 #import re
 
 ## Preprocessing
+#if $sirius_executable:
+  mkdir sirius_executable &&
+  ln -s '$sirius_executable' 'sirius_executable/${re.sub("[^\w\-_]", "_", $sirius_executable.element_identifier)}.$gxy2omsext($sirius_executable.ext)' &&
+#end if
 mkdir in &&
 ln -s '$in' 'in/${re.sub("[^\w\-_]", "_", $in.element_identifier)}.$gxy2omsext($in.ext)' &&
 #if $in_featureinfo:
@@ -38,6 +40,10 @@
 @EXECUTABLE@ -write_ctd ./ &&
 python3 '$__tool_directory__/fill_ctd.py' '@EXECUTABLE@.ctd' '$args_json' '$hardcoded_json' &&
 @EXECUTABLE@ -ini @EXECUTABLE@.ctd
+#if $sirius_executable:
+  -sirius_executable
+  'sirius_executable/${re.sub("[^\w\-_]", "_", $sirius_executable.element_identifier)}.$gxy2omsext($sirius_executable.ext)'
+#end if
 -in
 'in/${re.sub("[^\w\-_]", "_", $in.element_identifier)}.$gxy2omsext($in.ext)'
 #if $in_featureinfo:
@@ -75,81 +81,84 @@
 #end if]]></command>
   <configfiles>
     <inputs name="args_json" data_style="paths"/>
-    <configfile name="hardcoded_json"><![CDATA[{"executable": "\$(which sirius)", "out_workspace_directory": "__SIRIUS_WORKSPACE__", "log": "log.txt", "threads": "\${GALAXY_SLOTS:-1}", "no_progress": true, "sirius": {"cores": "\${GALAXY_SLOTS:-1}"}}]]></configfile>
+    <configfile name="hardcoded_json"><![CDATA[{"log": "log.txt", "threads": "\${GALAXY_SLOTS:-1}", "no_progress": true}]]></configfile>
   </configfiles>
   <inputs>
-    <param name="in" argument="-in" type="data" format="mzml" optional="false" label="MzML Input file" help=" select mzml data sets(s)"/>
-    <param name="in_featureinfo" argument="-in_featureinfo" type="data" format="featurexml" optional="true" label="FeatureXML input with feature and adduct information" help=" select featurexml data sets(s)"/>
-    <section name="preprocessing" title="Preprocessing" help="" expanded="false">
-      <param name="filter_by_num_masstraces" argument="-preprocessing:filter_by_num_masstraces" type="integer" optional="true" min="1" value="1" label="Features have to have at least x MassTraces" help="To use this parameter feature_only is neccessary"/>
-      <param name="precursor_mz_tolerance" argument="-preprocessing:precursor_mz_tolerance" type="float" optional="true" value="0.005" label="Tolerance window for precursor selection (Feature selection in regard to the precursor)" help=""/>
-      <param name="precursor_mz_tolerance_unit" argument="-preprocessing:precursor_mz_tolerance_unit" display="radio" type="select" optional="false" label="Unit of the precursor_mz_tolerance" help="">
-        <option value="Da" selected="true">Da</option>
-        <option value="ppm">ppm</option>
-        <expand macro="list_string_san"/>
+    <param argument="-sirius_executable" type="data" format="txt" optional="true" value="sirius" label="The Sirius executable" help="Provide a full or relative path, or make sure it can be found in your PATH environment select txt data sets(s)"/>
+    <param argument="-in" type="data" format="mzml" optional="false" label="MzML Input file" help=" select mzml data sets(s)"/>
+    <param argument="-in_featureinfo" type="data" format="featurexml" optional="true" label="FeatureXML input with feature and adduct information" help=" select featurexml data sets(s)"/>
+    <param argument="-out_project_space" type="text" optional="true" value="" label="Output directory for SIRIUS project space" help="">
+      <expand macro="list_string_san" name="out_project_space"/>
+    </param>
+    <section name="preprocessing" title="" help="" expanded="false">
+      <param name="filter_by_num_masstraces" argument="-preprocessing:filter_by_num_masstraces" type="integer" optional="true" min="1" value="1" label="Number of mass traces each feature has to have to be included" help="To use this parameter, setting the feature_only flag is necessary"/>
+      <param name="precursor_mz_tolerance" argument="-preprocessing:precursor_mz_tolerance" type="float" optional="true" value="10.0" label="Tolerance window for precursor selection (Feature selection in regard to the precursor)" help=""/>
+      <param name="precursor_mz_tolerance_unit" argument="-preprocessing:precursor_mz_tolerance_unit" type="select" optional="true" label="Unit of the precursor_mz_tolerance" help="">
+        <option value="Da">Da</option>
+        <option value="ppm" selected="true">ppm</option>
+        <expand macro="list_string_san" name="precursor_mz_tolerance_unit"/>
       </param>
-      <param name="precursor_rt_tolerance" argument="-preprocessing:precursor_rt_tolerance" type="integer" optional="true" value="5" label="Tolerance window (left and right) for precursor selection [seconds]" help=""/>
+      <param name="precursor_rt_tolerance" argument="-preprocessing:precursor_rt_tolerance" type="float" optional="true" value="5.0" label="Tolerance window (left and right) for precursor selection [seconds]" help=""/>
       <param name="isotope_pattern_iterations" argument="-preprocessing:isotope_pattern_iterations" type="integer" optional="true" value="3" label="Number of iterations that should be performed to extract the C13 isotope pattern" help="If no peak is found (C13 distance) the function will abort. Be careful with noisy data - since this can lead to wrong isotope patterns"/>
       <param name="feature_only" argument="-preprocessing:feature_only" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Uses the feature information from in_featureinfo to reduce the search space to MS2 associated with a feature" help=""/>
       <param name="no_masstrace_info_isotope_pattern" argument="-preprocessing:no_masstrace_info_isotope_pattern" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Use this flag if the masstrace information from a feature should be discarded and the isotope_pattern_iterations should be used instead" help=""/>
     </section>
-    <section name="sirius" title="Parameters for SIRIUS and CSI:FingerID" help="" expanded="false">
-      <param name="profile" argument="-sirius:profile" display="radio" type="select" optional="false" label="Specify the used analysis profile" help="">
+    <section name="project" title="" help="" expanded="false">
+      <param name="processors" argument="-project:processors" type="integer" optional="true" value="1" label="Number of cpu cores to use" help="If not specified SIRIUS uses all available cores"/>
+      <param name="ignore_formula" argument="-project:ignore_formula" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Ignore given molecular formula in internal .ms format, while processing" help=""/>
+      <param name="q" argument="-project:q" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Suppress shell output" help=""/>
+    </section>
+    <section name="sirius" title="" help="" expanded="false">
+      <param name="ppm_max" argument="-sirius:ppm_max" type="float" optional="true" value="10.0" label="Maximum allowed mass deviation in ppm for decomposing masses [ppm]" help=""/>
+      <param name="ppm_max_ms2" argument="-sirius:ppm_max_ms2" type="float" optional="true" value="10.0" label="Maximum allowed mass deviation in ppm for decomposing masses in MS2 [ppm].If not specified, the same value as for the MS1 is used" help=""/>
+      <param name="tree_timeout" argument="-sirius:tree_timeout" type="integer" optional="true" min="0" value="0" label="Time out in seconds per fragmentation tree computations" help="0 for an infinite amount of time"/>
+      <param name="compound_timeout" argument="-sirius:compound_timeout" type="integer" optional="true" min="0" value="100" label="Maximal computation time in seconds for a single compound" help="0 for an infinite amount of time"/>
+      <param name="no_recalibration" argument="-sirius:no_recalibration" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Disable recalibration of input spectra" help=""/>
+      <param name="profile" argument="-sirius:profile" type="select" optional="true" label="Name of the configuration profile" help="">
+        <option value="default">default</option>
         <option value="qtof" selected="true">qtof</option>
         <option value="orbitrap">orbitrap</option>
         <option value="fticr">fticr</option>
-        <expand macro="list_string_san"/>
+        <expand macro="list_string_san" name="profile"/>
+      </param>
+      <param name="formula" argument="-sirius:formula" type="text" optional="true" value="" label="Specify the neutral molecular formula of the measured compound to compute its tree or a list of candidate formulas the method should discriminate" help="Omit this option if you want to consider all possible molecular formulas">
+        <expand macro="list_string_san" name="formula"/>
+      </param>
+      <param name="ions_enforced" argument="-sirius:ions_enforced" type="text" optional="true" value="" label="The iontype/adduct of the MS/MS data" help="Example: [M+H]+, . [M-H]-, [M+Cl]-, [M+Na]+, [M]+. You can also provide a . comma separated list of adducts">
+        <expand macro="list_string_san" name="ions_enforced"/>
+      </param>
+      <param name="candidates" argument="-sirius:candidates" type="integer" optional="true" min="1" value="5" label="The number of formula candidates in the SIRIUS output" help=""/>
+      <param name="candidates_per_ion" argument="-sirius:candidates_per_ion" type="integer" optional="true" value="-1" label="Minimum number of candidates in the output for each ionization" help="Set to force output of results for each possible ionization, even if not part of highest ranked results. -1 omits parameter in Sirius"/>
+      <param name="elements_considered" argument="-sirius:elements_considered" type="text" optional="true" value="" label="Set the allowed elements for rare element detection" help="Write SBrClBSe to allow the elements S,Br,Cl,B and Se">
+        <expand macro="list_string_san" name="elements_considered"/>
       </param>
-      <param name="candidates" argument="-sirius:candidates" type="integer" optional="true" min="1" value="5" label="The number of candidates in the SIRIUS output" help=""/>
-      <param name="database" argument="-sirius:database" type="select" optional="false" label="search formulas in given database" help="">
-        <option value="all" selected="true">all</option>
-        <option value="chebi">chebi</option>
-        <option value="custom">custom</option>
-        <option value="kegg">kegg</option>
-        <option value="bio">bio</option>
-        <option value="natural products">natural products</option>
-        <option value="pubmed">pubmed</option>
-        <option value="hmdb">hmdb</option>
-        <option value="biocyc">biocyc</option>
-        <option value="hsdb">hsdb</option>
-        <option value="knapsack">knapsack</option>
-        <option value="biological">biological</option>
-        <option value="zinc bio">zinc bio</option>
-        <option value="gnps">gnps</option>
-        <option value="pubchem">pubchem</option>
-        <option value="mesh">mesh</option>
-        <option value="maconda">maconda</option>
-        <expand macro="list_string_san"/>
+      <param name="elements_enforced" argument="-sirius:elements_enforced" type="text" optional="true" value="" label="Enforce elements for molecular formula determination" help="Write CHNOPSCl to allow the elements C, H, N, O, P, S and Cl. Add numbers in brackets to restrict the minimal and maximal allowed occurrence of these elements: CHNOP[5]S[8]Cl[1-2]. When one number is given then it is interpreted as upper bound. Default is CHNOP">
+        <expand macro="list_string_san" name="elements_enforced"/>
+      </param>
+      <param name="no_isotope_score" argument="-sirius:no_isotope_score" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Disable isotope pattern score" help=""/>
+      <param name="no_isotope_filter" argument="-sirius:no_isotope_filter" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Disable molecular formula filte" help="When filtering is enabled, molecular formulas are excluded if their theoretical isotope pattern does not match the theoretical one, even if their MS/MS pattern has high score"/>
+      <param name="ions_considered" argument="-sirius:ions_considered" type="text" optional="true" value="" label="the iontype/adduct of the MS/MS data" help="Example: [M+H]+, [M-H]-, [M+Cl]-, [M+Na]+, [M]+. You can also provide a comma separated list of adducts">
+        <expand macro="list_string_san" name="ions_considered"/>
       </param>
-      <param name="noise" argument="-sirius:noise" type="integer" optional="true" min="0" value="0" label="median intensity of noise peaks" help=""/>
-      <param name="ppm_max" argument="-sirius:ppm_max" type="integer" optional="true" value="10" label="allowed ppm for decomposing masses" help=""/>
-      <param name="isotope" argument="-sirius:isotope" display="radio" type="select" optional="false" label="how to handle isotope pattern data" help="Use 'score' to use them for ranking or 'filter' if you just want to remove candidates with bad isotope pattern. With 'both' you can use isotopes for filtering and scoring. Use 'omit' to ignore isotope pattern">
-        <option value="score">score</option>
-        <option value="filter">filter</option>
-        <option value="both" selected="true">both</option>
-        <option value="omit">omit</option>
-        <expand macro="list_string_san"/>
+      <param name="db" argument="-sirius:db" type="text" optional="true" value="" label="Search formulas in the Union of the given databases db-name1,db-name2,db-name3" help="If no database is given all possible molecular formulas will be respected (no database is used). Example: possible DBs: ALL,BIO,PUBCHEM,MESH,HMDB,KNAPSACK,CHEBI,PUBMED,KEGG,HSDB,MACONDA,METACYC,GNPS,ZINCBIO,UNDP,YMDB,PLANTCYC,NORMAN,ADDITIONAL,PUBCHEMANNOTATIONBIO,PUBCHEMANNOTATIONDRUG,PUBCHEMANNOTATIONSAFETYANDTOXIC,PUBCHEMANNOTATIONFOOD,KEGGMINE,ECOCYCMINE,YMDBMINE">
+        <expand macro="list_string_san" name="db"/>
       </param>
-      <param name="elements" argument="-sirius:elements" type="text" optional="true" value="CHNOP[5]S[8]Cl[1]" label="The allowed elements" help="Write CHNOPSCl to allow the elements C, H, N, O, P, S and Cl. Add numbers in brackets to restrict the maximal allowed occurrence of these elements: CHNOP[5]S[8]Cl[1]">
-        <expand macro="list_string_san"/>
+    </section>
+    <section name="fingerid" title="" help="" expanded="false">
+      <param name="candidates" argument="-fingerid:candidates" type="integer" optional="true" min="1" value="10" label="Number of molecular structure candidates in the output" help=""/>
+      <param name="db" argument="-fingerid:db" type="text" optional="true" value="BIO" label="Search formulas in the Union of the given databases db-name1,db-name2,db-name3" help="If no database is given all possible molecular formulas will be respected (no database is used). Example: possible DBs: ALL,BIO,PUBCHEM,MESH,HMDB,KNAPSACK,CHEBI,PUBMED,KEGG,HSDB,MACONDA,METACYC,GNPS,ZINCBIO,UNDP,YMDB,PLANTCYC,NORMAN,ADDITIONAL,PUBCHEMANNOTATIONBIO,PUBCHEMANNOTATIONDRUG,PUBCHEMANNOTATIONSAFETYANDTOXIC,PUBCHEMANNOTATIONFOOD,KEGGMINE,ECOCYCMINE,YMDBMINE">
+        <expand macro="list_string_san" name="db"/>
       </param>
-      <param name="compound_timeout" argument="-sirius:compound_timeout" type="integer" optional="true" min="0" value="10" label="Time out in seconds per compound" help="To disable the timeout set the value to 0"/>
-      <param name="tree_timeout" argument="-sirius:tree_timeout" type="integer" optional="true" min="0" value="0" label="Time out in seconds per fragmentation tree computation" help=""/>
-      <param name="top_n_hits" argument="-sirius:top_n_hits" type="integer" optional="true" min="1" value="10" label="The number of top hits for each compound written to the CSI:FingerID output" help=""/>
-      <param name="auto_charge" argument="-sirius:auto_charge" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Use this option if the charge of your compounds is unknown and you do not want to assume [M+H]+ as default" help="With the auto charge option SIRIUS will not care about charges and allow arbitrary adducts for the precursor peak"/>
-      <param name="ion_tree" argument="-sirius:ion_tree" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Print molecular formulas and node labels with the ion formula instead of the neutral formula" help=""/>
-      <param name="no_recalibration" argument="-sirius:no_recalibration" type="boolean" truevalue="true" falsevalue="false" checked="false" label="If this option is set, SIRIUS will not recalibrate the spectrum during the analysis" help=""/>
-      <param name="most_intense_ms2" argument="-sirius:most_intense_ms2" type="boolean" truevalue="true" falsevalue="false" checked="false" label="SIRIUS uses the fragmentation spectrum with the most intense precursor peak (for each spectrum)" help=""/>
     </section>
     <expand macro="adv_opts_macro">
-      <param name="converter_mode" argument="-converter_mode" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Use this flag in combination with the out_ms file to only convert the input mzML and featureXML to an .ms file" help="Without further SIRIUS processing"/>
-      <param name="force" argument="-force" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Overrides tool-specific checks" help=""/>
-      <param name="test" argument="-test" type="hidden" optional="true" value="False" label="Enables the test mode (needed for internal use only)" help="">
-        <expand macro="list_string_san"/>
+      <param argument="-converter_mode" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Use this flag in combination with the out_ms file to convert the input mzML and featureXML to a .ms file" help="Without further SIRIUS processing"/>
+      <param argument="-force" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Overrides tool-specific checks" help=""/>
+      <param argument="-test" type="hidden" optional="true" value="False" label="Enables the test mode (needed for internal use only)" help="">
+        <expand macro="list_string_san" name="test"/>
       </param>
     </expand>
     <param name="OPTIONAL_OUTPUTS" type="select" optional="true" multiple="true" label="Optional outputs">
-      <option value="out_sirius_FLAG">out_sirius (MzTab Output file for SiriusAdapter results)</option>
+      <option value="out_sirius_FLAG">out_sirius (MzTab output file for SIRIUS results)</option>
       <option value="out_fingerid_FLAG">out_fingerid (MzTab output file for CSI:FingerID, if this parameter is given, SIRIUS will search for a molecular structure using CSI:FingerID after determining the sum formula)</option>
       <option value="out_ms_FLAG">out_ms (Internal SIRIUS .ms format after OpenMS preprocessing)</option>
       <option value="ctd_out_FLAG">Output used ctd (ini) configuration file</option>
@@ -172,13 +181,496 @@
       <filter>OPTIONAL_OUTPUTS is not None and "ctd_out_FLAG" in OPTIONAL_OUTPUTS</filter>
     </data>
   </outputs>
-  <tests>
-    <expand macro="autotest_SiriusAdapter"/>
-    <expand macro="manutest_SiriusAdapter"/>
+  <tests><!-- TOPP_SiriusAdapter_1 -->
+    <test expect_num_outputs="2">
+      <section name="adv_opts">
+        <param name="converter_mode" value="false"/>
+        <param name="force" value="false"/>
+        <param name="test" value="true"/>
+      </section>
+      <param name="in" value="SiriusAdapter_1_input.mzML"/>
+      <output name="out_sirius" file="SiriusAdapter_1_output.mzTab" compare="sim_size" delta_frac="0.7" ftype="mztab"/>
+      <param name="out_project_space" value=""/>
+      <section name="preprocessing">
+        <param name="filter_by_num_masstraces" value="1"/>
+        <param name="precursor_mz_tolerance" value="10.0"/>
+        <param name="precursor_mz_tolerance_unit" value="ppm"/>
+        <param name="precursor_rt_tolerance" value="5.0"/>
+        <param name="isotope_pattern_iterations" value="3"/>
+        <param name="feature_only" value="false"/>
+        <param name="no_masstrace_info_isotope_pattern" value="false"/>
+      </section>
+      <section name="project">
+        <param name="processors" value="1"/>
+        <param name="ignore_formula" value="false"/>
+        <param name="q" value="false"/>
+      </section>
+      <section name="sirius">
+        <param name="ppm_max" value="10.0"/>
+        <param name="ppm_max_ms2" value="10.0"/>
+        <param name="tree_timeout" value="0"/>
+        <param name="compound_timeout" value="100"/>
+        <param name="no_recalibration" value="false"/>
+        <param name="profile" value="qtof"/>
+        <param name="formula" value=""/>
+        <param name="ions_enforced" value=""/>
+        <param name="candidates" value="5"/>
+        <param name="candidates_per_ion" value="-1"/>
+        <param name="elements_considered" value=""/>
+        <param name="elements_enforced" value=""/>
+        <param name="no_isotope_score" value="false"/>
+        <param name="no_isotope_filter" value="false"/>
+        <param name="ions_considered" value=""/>
+        <param name="db" value="all"/>
+      </section>
+      <section name="fingerid">
+        <param name="candidates" value="10"/>
+        <param name="db" value="BIO"/>
+      </section>
+      <param name="OPTIONAL_OUTPUTS" value="ctd_out_FLAG,out_sirius_FLAG"/>
+      <output name="ctd_out" ftype="xml">
+        <assert_contents>
+          <is_valid_xml/>
+        </assert_contents>
+      </output>
+    </test>
+    <!-- TOPP_SiriusAdapter_2 -->
+    <test expect_num_outputs="2">
+      <section name="adv_opts">
+        <param name="converter_mode" value="false"/>
+        <param name="force" value="false"/>
+        <param name="test" value="true"/>
+      </section>
+      <param name="in" value="SiriusAdapter_2_input.mzML"/>
+      <param name="in_featureinfo" value="SiriusAdapter_2_input.featureXML"/>
+      <output name="out_sirius" file="SiriusAdapter_2_output.mzTab" compare="sim_size" delta_frac="0.7" ftype="mztab"/>
+      <param name="out_project_space" value=""/>
+      <section name="preprocessing">
+        <param name="filter_by_num_masstraces" value="3"/>
+        <param name="precursor_mz_tolerance" value="10.0"/>
+        <param name="precursor_mz_tolerance_unit" value="ppm"/>
+        <param name="precursor_rt_tolerance" value="5.0"/>
+        <param name="isotope_pattern_iterations" value="3"/>
+        <param name="feature_only" value="true"/>
+        <param name="no_masstrace_info_isotope_pattern" value="false"/>
+      </section>
+      <section name="project">
+        <param name="processors" value="1"/>
+        <param name="ignore_formula" value="false"/>
+        <param name="q" value="false"/>
+      </section>
+      <section name="sirius">
+        <param name="ppm_max" value="10.0"/>
+        <param name="ppm_max_ms2" value="10.0"/>
+        <param name="tree_timeout" value="0"/>
+        <param name="compound_timeout" value="100"/>
+        <param name="no_recalibration" value="false"/>
+        <param name="profile" value="qtof"/>
+        <param name="formula" value=""/>
+        <param name="ions_enforced" value=""/>
+        <param name="candidates" value="5"/>
+        <param name="candidates_per_ion" value="-1"/>
+        <param name="elements_considered" value=""/>
+        <param name="elements_enforced" value=""/>
+        <param name="no_isotope_score" value="false"/>
+        <param name="no_isotope_filter" value="false"/>
+        <param name="ions_considered" value=""/>
+        <param name="db" value="all"/>
+      </section>
+      <section name="fingerid">
+        <param name="candidates" value="10"/>
+        <param name="db" value="BIO"/>
+      </section>
+      <param name="OPTIONAL_OUTPUTS" value="ctd_out_FLAG,out_sirius_FLAG"/>
+      <output name="ctd_out" ftype="xml">
+        <assert_contents>
+          <is_valid_xml/>
+        </assert_contents>
+      </output>
+    </test>
+    <!-- TOPP_SiriusAdapter_3 -->
+    <test expect_num_outputs="2">
+      <section name="adv_opts">
+        <param name="converter_mode" value="false"/>
+        <param name="force" value="false"/>
+        <param name="test" value="true"/>
+      </section>
+      <param name="in" value="SiriusAdapter_3_input.mzML"/>
+      <param name="in_featureinfo" value="SiriusAdapter_3_input.featureXML"/>
+      <output name="out_sirius" file="SiriusAdapter_3_output.mzTab" compare="sim_size" delta_frac="0.7" ftype="mztab"/>
+      <param name="out_project_space" value=""/>
+      <section name="preprocessing">
+        <param name="filter_by_num_masstraces" value="3"/>
+        <param name="precursor_mz_tolerance" value="10.0"/>
+        <param name="precursor_mz_tolerance_unit" value="ppm"/>
+        <param name="precursor_rt_tolerance" value="5.0"/>
+        <param name="isotope_pattern_iterations" value="3"/>
+        <param name="feature_only" value="false"/>
+        <param name="no_masstrace_info_isotope_pattern" value="false"/>
+      </section>
+      <section name="project">
+        <param name="processors" value="1"/>
+        <param name="ignore_formula" value="false"/>
+        <param name="q" value="false"/>
+      </section>
+      <section name="sirius">
+        <param name="ppm_max" value="10.0"/>
+        <param name="ppm_max_ms2" value="10.0"/>
+        <param name="tree_timeout" value="0"/>
+        <param name="compound_timeout" value="100"/>
+        <param name="no_recalibration" value="false"/>
+        <param name="profile" value="qtof"/>
+        <param name="formula" value=""/>
+        <param name="ions_enforced" value=""/>
+        <param name="candidates" value="5"/>
+        <param name="candidates_per_ion" value="-1"/>
+        <param name="elements_considered" value=""/>
+        <param name="elements_enforced" value=""/>
+        <param name="no_isotope_score" value="false"/>
+        <param name="no_isotope_filter" value="false"/>
+        <param name="ions_considered" value=""/>
+        <param name="db" value="all"/>
+      </section>
+      <section name="fingerid">
+        <param name="candidates" value="10"/>
+        <param name="db" value="BIO"/>
+      </section>
+      <param name="OPTIONAL_OUTPUTS" value="ctd_out_FLAG,out_sirius_FLAG"/>
+      <output name="ctd_out" ftype="xml">
+        <assert_contents>
+          <is_valid_xml/>
+        </assert_contents>
+      </output>
+    </test>
+    <!-- TOPP_SiriusAdapter_5 -->
+    <test expect_num_outputs="2">
+      <section name="adv_opts">
+        <param name="converter_mode" value="true"/>
+        <param name="force" value="false"/>
+        <param name="test" value="true"/>
+      </section>
+      <param name="in" value="SiriusAdapter_3_input.mzML"/>
+      <param name="in_featureinfo" value="SiriusAdapter_3_input.featureXML"/>
+      <output name="out_ms" file="SiriusAdapter_5_output.ms" compare="sim_size" delta_frac="0.7" ftype="sirius.ms"/>
+      <param name="out_project_space" value=""/>
+      <section name="preprocessing">
+        <param name="filter_by_num_masstraces" value="1"/>
+        <param name="precursor_mz_tolerance" value="10.0"/>
+        <param name="precursor_mz_tolerance_unit" value="ppm"/>
+        <param name="precursor_rt_tolerance" value="5.0"/>
+        <param name="isotope_pattern_iterations" value="3"/>
+        <param name="feature_only" value="false"/>
+        <param name="no_masstrace_info_isotope_pattern" value="false"/>
+      </section>
+      <section name="project">
+        <param name="processors" value="1"/>
+        <param name="ignore_formula" value="false"/>
+        <param name="q" value="false"/>
+      </section>
+      <section name="sirius">
+        <param name="ppm_max" value="10.0"/>
+        <param name="ppm_max_ms2" value="10.0"/>
+        <param name="tree_timeout" value="0"/>
+        <param name="compound_timeout" value="100"/>
+        <param name="no_recalibration" value="false"/>
+        <param name="profile" value="qtof"/>
+        <param name="formula" value=""/>
+        <param name="ions_enforced" value=""/>
+        <param name="candidates" value="5"/>
+        <param name="candidates_per_ion" value="-1"/>
+        <param name="elements_considered" value=""/>
+        <param name="elements_enforced" value=""/>
+        <param name="no_isotope_score" value="false"/>
+        <param name="no_isotope_filter" value="false"/>
+        <param name="ions_considered" value=""/>
+        <param name="db" value=""/>
+      </section>
+      <section name="fingerid">
+        <param name="candidates" value="10"/>
+        <param name="db" value="BIO"/>
+      </section>
+      <param name="OPTIONAL_OUTPUTS" value="ctd_out_FLAG,out_ms_FLAG"/>
+      <output name="ctd_out" ftype="xml">
+        <assert_contents>
+          <is_valid_xml/>
+        </assert_contents>
+      </output>
+    </test>
+    <!-- TOPP_SiriusAdapter_6 -->
+    <test expect_num_outputs="2">
+      <section name="adv_opts">
+        <param name="converter_mode" value="true"/>
+        <param name="force" value="false"/>
+        <param name="test" value="true"/>
+      </section>
+      <param name="in" value="SiriusAdapter_4_input.mzML"/>
+      <param name="in_featureinfo" value="SiriusAdapter_4_input.featureXML"/>
+      <output name="out_ms" file="SiriusAdapter_6_output.ms" compare="sim_size" delta_frac="0.7" ftype="sirius.ms"/>
+      <param name="out_project_space" value=""/>
+      <section name="preprocessing">
+        <param name="filter_by_num_masstraces" value="1"/>
+        <param name="precursor_mz_tolerance" value="10.0"/>
+        <param name="precursor_mz_tolerance_unit" value="ppm"/>
+        <param name="precursor_rt_tolerance" value="5.0"/>
+        <param name="isotope_pattern_iterations" value="3"/>
+        <param name="feature_only" value="false"/>
+        <param name="no_masstrace_info_isotope_pattern" value="false"/>
+      </section>
+      <section name="project">
+        <param name="processors" value="1"/>
+        <param name="ignore_formula" value="false"/>
+        <param name="q" value="false"/>
+      </section>
+      <section name="sirius">
+        <param name="ppm_max" value="10.0"/>
+        <param name="ppm_max_ms2" value="10.0"/>
+        <param name="tree_timeout" value="0"/>
+        <param name="compound_timeout" value="100"/>
+        <param name="no_recalibration" value="false"/>
+        <param name="profile" value="qtof"/>
+        <param name="formula" value=""/>
+        <param name="ions_enforced" value=""/>
+        <param name="candidates" value="5"/>
+        <param name="candidates_per_ion" value="-1"/>
+        <param name="elements_considered" value=""/>
+        <param name="elements_enforced" value=""/>
+        <param name="no_isotope_score" value="false"/>
+        <param name="no_isotope_filter" value="false"/>
+        <param name="ions_considered" value=""/>
+        <param name="db" value=""/>
+      </section>
+      <section name="fingerid">
+        <param name="candidates" value="10"/>
+        <param name="db" value="BIO"/>
+      </section>
+      <param name="OPTIONAL_OUTPUTS" value="ctd_out_FLAG,out_ms_FLAG"/>
+      <output name="ctd_out" ftype="xml">
+        <assert_contents>
+          <is_valid_xml/>
+        </assert_contents>
+      </output>
+    </test>
+    <!-- TOPP_SiriusAdapter_8 -->
+    <test expect_num_outputs="2">
+      <section name="adv_opts">
+        <param name="converter_mode" value="false"/>
+        <param name="force" value="false"/>
+        <param name="test" value="true"/>
+      </section>
+      <param name="in" value="AssayGeneratorMetabo_decoy_generation_input.mzML"/>
+      <param name="in_featureinfo" value="AssayGeneratorMetabo_decoy_generation_input_multids.featureXML"/>
+      <output name="out_sirius" file="SiriusAdapter_8_output.mzTab" compare="sim_size" delta_frac="0.7" ftype="mztab"/>
+      <param name="out_project_space" value=""/>
+      <section name="preprocessing">
+        <param name="filter_by_num_masstraces" value="1"/>
+        <param name="precursor_mz_tolerance" value="10.0"/>
+        <param name="precursor_mz_tolerance_unit" value="ppm"/>
+        <param name="precursor_rt_tolerance" value="5.0"/>
+        <param name="isotope_pattern_iterations" value="3"/>
+        <param name="feature_only" value="true"/>
+        <param name="no_masstrace_info_isotope_pattern" value="false"/>
+      </section>
+      <section name="project">
+        <param name="processors" value="1"/>
+        <param name="ignore_formula" value="false"/>
+        <param name="q" value="false"/>
+      </section>
+      <section name="sirius">
+        <param name="ppm_max" value="10.0"/>
+        <param name="ppm_max_ms2" value="10.0"/>
+        <param name="tree_timeout" value="0"/>
+        <param name="compound_timeout" value="100"/>
+        <param name="no_recalibration" value="false"/>
+        <param name="profile" value="qtof"/>
+        <param name="formula" value=""/>
+        <param name="ions_enforced" value=""/>
+        <param name="candidates" value="5"/>
+        <param name="candidates_per_ion" value="-1"/>
+        <param name="elements_considered" value=""/>
+        <param name="elements_enforced" value=""/>
+        <param name="no_isotope_score" value="false"/>
+        <param name="no_isotope_filter" value="false"/>
+        <param name="ions_considered" value=""/>
+        <param name="db" value="all"/>
+      </section>
+      <section name="fingerid">
+        <param name="candidates" value="10"/>
+        <param name="db" value="BIO"/>
+      </section>
+      <param name="OPTIONAL_OUTPUTS" value="ctd_out_FLAG,out_sirius_FLAG"/>
+      <output name="ctd_out" ftype="xml">
+        <assert_contents>
+          <is_valid_xml/>
+        </assert_contents>
+      </output>
+    </test>
+    <!-- TOPP_SiriusAdapter_9 -->
+    <test expect_num_outputs="2">
+      <section name="adv_opts">
+        <param name="converter_mode" value="false"/>
+        <param name="force" value="false"/>
+        <param name="test" value="true"/>
+      </section>
+      <param name="in" value="AssayGeneratorMetabo_decoy_generation_input.mzML"/>
+      <param name="in_featureinfo" value="AssayGeneratorMetabo_decoy_generation_input_multids.featureXML"/>
+      <output name="out_sirius" file="SiriusAdapter_9_output.mzTab" compare="sim_size" delta_frac="0.7" ftype="mztab"/>
+      <param name="out_project_space" value=""/>
+      <section name="preprocessing">
+        <param name="filter_by_num_masstraces" value="1"/>
+        <param name="precursor_mz_tolerance" value="10.0"/>
+        <param name="precursor_mz_tolerance_unit" value="ppm"/>
+        <param name="precursor_rt_tolerance" value="5.0"/>
+        <param name="isotope_pattern_iterations" value="3"/>
+        <param name="feature_only" value="false"/>
+        <param name="no_masstrace_info_isotope_pattern" value="false"/>
+      </section>
+      <section name="project">
+        <param name="processors" value="1"/>
+        <param name="ignore_formula" value="false"/>
+        <param name="q" value="false"/>
+      </section>
+      <section name="sirius">
+        <param name="ppm_max" value="10.0"/>
+        <param name="ppm_max_ms2" value="10.0"/>
+        <param name="tree_timeout" value="0"/>
+        <param name="compound_timeout" value="100"/>
+        <param name="no_recalibration" value="false"/>
+        <param name="profile" value="qtof"/>
+        <param name="formula" value=""/>
+        <param name="ions_enforced" value=""/>
+        <param name="candidates" value="5"/>
+        <param name="candidates_per_ion" value="-1"/>
+        <param name="elements_considered" value=""/>
+        <param name="elements_enforced" value=""/>
+        <param name="no_isotope_score" value="false"/>
+        <param name="no_isotope_filter" value="false"/>
+        <param name="ions_considered" value=""/>
+        <param name="db" value="all"/>
+      </section>
+      <section name="fingerid">
+        <param name="candidates" value="10"/>
+        <param name="db" value="BIO"/>
+      </section>
+      <param name="OPTIONAL_OUTPUTS" value="ctd_out_FLAG,out_sirius_FLAG"/>
+      <output name="ctd_out" ftype="xml">
+        <assert_contents>
+          <is_valid_xml/>
+        </assert_contents>
+      </output>
+    </test>
+    <!-- TOPP_SiriusAdapter_7 -->
+    <test expect_num_outputs="2">
+      <section name="adv_opts">
+        <param name="converter_mode" value="false"/>
+        <param name="force" value="false"/>
+        <param name="test" value="true"/>
+      </section>
+      <param name="in" value="SiriusAdapter_4_input.mzML"/>
+      <param name="in_featureinfo" value="SiriusAdapter_4_input.featureXML"/>
+      <output name="out_sirius" file="SiriusAdapter_7_output.mzTab" compare="sim_size" delta_frac="0.7" ftype="mztab"/>
+      <param name="out_project_space" value=""/>
+      <section name="preprocessing">
+        <param name="filter_by_num_masstraces" value="1"/>
+        <param name="precursor_mz_tolerance" value="10.0"/>
+        <param name="precursor_mz_tolerance_unit" value="ppm"/>
+        <param name="precursor_rt_tolerance" value="5.0"/>
+        <param name="isotope_pattern_iterations" value="3"/>
+        <param name="feature_only" value="true"/>
+        <param name="no_masstrace_info_isotope_pattern" value="false"/>
+      </section>
+      <section name="project">
+        <param name="processors" value="1"/>
+        <param name="ignore_formula" value="false"/>
+        <param name="q" value="false"/>
+      </section>
+      <section name="sirius">
+        <param name="ppm_max" value="10.0"/>
+        <param name="ppm_max_ms2" value="10.0"/>
+        <param name="tree_timeout" value="0"/>
+        <param name="compound_timeout" value="100"/>
+        <param name="no_recalibration" value="false"/>
+        <param name="profile" value="qtof"/>
+        <param name="formula" value=""/>
+        <param name="ions_enforced" value=""/>
+        <param name="candidates" value="5"/>
+        <param name="candidates_per_ion" value="-1"/>
+        <param name="elements_considered" value=""/>
+        <param name="elements_enforced" value=""/>
+        <param name="no_isotope_score" value="false"/>
+        <param name="no_isotope_filter" value="false"/>
+        <param name="ions_considered" value=""/>
+        <param name="db" value="all"/>
+      </section>
+      <section name="fingerid">
+        <param name="candidates" value="10"/>
+        <param name="db" value="BIO"/>
+      </section>
+      <param name="OPTIONAL_OUTPUTS" value="ctd_out_FLAG,out_sirius_FLAG"/>
+      <output name="ctd_out" ftype="xml">
+        <assert_contents>
+          <is_valid_xml/>
+        </assert_contents>
+      </output>
+    </test>
+    <!-- TOPP_SiriusAdapter_4 -->
+    <test expect_num_outputs="3">
+      <section name="adv_opts">
+        <param name="converter_mode" value="false"/>
+        <param name="force" value="false"/>
+        <param name="test" value="true"/>
+      </section>
+      <param name="in" value="SiriusAdapter_2_input.mzML"/>
+      <param name="in_featureinfo" value="SiriusAdapter_2_input.featureXML"/>
+      <output name="out_sirius" file="SiriusAdapter_4_output.tmp" compare="sim_size" delta_frac="0.7" ftype="mztab"/>
+      <output name="out_fingerid" file="SiriusAdapter_4_foutput.mzTab" compare="sim_size" delta_frac="0.7" ftype="mztab"/>
+      <param name="out_project_space" value=""/>
+      <section name="preprocessing">
+        <param name="filter_by_num_masstraces" value="1"/>
+        <param name="precursor_mz_tolerance" value="10.0"/>
+        <param name="precursor_mz_tolerance_unit" value="ppm"/>
+        <param name="precursor_rt_tolerance" value="5.0"/>
+        <param name="isotope_pattern_iterations" value="3"/>
+        <param name="feature_only" value="false"/>
+        <param name="no_masstrace_info_isotope_pattern" value="false"/>
+      </section>
+      <section name="project">
+        <param name="processors" value="1"/>
+        <param name="ignore_formula" value="false"/>
+        <param name="q" value="false"/>
+      </section>
+      <section name="sirius">
+        <param name="ppm_max" value="10.0"/>
+        <param name="ppm_max_ms2" value="10.0"/>
+        <param name="tree_timeout" value="0"/>
+        <param name="compound_timeout" value="100"/>
+        <param name="no_recalibration" value="false"/>
+        <param name="profile" value="qtof"/>
+        <param name="formula" value=""/>
+        <param name="ions_enforced" value=""/>
+        <param name="candidates" value="5"/>
+        <param name="candidates_per_ion" value="-1"/>
+        <param name="elements_considered" value=""/>
+        <param name="elements_enforced" value=""/>
+        <param name="no_isotope_score" value="false"/>
+        <param name="no_isotope_filter" value="false"/>
+        <param name="ions_considered" value=""/>
+        <param name="db" value="ALL"/>
+      </section>
+      <section name="fingerid">
+        <param name="candidates" value="10"/>
+        <param name="db" value="BIO"/>
+      </section>
+      <param name="OPTIONAL_OUTPUTS" value="ctd_out_FLAG,out_sirius_FLAG,out_fingerid_FLAG"/>
+      <output name="ctd_out" ftype="xml">
+        <assert_contents>
+          <is_valid_xml/>
+        </assert_contents>
+      </output>
+    </test>
   </tests>
   <help><![CDATA[Tool for metabolite identification using single and tandem mass spectrometry
 
 
-For more information, visit http://www.openms.de/doxygen/release/2.6.0/html/UTILS_SiriusAdapter.html]]></help>
+For more information, visit http://www.openms.de/doxygen/release/2.8.0/html/UTILS_SiriusAdapter.html]]></help>
   <expand macro="references"/>
 </tool>