public class RdmSelectTaxon
extends java.lang.Object
Constructor and Description |
---|
RdmSelectTaxon() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args) |
static java.util.Set<java.lang.String> |
randomSelectTaxon(java.io.File tax_file,
java.io.File source_file,
float fraction,
java.lang.String rank)
Random select taxa at given rank, and return all the sequence IDs assigned to the selected taxa.
|
public static java.util.Set<java.lang.String> randomSelectTaxon(java.io.File tax_file, java.io.File source_file, float fraction, java.lang.String rank) throws java.io.IOException
tax_file
- source_file
- fraction
- rank
- java.io.IOException
public static void main(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception