Class FastaSplitUtils
java.lang.Object
edu.wustl.cse231s.bioinformatics.io.FastaSplitUtils
- Author:
- Dennis Cosgrove
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic List<byte[]>
readSubSequences
(File file) static List<byte[]>
splitIntoSubSequences
(byte[] chromosome) static void
writeSubSequences
(File file, List<byte[]> sequences)
-
Constructor Details
-
FastaSplitUtils
public FastaSplitUtils()
-
-
Method Details
-
splitIntoSubSequences
-
readSubSequences
- Throws:
IOException
-
writeSubSequences
- Throws:
IOException
-