comparison IDScoreSwitcher.xml @ 7:7bcbee002e9d 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:47:23 -0400
parents 6246b6b12546
children ee6cc162893a
comparison
equal deleted inserted replaced
6:b239adedaa73 7:7bcbee002e9d
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>IDScoreSwitcher 13 <command detect_errors="aggressive"><![CDATA[IDScoreSwitcher
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:
41 #if $adv_opts.adv_opts_selector=='advanced': 41 #if $adv_opts.adv_opts_selector=='advanced':
42 #if $adv_opts.param_force: 42 #if $adv_opts.param_force:
43 -force 43 -force
44 #end if 44 #end if
45 #end if 45 #end if
46 </command> 46 ]]></command>
47 <inputs> 47 <inputs>
48 <param name="param_in" type="data" format="idxml" optional="False" label="Input file" help="(-in) "/> 48 <param name="param_in" type="data" format="idxml" optional="False" label="Input file" help="(-in) "/>
49 <param name="param_new_score" type="text" size="30" label="Name of the meta value to use as the new score" help="(-new_score) "> 49 <param name="param_new_score" type="text" size="30" label="Name of the meta value to use as the new score" help="(-new_score) ">
50 <sanitizer> 50 <sanitizer>
51 <valid initial="string.printable"> 51 <valid initial="string.printable">
83 <data name="param_out" format="idxml"/> 83 <data name="param_out" format="idxml"/>
84 </outputs> 84 </outputs>
85 <help>Switches between different scores of peptide or protein hits in identification data 85 <help>Switches between different scores of peptide or protein hits in identification data
86 86
87 87
88 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/UTILS_IDScoreSwitcher.html</help> 88 For more information, visit https://abibuilder.informatik.uni-tuebingen.de/archive/openms/Documentation/release/2.3.0/html/UTILS_IDScoreSwitcher.html</help>
89 </tool> 89 </tool>