Previous changeset 6:9cc306487be8 (2018-01-11) Next changeset 8:45fffe3eb041 (2018-02-12) |
Commit message:
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit 42171f39c42277bcfb50271180dcc9c82d3e8e74 |
modified:
FeatureFinderMultiplex.xml |
b |
diff -r 9cc306487be8 -r 3a462c96f2bd FeatureFinderMultiplex.xml --- a/FeatureFinderMultiplex.xml Thu Jan 11 17:57:07 2018 -0500 +++ b/FeatureFinderMultiplex.xml Mon Feb 12 10:29:47 2018 -0500 |
[ |
@@ -1,7 +1,7 @@ <?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: [Quantitation]--> -<tool id="FeatureFinderMultiplex" name="FeatureFinderMultiplex" version="2.2.0"> +<tool id="FeatureFinderMultiplex" name="FeatureFinderMultiplex" version="2.2.0.1"> <description>Determination of peak ratios in LC-MS data</description> <macros> <token name="@EXECUTABLE@">FeatureFinderMultiplex</token> @@ -24,9 +24,9 @@ #if $param_out_mzq: -out_mzq $param_out_mzq #end if -#if $param_algorithm_labels: - -algorithm:labels "$param_algorithm_labels" -#end if + +-algorithm:labels '$param_algorithm_labels' + #if $param_algorithm_charge: -algorithm:charge "$param_algorithm_charge" #end if |