Mercurial > repos > rijst > snptools
comparison gbk_to_fasta.xml @ 0:cc961e057668 draft
Uploaded
author | rijst |
---|---|
date | Wed, 12 Dec 2012 06:26:26 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:cc961e057668 |
---|---|
1 <tool id="gbk2fasta" name="Genbank-to-Fasta"> | |
2 <description>produces a Fasta file from a genbank file</description> | |
3 <command interpreter="python">gbk_to_fasta.py $input $output</command> | |
4 <inputs> | |
5 <param name="input" type="data" format="text" label="Genbank file" /> | |
6 </inputs> | |
7 <outputs> | |
8 <data name="output" format="fasta" label="${tool.name} on ${on_string}: converted Genbank file" /> | |
9 </outputs> | |
10 <help> | |
11 This tool produces a fasta file from a genbank file containing a sequence. | |
12 </help> | |
13 </tool> |