comparison CompNovoCID.xml @ 11:654700d6e02e 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:58:54 -0400
parents e06fcd216b76
children ea09480c5d8f
comparison
equal deleted inserted replaced
10:628fa351b8c8 11:654700d6e02e
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>CompNovoCID 13 <command detect_errors="aggressive"><![CDATA[CompNovoCID
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_out: 18 #if $param_out:
102 #end if 102 #end if
103 #if $adv_opts.param_algorithm_residue_set: 103 #if $adv_opts.param_algorithm_residue_set:
104 -algorithm:residue_set "$adv_opts.param_algorithm_residue_set" 104 -algorithm:residue_set "$adv_opts.param_algorithm_residue_set"
105 #end if 105 #end if
106 #end if 106 #end if
107 </command> 107 ]]></command>
108 <inputs> 108 <inputs>
109 <param name="param_in" type="data" format="mzml" optional="False" label="input file in mzML format" help="(-in) "/> 109 <param name="param_in" type="data" format="mzml" optional="False" label="input file in mzML format" help="(-in) "/>
110 <param name="param_algorithm_tryptic_only" type="text" size="30" value="true" label="if set to true only tryptic peptides are reported" help="(-tryptic_only) "> 110 <param name="param_algorithm_tryptic_only" type="text" size="30" value="true" label="if set to true only tryptic peptides are reported" help="(-tryptic_only) ">
111 <sanitizer> 111 <sanitizer>
112 <valid initial="string.printable"> 112 <valid initial="string.printable">
5216 <data name="param_out" format="idxml"/> 5216 <data name="param_out" format="idxml"/>
5217 </outputs> 5217 </outputs>
5218 <help>Performs a de novo peptide identification using the CompNovo engine. 5218 <help>Performs a de novo peptide identification using the CompNovo engine.
5219 5219
5220 5220
5221 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/TOPP_CompNovoCID.html</help> 5221 For more information, visit https://abibuilder.informatik.uni-tuebingen.de/archive/openms/Documentation/release/2.3.0/html/TOPP_CompNovoCID.html</help>
5222 </tool> 5222 </tool>