Mercurial > repos > galaxyp > openms_openswathdiaprescoring
comparison OpenSwathDIAPreScoring.xml @ 7:9bf5470fb0bc draft
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit f608f41d45664d04d3124c6ebc791bf8a566b3c5
author | galaxyp |
---|---|
date | Fri, 17 May 2019 04:42:22 -0400 |
parents | 105d284f033c |
children | e6ba7a995b35 |
comparison
equal
deleted
inserted
replaced
6:76e8df062c6d | 7:9bf5470fb0bc |
---|---|
8 <import>macros.xml</import> | 8 <import>macros.xml</import> |
9 </macros> | 9 </macros> |
10 <expand macro="references"/> | 10 <expand macro="references"/> |
11 <expand macro="stdio"/> | 11 <expand macro="stdio"/> |
12 <expand macro="requirements"/> | 12 <expand macro="requirements"/> |
13 <command>OpenSwathDIAPreScoring | 13 <command detect_errors="aggressive"><![CDATA[OpenSwathDIAPreScoring |
14 | 14 |
15 #if $param_tr: | 15 #if $param_tr: |
16 -tr $param_tr | 16 -tr $param_tr |
17 #end if | 17 #end if |
18 #if $param_out: | 18 #if $param_out: |
28 #if $adv_opts.adv_opts_selector=='advanced': | 28 #if $adv_opts.adv_opts_selector=='advanced': |
29 #if $adv_opts.param_force: | 29 #if $adv_opts.param_force: |
30 -force | 30 -force |
31 #end if | 31 #end if |
32 #end if | 32 #end if |
33 </command> | 33 ]]></command> |
34 <inputs> | 34 <inputs> |
35 <param name="param_tr" type="data" format="traml" optional="False" label="transition file" help="(-tr) "/> | 35 <param name="param_tr" type="data" format="traml" optional="False" label="transition file" help="(-tr) "/> |
36 <param name="param_swath_files" type="data" format="mzml" multiple="true" optional="True" size="30" label="Swath files that were used to extract the transitions" help="(-swath_files) If present, SWATH specific scoring will be applied"> | 36 <param name="param_swath_files" type="data" format="mzml" multiple="true" optional="True" size="30" label="Swath files that were used to extract the transitions" help="(-swath_files) If present, SWATH specific scoring will be applied"> |
37 <sanitizer> | 37 <sanitizer> |
38 <valid initial="string.printable"> | 38 <valid initial="string.printable"> |
50 <data name="param_out" format="tabular"/> | 50 <data name="param_out" format="tabular"/> |
51 </outputs> | 51 </outputs> |
52 <help>Scoring spectra using the DIA scores. | 52 <help>Scoring spectra using the DIA scores. |
53 | 53 |
54 | 54 |
55 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/UTILS_OpenSwathDIAPreScoring.html</help> | 55 For more information, visit https://abibuilder.informatik.uni-tuebingen.de/archive/openms/Documentation/release/2.3.0/html/UTILS_OpenSwathDIAPreScoring.html</help> |
56 </tool> | 56 </tool> |