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