Mercurial > repos > biomonika > linkyx
comparison scripts/reformat_trinity_header.xml @ 0:1955f03f092e
initial commit
| author | biomonika <biomonika@psu.edu> |
|---|---|
| date | Tue, 02 Sep 2014 14:16:04 -0400 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:1955f03f092e |
|---|---|
| 1 <tool id="reformat_trinity_header" name="reformat_trinity_header"> | |
| 2 <description>Reformat Trinity header</description> | |
| 3 <command interpreter="bash">reformat_trinity_header.sh $output $input1</command> | |
| 4 <inputs> | |
| 5 <param format="fasta" name="input1" type="data" label="Trinity.fasta"/> | |
| 6 </inputs> | |
| 7 <outputs> | |
| 8 <data format="fasta" name="output" /> | |
| 9 </outputs> | |
| 10 | |
| 11 <tests> | |
| 12 <test> | |
| 13 <output name="out_file1" file="Trinity.fasta"/> | |
| 14 </test> | |
| 15 </tests> | |
| 16 | |
| 17 <help> | |
| 18 Reformat Trinity header, keep only part until first space. | |
| 19 </help> | |
| 20 | |
| 21 </tool> |
