comparison msconvert2_raw.xml @ 3:7e41529ee90c

added repo and tool dependencies
author galaxyp
date Thu, 20 Jun 2013 16:08:23 -0400
parents 861e3f0c2bb6
children 08bb52273ae1
comparison
equal deleted inserted replaced
2:50e30fb68be2 3:7e41529ee90c
2 <!-- BEGIN_VERSION_RAW --> 2 <!-- BEGIN_VERSION_RAW -->
3 <description>Convert and filter a Thermo Finnigan RAW file</description> 3 <description>Convert and filter a Thermo Finnigan RAW file</description>
4 <!-- END_VERSION_RAW --> 4 <!-- END_VERSION_RAW -->
5 5
6 <command interpreter="python"> 6 <command interpreter="python">
7 #set $ext = $input.ext
8 #if $ext.startswith("m:")
9 #set $ext = $ext[len("m:"):]
10 #end if
7 msconvert_wrapper.py 11 msconvert_wrapper.py
8 --input=${input} 12 --input=${input}
9 #if hasattr($input, 'display_name') 13 #if hasattr($input, 'display_name')
10 --input_name='${input.display_name}' 14 --input_name='${input.display_name}'
11 #end if 15 #end if
270 </data> 274 </data>
271 </outputs> 275 </outputs>
272 276
273 <requirements> 277 <requirements>
274 <requirement type="package">proteowizard</requirement> 278 <requirement type="package">proteowizard</requirement>
279 <!-- BEGIN_VERSION_RAW -->
280 <requirement type="platform">windows</requirement>
281 <!-- END_VERSION_RAW -->
275 </requirements> 282 </requirements>
276 283
277 <help> 284 <help>
278 **What it does** 285 **What it does**
279 286