view gbk_to_fasta.xml @ 7:8de0ffc2166f draft default tip

Uploaded
author rreumerman
date Mon, 10 Jun 2013 09:40:54 -0400
parents bd5692103d5b
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>