Package org.biojava.nbio.genome.query
Class OutputHitsGFF
- java.lang.Object
-
- org.biojava.nbio.genome.query.OutputHitsGFF
-
public class OutputHitsGFF extends Object
- Author:
- Scooter Willis
-
-
Constructor Summary
Constructors Constructor Description OutputHitsGFF()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
void
process(File blastXMLFile, File gffFile, File gffOutputFile, double maxEScore, double percentageAligned, boolean includeFrameShift, boolean includeNegativeStrand)
-
-
-
Constructor Detail
-
OutputHitsGFF
public OutputHitsGFF()
-
-