view gbk_to_fasta.xml @ 3:1f00946b18c2 draft default tip

Uploaded
author rijst
date Wed, 12 Dec 2012 09:09:45 -0500
parents cc961e057668
children
line wrap: on
line source

<tool id="gbk2fasta" name="Genbank-to-Fasta">
  <description>produces a Fasta file from a genbank file</description>
  <command interpreter="python">gbk_to_fasta.py $input $output</command>
  <inputs>
    <param name="input" type="data" format="text" label="Genbank file" />
  </inputs>
  <outputs>
    <data name="output" format="fasta" label="${tool.name} on ${on_string}: converted Genbank file" />
  </outputs>
  <help>
  This tool produces a fasta file from a genbank file containing a sequence.
  </help>
</tool>