Mercurial > repos > galaxyp > openms_idfileconverter
comparison IDFileConverter.xml @ 9:83cf7a4cd03c 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:51:22 -0400 |
parents | 1dcffdad49c0 |
children | 43a1db77b7a6 |
comparison
equal
deleted
inserted
replaced
8:92d0f39d9b8f | 9:83cf7a4cd03c |
---|---|
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><![CDATA[ | 13 <command detect_errors="aggressive"><![CDATA[ |
14 | 14 |
15 ## check input file type | 15 ## check input file type |
16 #set $in_type = $param_in.ext | 16 #set $in_type = $param_in.ext |
17 | 17 |
18 ## create the symlinks to set the proper file extension, since IDFileConverter uses them to choose how to handle the input files | 18 ## create the symlinks to set the proper file extension, since IDFileConverter uses them to choose how to handle the input files |
112 <data name="param_out" auto_format="true"/> | 112 <data name="param_out" auto_format="true"/> |
113 </outputs> | 113 </outputs> |
114 <help>Converts identification engine file formats. | 114 <help>Converts identification engine file formats. |
115 | 115 |
116 | 116 |
117 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/TOPP_IDFileConverter.html</help> | 117 For more information, visit https://abibuilder.informatik.uni-tuebingen.de/archive/openms/Documentation/release/2.3.0/html/TOPP_IDFileConverter.html</help> |
118 </tool> | 118 </tool> |