Class OutputHitsGFF


  • public class OutputHitsGFF
    extends Object
    Author:
    Scooter Willis
    • Constructor Detail

      • OutputHitsGFF

        public OutputHitsGFF()
    • Method Detail

      • process

        public void process​(File blastXMLFile,
                            File gffFile,
                            File gffOutputFile,
                            double maxEScore,
                            double percentageAligned,
                            boolean includeFrameShift,
                            boolean includeNegativeStrand)
                     throws Exception
        Throws:
        Exception
      • main

        public static void main​(String[] args)