Mercurial > repos > pravs > msms_extractor
view MSMS_Extractor.xml @ 1:f444e529363d draft
planemo upload
author | pravs |
---|---|
date | Thu, 16 Feb 2017 11:56:45 -0500 |
parents | 093015b1b904 |
children | aa944e3a353c |
line wrap: on
line source
<tool id="MSMS_Extractor" name="MSMS_Extractor" version="1.0.0"> <description>Removes scans with identified PSMs from the mzML file(s).</description> <requirements> <requirement type="package" version="3.0.9016">proteowizard</requirement> <requirement type="package" version="3.4">pyteomics</requirement> </requirements> <command interpreter="python"><![CDATA[MSMS_Extractor.py $spectrumfile $psmreportfile $output ${spectrumfile.name.rsplit('.',1)[0]}]]></command> <inputs> <param name="spectrumfile" type="data" format="mzml"> <label>Input mzML File</label> </param> <param name="psmreportfile" type="data" format="tabular"> <label>Input PSM Report File</label> </param> </inputs> <outputs> <data format="mzml" name="output" label="${spectrumfile.name.rsplit('.',1)[0]}.mzml" /> </outputs> <help> MSMS_Extractor reads scan numbers from the PSM report (scan numbers with identified PSM) and removes it from the mzML file. </help> </tool>