Previous changeset 12:f85ebbed9ad0 (2018-10-04) Next changeset 14:e95f0dcdea3b (2018-11-09) |
Commit message:
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 878be1bfbe93af0a140df76fa47f0a82a48189e3 |
modified:
macros_xcms.xml |
b |
diff -r f85ebbed9ad0 -r c9c3a6406e6b macros_xcms.xml --- a/macros_xcms.xml Thu Oct 04 10:37:43 2018 -0400 +++ b/macros_xcms.xml Tue Oct 09 04:40:49 2018 -0400 |
b |
@@ -90,9 +90,6 @@ </token> <xml name="input_peaklist"> - <conditional name="peaklist"> - <param name="peaklistBool" type="boolean" label="Get a Peak List" /> - <when value="true"> <param name="convertRTMinute" type="boolean" checked="false" truevalue="TRUE" falsevalue="FALSE" label="Convert retention time (seconds) into minutes" help="Convert the columns rtmed, rtmin and rtmax into minutes"/> <param name="numDigitsMZ" type="integer" value="4" label="Number of decimal places for mass values reported in ions' identifiers." help="A minimum of 4 decimal places is recommended. Useful to avoid duplicates within identifiers" /> <param name="numDigitsRT" type="integer" value="0" label="Number of decimal places for retention time values reported in ions' identifiers." help="Useful to avoid duplicates within identifiers" /> @@ -102,6 +99,20 @@ <option value="intb">intb</option> </param> <param name="naTOzero" type="boolean" checked="true" truevalue="TRUE" falsevalue="FALSE" label="Replace the remain NA by 0 in the dataMatrix" help="Rather mandatory for some downstream statistical steps"/> + </xml> + + <xml name="input_peaklist_section"> + <section name="peaklist" title="Peak List" expanded="True"> + <param name="peaklistBool" type="hidden" label="Get the Peak List" value="True" /> + <expand macro="input_peaklist"/> + </section> + </xml> + + <xml name="input_peaklist_conditional"> + <conditional name="peaklist"> + <param name="peaklistBool" type="boolean" label="Get the Peak List" /> + <when value="true"> + <expand macro="input_peaklist"/> </when> <when value="false" /> </conditional> |