gff
Class GFFToFeatures

java.lang.Object
  extended by gff.GFFToFeatures

public class GFFToFeatures
extends Object

This tests the gff code to check that we can read in features, add them to a sequence, and then print something out.


Constructor Summary
GFFToFeatures()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GFFToFeatures

public GFFToFeatures()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception