Mercurial > repos > galaxyp > openms_filemerger
comparison FileMerger.xml @ 4:55344a50655c draft
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit 1e51bed3a1c10c67ef0404216608e9333db04c64
author | galaxyp |
---|---|
date | Wed, 18 Oct 2017 15:15:50 -0400 |
parents | 1dc8550349dd |
children | 3d5cda05df45 |
comparison
equal
deleted
inserted
replaced
3:1dc8550349dd | 4:55344a50655c |
---|---|
24 #end if | 24 #end if |
25 #if $param_rt_concat_gap: | 25 #if $param_rt_concat_gap: |
26 -rt_concat:gap $param_rt_concat_gap | 26 -rt_concat:gap $param_rt_concat_gap |
27 #end if | 27 #end if |
28 | 28 |
29 #if $rep_param_rt_concat_trafo_out: | |
30 -rt_concat:trafo_out | |
31 #for token in $rep_param_rt_concat_trafo_out: | |
32 #if " " in str(token): | |
33 "$token.param_rt_concat_trafo_out" | |
34 #else | |
35 $token.param_rt_concat_trafo_out | |
36 #end if | |
37 #end for | |
38 #end if | |
39 #if $param_raw_rt_auto: | 29 #if $param_raw_rt_auto: |
40 -raw:rt_auto | 30 -raw:rt_auto |
41 #end if | 31 #end if |
42 | 32 |
43 #if $rep_param_raw_rt_custom: | 33 #if $rep_param_raw_rt_custom: |
72 </sanitizer> | 62 </sanitizer> |
73 </param> | 63 </param> |
74 <param name="param_annotate_file_origin" display="radio" type="boolean" truevalue="-annotate_file_origin" falsevalue="" checked="false" optional="True" label="Store the original filename in each feature using meta value "file_origin" (for featureXML and consensusXML only)" help="(-annotate_file_origin) "/> | 64 <param name="param_annotate_file_origin" display="radio" type="boolean" truevalue="-annotate_file_origin" falsevalue="" checked="false" optional="True" label="Store the original filename in each feature using meta value "file_origin" (for featureXML and consensusXML only)" help="(-annotate_file_origin) "/> |
75 <param name="param_rt_concat_gap" type="float" value="0.0" label="The amount of gap (in seconds) to insert between the RT ranges of different input files" help="(-gap) RT concatenation is enabled if a value > 0 is set"/> | 65 <param name="param_rt_concat_gap" type="float" value="0.0" label="The amount of gap (in seconds) to insert between the RT ranges of different input files" help="(-gap) RT concatenation is enabled if a value > 0 is set"/> |
76 <param name="param_raw_rt_auto" display="radio" type="boolean" truevalue="-raw:rt_auto" falsevalue="" checked="false" optional="True" label="Assign retention times automatically (integers starting at 1)" help="(-rt_auto) "/> | 66 <param name="param_raw_rt_auto" display="radio" type="boolean" truevalue="-raw:rt_auto" falsevalue="" checked="false" optional="True" label="Assign retention times automatically (integers starting at 1)" help="(-rt_auto) "/> |
77 <repeat name="rep_param_raw_rt_custom" min="0" max="1" title="param_raw_rt_custom"> | 67 <repeat name="rep_param_raw_rt_custom" min="0" title="param_raw_rt_custom"> |
78 <param name="param_raw_rt_custom" type="text" size="30" value="0" label="List of custom retention times that are assigned to the files" help="(-rt_custom) The number of given retention times must be equal to the number of input files"> | 68 <param name="param_raw_rt_custom" type="text" size="30" value="0" label="Custom retention times that are assigned to the files" help="(-rt_custom) The number of given retention times must be equal to the number of input files"> |
79 <sanitizer> | 69 <sanitizer> |
80 <valid initial="string.printable"> | 70 <valid initial="string.printable"> |
81 <remove value="'"/> | 71 <remove value="'"/> |
82 <remove value="""/> | 72 <remove value="""/> |
83 </valid> | 73 </valid> |
89 <expand macro="advanced_options"> | 79 <expand macro="advanced_options"> |
90 <param name="param_force" display="radio" type="boolean" truevalue="-force" falsevalue="" checked="false" optional="True" label="Overwrite tool specific checks" help="(-force) "/> | 80 <param name="param_force" display="radio" type="boolean" truevalue="-force" falsevalue="" checked="false" optional="True" label="Overwrite tool specific checks" help="(-force) "/> |
91 </expand> | 81 </expand> |
92 </inputs> | 82 </inputs> |
93 <outputs> | 83 <outputs> |
94 <data name="param_out" format="featurexml"/> | 84 <data name="param_out" format="mzml"/> |
95 <data name="param_rt_concat_trafo_out" format="trafoxml"/> | |
96 </outputs> | 85 </outputs> |
97 <help>Merges several MS files into one file. | 86 <help>Merges several MS files into one file. |
98 | 87 |
99 | 88 |
100 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/TOPP_FileMerger.html</help> | 89 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/TOPP_FileMerger.html</help> |