comparison myTools/toolExample.xml @ 1:a5f711786a86 draft default tip

Uploaded
author jeltje
date Wed, 07 Jan 2015 22:03:51 -0500
parents 65489579eace
children
comparison
equal deleted inserted replaced
0:65489579eace 1:a5f711786a86
8 <data format="tabular" name="output" /> 8 <data format="tabular" name="output" />
9 </outputs> 9 </outputs>
10 10
11 <tests> 11 <tests>
12 <test> 12 <test>
13 <param name="input" value="input.fa"/> 13 <param name="input" value="testinput.fa"/>
14 <output name="out_file1" file="testoutput.txt"/> 14 <output name="out_file1" file="testoutput.txt"/>
15 </test> 15 </test>
16 </tests> 16 </tests>
17 17
18 <help> 18 <help>
19 This tool computes GC content from a FASTA file. 19 This tool computes GC content from a FASTA file.
20 </help> 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> 21 </tool>
30 22