Mercurial > repos > eslerm > vkmz
comparison vkmz.xml @ 5:04079c34452a draft
planemo upload for repository https://github.com/HegemanLab/VKMZ commit 3e37abe007f126480b9b748ad5322755445ac95b-dirty
author | eslerm |
---|---|
date | Thu, 31 May 2018 12:06:20 -0400 |
parents | 1c2fe3a17065 |
children | 35b984684450 |
comparison
equal
deleted
inserted
replaced
4:1c2fe3a17065 | 5:04079c34452a |
---|---|
1 <tool id="VKMZ" name="VKMZ" version="1.1"> | 1 <tool id="VKMZ" name="VKMZ" version="1.1.1"> |
2 | 2 |
3 <description>metabolomics formula prediction and van Krevelen diagram generation</description> | 3 <description>metabolomics formula prediction and van Krevelen diagram generation</description> |
4 | 4 |
5 <requirements> | 5 <requirements> |
6 <requirement type="package" version="2.7">python</requirement> | 6 <requirement type="package" version="2.7">python</requirement> |
32 --no-adjustment | 32 --no-adjustment |
33 #end if | 33 #end if |
34 --output vkmz | 34 --output vkmz |
35 --error $prediction.error | 35 --error $prediction.error |
36 --database $prediction.database_type.database | 36 --database $prediction.database_type.database |
37 #if $prediction.unique=="True": | |
38 --unique | |
39 #end if | |
37 --size $diagram.size | 40 --size $diagram.size |
38 --size-algorithm $diagram.sizealgorithm | 41 --size-algorithm $diagram.sizealgorithm |
39 --directory $__tool_directory__/ | 42 --directory $__tool_directory__/ |
40 ]]></command> | 43 ]]></command> |
41 | 44 |
79 </when> | 82 </when> |
80 <when value="custom"> | 83 <when value="custom"> |
81 <param name="database" label="Database" type="data" format="tabular" help="Select a custom tabular database" /> | 84 <param name="database" label="Database" type="data" format="tabular" help="Select a custom tabular database" /> |
82 </when> | 85 </when> |
83 </conditional> | 86 </conditional> |
87 <param name="unique" label="Unique matches" type="boolean" truevalue="True" help="Only output features with a single prediction" /> | |
84 </section> | 88 </section> |
85 <section name="diagram" title="Diagram Options" expanded="true"> | 89 <section name="diagram" title="Diagram Options" expanded="true"> |
86 <param name="size" label="Minimum Maker Size" type="integer" value="5" min="0" help="Set the base size of diagram's markers" /> | 90 <param name="size" label="Minimum Maker Size" type="integer" value="5" min="0" help="Set the base size of diagram's markers" /> |
87 <param name="sizealgorithm" label="Marker Size Algorithm" type="select" help="Select algorithm to change marker sizes. 1.) Set all markers to the base size, 2.) Marker sizes are relative to feature's log intensity"> | 91 <param name="sizealgorithm" label="Marker Size Algorithm" type="select" help="Select algorithm to change marker sizes. 1.) Set all markers to the base size, 2.) Marker sizes are relative to feature's log intensity"> |
88 <option value="0">Uniform</option> | 92 <option value="0">Uniform</option> |
161 | 165 |
162 Set *Mass error* to the mass error, in parts per million, of the mass spectrometer which collected the data. | 166 Set *Mass error* to the mass error, in parts per million, of the mass spectrometer which collected the data. |
163 | 167 |
164 *Database* can be set to heuristically generated databases for unlabeled and labeled chemcials [2] or to a custom database. | 168 *Database* can be set to heuristically generated databases for unlabeled and labeled chemcials [2] or to a custom database. |
165 | 169 |
170 *Unique matches* removes features from the output which have multiple predictions. Low mass molecules are less affected by this filter than high mass molecules. | |
171 | |
166 **Diagram Options** | 172 **Diagram Options** |
167 | 173 |
168 Predicted features are plotted as markers. The size of each marker is determined by the minimum marker size and a marker size algorithm. The marker size algorithms use minimum marker size as a variable. | 174 Predicted features are plotted as markers. The size of each marker is determined by the minimum marker size and a marker size algorithm. The marker size algorithms use minimum marker size as a variable. |
169 ]]></help> | 175 ]]></help> |
170 | 176 |