ESAT
 All Classes Namespaces Files Functions Variables Enumerator Pages
Static Public Member Functions | List of all members
jaligner.util.SequenceParser Class Reference

Static Public Member Functions

static Sequence parse (String sequence) throws SequenceParserException
 
static Sequence parse (File file) throws SequenceParserException
 

Detailed Description

SequenceParser to sequences from different formats.
Currently the supported formats are:

Author
Ahmed Moustafa (ahmed.nosp@m.@use.nosp@m.rs.sf.nosp@m..net)

Member Function Documentation

static Sequence jaligner.util.SequenceParser.parse ( String  sequence) throws SequenceParserException
static

Returns a parsed Sequence from a string.

Parameters
sequencestring to parse
Returns
parsed sequence
Exceptions
SequenceParserException
See also
Sequence
static Sequence jaligner.util.SequenceParser.parse ( File  file) throws SequenceParserException
static

Returns a Sequence parsed and loaded from a file

Parameters
fileto parse
Returns
parsed sequence
Exceptions
SequenceParserException
See also
Sequence

The documentation for this class was generated from the following file: