Mercurial > repos > zanarella > teste
diff toolExample.xml @ 0:06e1c9b331f2 draft default tip
Uploaded
author | zanarella |
---|---|
date | Wed, 18 Sep 2013 14:32:48 -0400 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/toolExample.xml Wed Sep 18 14:32:48 2013 -0400 @@ -0,0 +1,22 @@ +<tool id="fa_gc_content_1" name="Compute GC content"> + <description>for each sequence in a file</description> + <command interpreter="perl">toolExample.pl $input $output</command> + <inputs> + <param format="fasta" name="input" type="data" label="Source file"/> + </inputs> + <outputs> + <data format="tabular" name="output" /> + </outputs> + + <tests> + <test> + <param name="input" value="fa_gc_content_input.fa"/> + <output name="out_file1" file="fa_gc_content_output.txt"/> + </test> + </tests> + + <help> +This tool computes GC content from a FASTA file. + </help> + +</tool>