public class GenbankToGffFasta extends Object
This program demonstrates how to read in a Genbank file, how to write a fasta file and how to write GFF.
Use:
java GenbankToGffFasta genbankFile fastaOut gffOut
Based heavily off of EmblToGffFasta by Matthew Pocock. It was pretty much a global replace of 'embl' with 'genbank'.
| Constructor and Description |
|---|
GenbankToGffFasta() |