org.biojava3.genome.util
Class SplitFasta
java.lang.Object
org.biojava3.genome.util.SplitFasta
public class SplitFasta
- extends Object
Utility to write each Fasta entry to a unique file
- Author:
- Scooter Willis
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SplitFasta
public SplitFasta()
processNucleotides
public void processNucleotides(File fastaFileName,
String uniqueid,
File outputDirectory)
throws Exception
- Throws:
Exception
main
public static void main(String[] args)