Package org.biojava.nbio.ronn
Class ORonn
- java.lang.Object
-
- org.biojava.nbio.ronn.ORonn
-
- All Implemented Interfaces:
java.util.concurrent.Callable<ORonn>
public final class ORonn extends java.lang.Object implements java.util.concurrent.Callable<ORonn>
Fully re-factored and enhanced version of RONN. This class does the calculation and contains the main for the command line client.- Since:
- 3.0.2 TODO refactor
- Version:
- 1.0
- Author:
- Peter Troshin
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ORonn
call()
static void
main(java.lang.String[] args)
-
-
-
Method Detail
-
call
public ORonn call() throws java.lang.NumberFormatException, java.io.IOException
- Specified by:
call
in interfacejava.util.concurrent.Callable<ORonn>
- Throws:
java.lang.NumberFormatException
java.io.IOException
-
main
public static void main(java.lang.String[] args) throws java.lang.NumberFormatException, java.io.IOException
- Throws:
java.lang.NumberFormatException
java.io.IOException
-
-