org.biojava3.genome.parsers.gff
Class GFF3Writer
java.lang.Object
org.biojava3.genome.parsers.gff.GFF3Writer
public class GFF3Writer
- extends Object
- Author:
- Scooter Willis
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GFF3Writer
public GFF3Writer()
write
public void write(OutputStream outputStream,
LinkedHashMap<String,ChromosomeSequence> chromosomeSequenceList)
throws Exception
- Output gff3 format for a DNA Sequence
- Parameters:
fileName
- chromosomeSequence
-
- Throws:
Exception
main
public static void main(String[] args)
throws Exception
- Throws:
Exception