Package org.forester.io.parsers
Class FastaParser
java.lang.Object
org.forester.io.parsers.FastaParser
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
static boolean
static void
static List<MolecularSequence>
static List<MolecularSequence>
parse
(InputStream is) static Msa
parseMsa
(byte[] bytes) static Msa
static Msa
parseMsa
(InputStream is) static Msa
-
Field Details
-
FASTA_DESC_LINE
-
-
Constructor Details
-
FastaParser
public FastaParser()
-
-
Method Details
-
main
-
isLikelyFasta
- Throws:
IOException
-
isLikelyFasta
- Throws:
IOException
-
parseMsa
- Throws:
IOException
-
parseMsa
- Throws:
IOException
-
parseMsa
- Throws:
IOException
-
parseMsa
- Throws:
IOException
-
parse
- Throws:
IOException
-
parse
- Throws:
IOException
-