Mercurial > repos > biomonika > linkyx
view reformat_trinity_header.xml @ 0:05c27700e5ca
initial commit
author | biomonika <biomonika@psu.edu> |
---|---|
date | Thu, 04 Sep 2014 18:24:19 -0400 |
parents | |
children | 4c5de3a2c54e |
line wrap: on
line source
<tool id="reformat_trinity_header" name="reformat_trinity_header"> <description>Reformat Trinity header</description> <command interpreter="bash">reformat_trinity_header.sh $output $input1</command> <inputs> <param format="fasta" name="input1" type="data" label="Trinity.fasta"/> </inputs> <outputs> <data format="fasta" name="output" /> </outputs> <tests> <test> <output name="out_file1" file="Trinity.fasta"/> </test> </tests> <help> Reformat Trinity header, keep only part until first space. </help> </tool>