util.bio.converters
Class GenomeFASTASplitter

java.lang.Object
  extended byutil.bio.converters.GenomeFASTASplitter

public class GenomeFASTASplitter
extends java.lang.Object

Splits a whole genome fasta into different files, also rewrites the fasta header to just the first word following the >


Constructor Summary
GenomeFASTASplitter()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenomeFASTASplitter

public GenomeFASTASplitter()
Method Detail

main

public static void main(java.lang.String[] args)