Package | Description |
---|---|
org.biojava.nbio.alignment.io | |
org.biojava.nbio.core.sequence.io | |
org.biojava.nbio.core.sequence.io.util | |
org.biojava.nbio.core.sequence.location |
Modifier and Type | Method and Description |
---|---|
StockholmStructure |
StockholmFileParser.parse(InputStream inStream)
parses
InputStream and returns a the first contained alignment in a StockholmStructure object. |
StockholmStructure |
StockholmFileParser.parse(String filename)
Parses a Stockholm file and returns a
StockholmStructure object with its content. |
List<StockholmStructure> |
StockholmFileParser.parse(String filename,
int max)
Parses a Stockholm file and returns a
StockholmStructure object with its content. |
Modifier and Type | Method and Description |
---|---|
void |
GenericGenbankHeaderParser.setAccession(String accession)
The last accession passed to this routine will always be the one used.
|
void |
GenericGenbankHeaderParser.setComment(String comment) |
void |
GenericGenbankHeaderParser.setDescription(String description) |
void |
GenericGenbankHeaderParser.setIdentifier(String identifier) |
void |
GenericGenbankHeaderParser.setName(String name) |
void |
GenericGenbankHeaderParser.setVersion(int version) |
Modifier and Type | Method and Description |
---|---|
static List<String> |
IOUtils.getList(BufferedReader br)
Returns the contents of a buffered reader as a list of strings
|
static List<String> |
IOUtils.getList(InputStream is)
Delegates to
IOUtils.getList(BufferedReader) by wrapping the InputStream
in a valid reader. |
static void |
IOUtils.processReader(BufferedReader br,
IOUtils.ReaderProcessor processor)
Takes in a reader and a processor, reads every line from the given
file and then invokes the processor.
|
Modifier and Type | Method and Description |
---|---|
List<AbstractLocation> |
InsdcParser.parse(Reader reader)
Reader based version of the parse methods.
|
Location |
InsdcParser.parse(String locationString)
Main method for parsing a location from a String instance
|
Copyright © 2000–2019 BioJava. All rights reserved.