Mercurial > repos > lecorguille > xcms_fillpeaks
comparison macros.xml @ 20:02bb34af0921 draft
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 481448087f0e09c131b24f7d552db69f3552d371-dirty
| author | lecorguille |
|---|---|
| date | Wed, 08 Feb 2017 06:36:24 -0500 |
| parents | 7b74ec867ad2 |
| children | a6938c381d4e |
comparison
equal
deleted
inserted
replaced
| 19:7b74ec867ad2 | 20:02bb34af0921 |
|---|---|
| 68 </conditional> | 68 </conditional> |
| 69 </when> | 69 </when> |
| 70 </conditional> | 70 </conditional> |
| 71 </xml> | 71 </xml> |
| 72 | 72 |
| 73 <token name="@COMMAND_PEAKLIST@"> | |
| 74 #if $peaklist.peaklistBool | |
| 75 variableMetadataOutput $variableMetadata | |
| 76 dataMatrixOutput $dataMatrix | |
| 77 convertRTMinute $peaklist.convertRTMinute | |
| 78 numDigitsMZ $peaklist.numDigitsMZ | |
| 79 numDigitsRT $peaklist.numDigitsRT | |
| 80 intval $peaklist.intval | |
| 81 #end if | |
| 82 </token> | |
| 73 | 83 |
| 84 <xml name="input_peaklist"> | |
| 85 <conditional name="peaklist"> | |
| 86 <param name="peaklistBool" type="boolean" label="Get a Peak List" /> | |
| 87 <when value="true"> | |
| 88 <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"/> | |
| 89 <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" /> | |
| 90 <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" /> | |
| 91 <param name="intval" type="select" label="Reported intensity values" help="[intval] See the help section below"> | |
| 92 <option value="into" selected="true">into</option> | |
| 93 <option value="maxo">maxo</option> | |
| 94 <option value="intb">intb</option> | |
| 95 </param> | |
| 96 </when> | |
| 97 <when value="false" /> | |
| 98 </conditional> | |
| 99 </xml> | |
| 100 | |
| 101 <xml name="output_peaklist"> | |
| 102 <data name="variableMetadata" format="tabular" label="${image.name[:-6]}.fillPeaks.variableMetadata.tsv"> | |
| 103 <filter>(peaklist['peaklistBool'])</filter> | |
| 104 </data> | |
| 105 <data name="dataMatrix" format="tabular" label="${image.name[:-6]}.fillPeaks.dataMatrix.tsv" > | |
| 106 <filter>(peaklist['peaklistBool'])</filter> | |
| 107 </data> | |
| 108 </xml> | |
| 74 | 109 |
| 75 <token name="@HELP_AUTHORS@"> | 110 <token name="@HELP_AUTHORS@"> |
| 76 .. class:: infomark | 111 .. class:: infomark |
| 77 | 112 |
| 78 **Authors** Colin A. Smith csmith@scripps.edu, Ralf Tautenhahn rtautenh@gmail.com, Steffen Neumann sneumann@ipb-halle.de, Paul Benton hpaul.benton08@imperial.ac.uk and Christopher Conley cjconley@ucdavis.edu | 113 **Authors** Colin A. Smith csmith@scripps.edu, Ralf Tautenhahn rtautenh@gmail.com, Steffen Neumann sneumann@ipb-halle.de, Paul Benton hpaul.benton08@imperial.ac.uk and Christopher Conley cjconley@ucdavis.edu |
