comparison QCImporter.xml @ 7:0798f2fa6c1f 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:49 -0400
parents 800e653be528
children ddf8a08bbd91
comparison
equal deleted inserted replaced
6:c49a738628e8 7:0798f2fa6c1f
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>QCImporter 13 <command detect_errors="aggressive"><![CDATA[QCImporter
14 14
15 #if $param_in: 15 #if $param_in:
16 -in $param_in 16 -in $param_in
17 #end if 17 #end if
18 #if $param_table: 18 #if $param_table:
27 #if $adv_opts.adv_opts_selector=='advanced': 27 #if $adv_opts.adv_opts_selector=='advanced':
28 #if $adv_opts.param_force: 28 #if $adv_opts.param_force:
29 -force 29 -force
30 #end if 30 #end if
31 #end if 31 #end if
32 </command> 32 ]]></command>
33 <inputs> 33 <inputs>
34 <param name="param_in" type="data" format="qcml" optional="True" label="Input qcml file" help="(-in) "/> 34 <param name="param_in" type="data" format="qcml" optional="True" label="Input qcml file" help="(-in) "/>
35 <param name="param_table" type="data" format="tabular" optional="False" label="The table containing the additional qp values in the columns" help="(-table) First row is considered containing the header. The target run or set names/ids are indicated by column &quot;raw data file&quot;, so each row after the header will contain the values of qps for that run. (csv without &quot;!)"/> 35 <param name="param_table" type="data" format="tabular" optional="False" label="The table containing the additional qp values in the columns" help="(-table) First row is considered containing the header. The target run or set names/ids are indicated by column &quot;raw data file&quot;, so each row after the header will contain the values of qps for that run. (csv without &quot;!)"/>
36 <param name="param_mapping" type="data" format="tabular" optional="False" label="The mapping of the table header to the according qp cvs, also in csv format" help="(-mapping) The first row is considered containing the headers as in the table. The second row is considered the according qp cv accessions. (csv without &quot;!)"/> 36 <param name="param_mapping" type="data" format="tabular" optional="False" label="The mapping of the table header to the according qp cvs, also in csv format" help="(-mapping) The first row is considered containing the headers as in the table. The second row is considered the according qp cv accessions. (csv without &quot;!)"/>
37 <expand macro="advanced_options"> 37 <expand macro="advanced_options">
42 <data name="param_out" format="qcml"/> 42 <data name="param_out" format="qcml"/>
43 </outputs> 43 </outputs>
44 <help>Imports tables with quality control parameters into qcml files. 44 <help>Imports tables with quality control parameters into qcml files.
45 45
46 46
47 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/UTILS_QCImporter.html</help> 47 For more information, visit https://abibuilder.informatik.uni-tuebingen.de/archive/openms/Documentation/release/2.3.0/html/UTILS_QCImporter.html</help>
48 </tool> 48 </tool>