Mercurial > repos > iracooke > xtandem
view tandem_to_pepxml.xml @ 14:9d6e0ad4d600 draft
Docker support and update for protk 1.4
author | iracooke |
---|---|
date | Thu, 26 Mar 2015 19:53:53 -0400 |
parents | ffd1d25b8080 |
children | 0faaab4f192a |
line wrap: on
line source
<tool id="tandem_to_pepxml_1" name="Tandem to pepXML" version="1.1.0"> <requirements> <container type="docker">iracooke/protk-1.4.1</container> <requirement type="package" version="1.4">protk</requirement> <requirement type="package" version="4.8.0">trans_proteomic_pipeline</requirement> </requirements> <description>Converts a tandem result file to pepXML</description> <command> tandem_to_pepxml.rb $input_file -o $output </command> <inputs> <param name="input_file" type="data" format="tandem" multiple="false" label="Input File" help="X!Tandem results file"/> </inputs> <outputs> <data format="raw_pepxml" metadata_source="input_file" name="output" label="${input_file.display_name}.pepXML" /> </outputs> <help> Convert X!Tandem results to pepXML </help> <tests> <!-- Just test that the tool runs and produces vaguely correct output --> <test> <param name="input_file" value="tandem_to_pepxml_test.tandem" format="tandem"/> <output name="output" format="raw_pepxml"> <assert_contents> <has_text text="SQVFQLESTFDV" /> </assert_contents> </output> </test> </tests> </tool>