comparison msconvert2_raw.xml @ 5:08bb52273ae1

Bjoern: remove unused repository dependency, cleanups
author Jim Johnson <jj@umn.edu>
date Mon, 17 Feb 2014 08:13:33 -0600
parents 7e41529ee90c
children
comparison
equal deleted inserted replaced
4:001e77708ec9 5:08bb52273ae1
1 <tool id="msconvert2_raw" name="msconvert2_raw" version="0.2.0"> 1 <tool id="msconvert2_raw" name="msconvert2_raw" version="0.2.1">
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 <requirements>
6 <requirement type="package">proteowizard</requirement>
7 <!-- BEGIN_VERSION_RAW -->
8 <requirement type="platform">windows</requirement>
9 <!-- END_VERSION_RAW -->
10 </requirements>
6 <command interpreter="python"> 11 <command interpreter="python">
7 #set $ext = $input.ext 12 #set $ext = $input.ext
8 #if $ext.startswith("m:") 13 #if $ext.startswith("m:")
9 #set $ext = $ext[len("m:"):] 14 #set $ext = $ext[len("m:"):]
10 #end if 15 #end if
271 <when input="output_type" value="ms2" format="ms2" /> 276 <when input="output_type" value="ms2" format="ms2" />
272 <when input="output_type" value="mgf" format="mgf" /> 277 <when input="output_type" value="mgf" format="mgf" />
273 </change_format> 278 </change_format>
274 </data> 279 </data>
275 </outputs> 280 </outputs>
276
277 <requirements>
278 <requirement type="package">proteowizard</requirement>
279 <!-- BEGIN_VERSION_RAW -->
280 <requirement type="platform">windows</requirement>
281 <!-- END_VERSION_RAW -->
282 </requirements>
283
284 <help> 281 <help>
285 **What it does** 282 **What it does**
286 283
287 Converts between various mass spectrometry peak list representations. Additional options such as filtering and/or precursor recalculation are available. 284 Converts between various mass spectrometry peak list representations. Additional options such as filtering and/or precursor recalculation are available.
288 285