comparison TextExporter.xml @ 4:6ead64a594bd draft default tip

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
author bgruening
date Wed, 27 Jan 2016 10:06:49 -0500
parents 3d84209d3178
children
comparison
equal deleted inserted replaced
3:ec62782f6c68 4:6ead64a594bd
1 <?xml version='1.0' encoding='UTF-8'?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <tool id="TextExporter" name="TextExporter" version="1.12.0"> 2 <!--This is a configuration file for the integration of a tools into Galaxy (https://galaxyproject.org/). This file was automatically generated using CTD2Galaxy.-->
3 <description>Exports various XML formats to a text file.</description> 3 <!--Proposed Tool Section: [File Handling]-->
4 <macros> 4 <tool id="TextExporter" name="TextExporter" version="2.0.0">
5 <token name="@EXECUTABLE@">TextExporter</token> 5 <description>Exports various XML formats to a text file.</description>
6 <import>macros.xml</import> 6 <macros>
7 </macros> 7 <token name="@EXECUTABLE@">TextExporter</token>
8 <expand macro="stdio"/> 8 <import>macros.xml</import>
9 <expand macro="requirements"/> 9 </macros>
10 <command>TextExporter 10 <expand macro="references"/>
11 <expand macro="stdio"/>
12 <expand macro="requirements"/>
13 <command>TextExporter
11 14
12 -in ${param_in} 15 #if $param_in:
13 -out ${param_out} 16 -in $param_in
14 -separator ${param_separator} 17 #end if
15 -replacement ${param_replacement} 18 #if $param_out:
16 -quoting ${param_quoting} 19 -out $param_out
17 ${param_no_ids} 20 #end if
18 -threads \${GALAXY_SLOTS:-24} 21 #if $param_separator:
19 ${param_minimal} 22 -separator &quot;$param_separator&quot;
20 ${param_proteins_only} 23 #end if
21 ${param_peptides_only} 24 #if $param_replacement:
22 ${param_first_dim_rt} 25 -replacement &quot;$param_replacement&quot;
23 -consensus:centroids ${param_centroids} 26 #end if
24 -consensus:elements ${param_elements} 27 #if $param_quoting:
25 -consensus:features ${param_features} 28 -quoting
26 -consensus:sorting_method ${param_sorting_method} 29 #if &quot; &quot; in str($param_quoting):
27 ${param_sort_by_maps} 30 &quot;$param_quoting&quot;
28 ${param_sort_by_size} 31 #else
32 $param_quoting
33 #end if
34 #end if
35 #if $param_no_ids:
36 -no_ids
37 #end if
38 -threads \${GALAXY_SLOTS:-24}
39 #if $param_feature_minimal:
40 -feature:minimal
41 #end if
42 #if $param_feature_add_metavalues:
43 -feature:add_metavalues $param_feature_add_metavalues
44 #end if
45 #if $param_id_proteins_only:
46 -id:proteins_only
47 #end if
48 #if $param_id_peptides_only:
49 -id:peptides_only
50 #end if
51 #if $param_id_first_dim_rt:
52 -id:first_dim_rt
53 #end if
54 #if $param_consensus_centroids:
55 -consensus:centroids $param_consensus_centroids
56 #end if
57 #if $param_consensus_elements:
58 -consensus:elements $param_consensus_elements
59 #end if
60 #if $param_consensus_features:
61 -consensus:features $param_consensus_features
62 #end if
63 #if $param_consensus_sorting_method:
64 -consensus:sorting_method
65 #if &quot; &quot; in str($param_consensus_sorting_method):
66 &quot;$param_consensus_sorting_method&quot;
67 #else
68 $param_consensus_sorting_method
69 #end if
70 #end if
71 #if $param_consensus_sort_by_maps:
72 -consensus:sort_by_maps
73 #end if
74 #if $param_consensus_sort_by_size:
75 -consensus:sort_by_size
76 #end if
77 #if $adv_opts.adv_opts_selector=='advanced':
78 #if $adv_opts.param_force:
79 -force
80 #end if
81 #end if
29 </command> 82 </command>
30 <inputs> 83 <inputs>
31 <param name="param_in" type="data" format="featureXML,consensusXML,idXML,mzML" optional="False" label="Input file " help="(-in)"/> 84 <param format="xml,consensusxml,mzml" help="(-in) " label="Input file" name="param_in" optional="False" type="data"/>
32 <param name="param_separator" type="text" size="20" label="The used separator character(s); if not set the 'tab' character is used" help="(-separator)"/> 85 <param help="(-separator) " label="The used separator character(s); if not set the 'tab' character is used" name="param_separator" size="30" type="text">
33 <param name="param_replacement" type="text" size="20" value="_" label="Used to replace occurrences of the separator in strings before writing, if 'quoting' is 'none'" help="(-replacement)"/> 86 <sanitizer>
34 <param name="param_quoting" type="select" optional="True" value="none" label="Method for quoting of strings: 'none' for no quoting, 'double' for quoting with doubling of embedded quotes,#br#'escape' for quoting with backslash-escaping of embedded quotes" help="(-quoting)"> 87 <valid initial="string.printable">
35 <option value="none">none</option> 88 <remove value="'"/>
36 <option value="double">double</option> 89 <remove value="&quot;"/>
37 <option value="escape">escape</option> 90 </valid>
38 </param> 91 </sanitizer>
39 <param name="param_no_ids" type="boolean" truevalue="-no_ids true" falsevalue="-no_ids false" checked="false" optional="True" label="Supresses output of identification data." help="(-no_ids)"/> 92 </param>
40 <param name="param_minimal" type="boolean" truevalue="-feature:minimal true" falsevalue="-feature:minimal false" checked="false" optional="True" label="Set this flag to write only three attributes: RT, m/z, and intensity." help="(-minimal)"/> 93 <param help="(-replacement) " label="Used to replace occurrences of the separator in strings before writing, if 'quoting' is 'none'" name="param_replacement" size="30" type="text" value="_">
41 <param name="param_proteins_only" type="boolean" truevalue="-id:proteins_only true" falsevalue="-id:proteins_only false" checked="false" optional="True" label="Set this flag if you want only protein information from an idXML file" help="(-proteins_only)"/> 94 <sanitizer>
42 <param name="param_peptides_only" type="boolean" truevalue="-id:peptides_only true" falsevalue="-id:peptides_only false" checked="false" optional="True" label="Set this flag if you want only peptide information from an idXML file" help="(-peptides_only)"/> 95 <valid initial="string.printable">
43 <param name="param_first_dim_rt" type="boolean" truevalue="-id:first_dim_rt true" falsevalue="-id:first_dim_rt false" checked="false" optional="True" label="If this flag is set the first_dim RT of the peptide hits will also be printed (if present)." help="(-first_dim_rt)"/> 96 <remove value="'"/>
44 <param name="param_sorting_method" type="select" optional="True" value="none" label="Sorting options can be combined. The precedence is: sort_by_size, sort_by_maps, sorting_method" help="(-sorting_method)"> 97 <remove value="&quot;"/>
45 <option value="none">none</option> 98 </valid>
46 <option value="RT">RT</option> 99 </sanitizer>
47 <option value="MZ">MZ</option> 100 </param>
48 <option value="RT_then_MZ">RT_then_MZ</option> 101 <param help="(-quoting) " label="Method for quoting of strings: 'none' for no quoting, 'double' for quoting with doubling of embedded quotes, &lt;br&gt;'escape' for quoting with backslash-escaping of embedded quotes" name="param_quoting" optional="True" type="select" value="none">
49 <option value="intensity">intensity</option> 102 <option value="none">none</option>
50 <option value="quality_decreasing">quality_decreasing</option> 103 <option value="double">double</option>
51 <option value="quality_increasing">quality_increasing</option> 104 <option value="escape">escape</option>
52 </param> 105 </param>
53 <param name="param_sort_by_maps" type="boolean" truevalue="-consensus:sort_by_maps true" falsevalue="-consensus:sort_by_maps false" checked="false" optional="True" label="Apply a stable sort by the covered maps, lexicographically" help="(-sort_by_maps)"/> 106 <param checked="false" falsevalue="" help="(-no_ids) " label="Suppresses output of identification data" name="param_no_ids" optional="True" truevalue="-no_ids" type="boolean"/>
54 <param name="param_sort_by_size" type="boolean" truevalue="-consensus:sort_by_size true" falsevalue="-consensus:sort_by_size false" checked="false" optional="True" label="Apply a stable sort by decreasing size (i.e., the number of elements)" help="(-sort_by_size)"/> 107 <param checked="false" falsevalue="" help="(-minimal) " label="Set this flag to write only three attributes: RT, m/z, and intensity" name="param_feature_minimal" optional="True" truevalue="-feature:minimal" type="boolean"/>
55 </inputs> 108 <param help="(-add_metavalues) Set to -1 to omit meta values (default)" label="Add columns for meta values which occur with a certain frequency (0-100%)" max="100" min="-1" name="param_feature_add_metavalues" optional="True" type="integer" value="-1"/>
56 <outputs> 109 <param checked="false" falsevalue="" help="(-proteins_only) " label="Set this flag if you want only protein information from an idXML file" name="param_id_proteins_only" optional="True" truevalue="-id:proteins_only" type="boolean"/>
57 <data name="param_out" label="Output file (mandatory for featureXML and idXML)" format="tabular"/> 110 <param checked="false" falsevalue="" help="(-peptides_only) " label="Set this flag if you want only peptide information from an idXML file" name="param_id_peptides_only" optional="True" truevalue="-id:peptides_only" type="boolean"/>
58 <data name="param_centroids" label="Output file for centroids of consensus features" format="tabular"/> 111 <param checked="false" falsevalue="" help="(-first_dim_rt) " label="If this flag is set the first_dim RT of the peptide hits will also be printed (if present)" name="param_id_first_dim_rt" optional="True" truevalue="-id:first_dim_rt" type="boolean"/>
59 <data name="param_elements" label="Output file for elements of consensus features" format="tabular"/> 112 <param help="(-sorting_method) The precedence is: sort_by_size, sort_by_maps, sorting_method" label="Sorting options can be combined" name="param_consensus_sorting_method" optional="True" type="select" value="none">
60 <data name="param_features" label="Output file for consensus features and contained elements from all maps (writes 'nan's if elements are missing)" format="tabular"/> 113 <option value="none">none</option>
61 </outputs> 114 <option value="RT">RT</option>
62 <help>**What it does** 115 <option value="MZ">MZ</option>
63 116 <option value="RT_then_MZ">RT_then_MZ</option>
64 Exports various XML formats to a text file. 117 <option value="intensity">intensity</option>
118 <option value="quality_decreasing">quality_decreasing</option>
119 <option value="quality_increasing">quality_increasing</option>
120 </param>
121 <param checked="false" falsevalue="" help="(-sort_by_maps) " label="Apply a stable sort by the covered maps, lexicographically" name="param_consensus_sort_by_maps" optional="True" truevalue="-consensus:sort_by_maps" type="boolean"/>
122 <param checked="false" falsevalue="" help="(-sort_by_size) " label="Apply a stable sort by decreasing size (i.e., the number of elements)" name="param_consensus_sort_by_size" optional="True" truevalue="-consensus:sort_by_size" type="boolean"/>
123 <expand macro="advanced_options">
124 <param checked="false" falsevalue="" help="(-force) " label="Overwrite tool specific checks" name="param_force" optional="True" truevalue="-force" type="boolean"/>
125 </expand>
126 </inputs>
127 <outputs>
128 <data format="tabular" name="param_out"/>
129 <data format="tabular" name="param_consensus_centroids"/>
130 <data format="tabular" name="param_consensus_elements"/>
131 <data format="tabular" name="param_consensus_features"/>
132 </outputs>
133 <help>Exports various XML formats to a text file.
65 134
66 135
67 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/TOPP_TextExporter.html 136 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/TOPP_TextExporter.html</help>
68 137 </tool>
69 @REFERENCES@
70 </help>
71 </tool>