|
0
|
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> |