0
|
1 <tool id="fa_gc_content_1" name="Compute GC content">
|
|
2 <description>for each sequence in a file</description>
|
|
3 <command interpreter="perl">toolExample.pl $input $output</command>
|
|
4 <inputs>
|
|
5 <param format="fasta" name="input" type="data" label="Source file"/>
|
|
6 </inputs>
|
|
7 <outputs>
|
|
8 <data format="tabular" name="output" />
|
|
9 </outputs>
|
|
10
|
|
11 <tests>
|
|
12 <test>
|
|
13 <param name="input" value="input.fa"/>
|
|
14 <output name="out_file1" file="testoutput.txt"/>
|
|
15 </test>
|
|
16 </tests>
|
|
17
|
|
18 <help>
|
|
19 This tool computes GC content from a FASTA file.
|
|
20 </help>
|
|
21
|
|
22 <tests>
|
|
23 <test>
|
|
24 <param name="input1" value="in.fa" />
|
|
25 <output name="output" file="out.txt" />
|
|
26 </test>
|
|
27 </tests>
|
|
28
|
|
29 </tool>
|
|
30
|