|
| | MAFIO (String alignmentFile, boolean keepFileHandle) throws IOException, ParseException |
| |
| | MAFIO () |
| |
| String | getPreferredFileExtension () |
| |
| void | destroyFileHandle () throws IOException |
| |
| MAFAlignment | load (List< String > sequencesToLoad, int start, int end) throws IOException, ParseException |
| |
| MAFAlignment | createUnloadedAlignment (String fileName) throws IOException, ParseException |
| |
| MAFAlignment | load (String fileName) throws IOException, ParseException |
| |
| MAFAlignment | load (String fileName, List< String > sequencesToLoad) throws IOException, ParseException |
| |
| MultipleAlignment | load (InputStream in) throws IOException, ParseException |
| |
| MAFAlignment | load (String fileName, List< String > sequencesToLoad, int start, int end) throws IOException, ParseException |
| |
| MultipleAlignment | load (InputStream in, List< String > sequencesToLoad) throws IOException, ParseException |
| |
| void | write (BufferedWriter bw, MultipleAlignment ma) throws IOException |
| |
| void | write (BufferedWriter bw, MultipleAlignment ma, List< String > sequenceOrder) throws IOException |
| |
| broad.core.multiplealignment.MAFIO.MAFIO |
( |
String |
alignmentFile, |
|
|
boolean |
keepFileHandle |
|
) |
| throws IOException, ParseException |
| broad.core.multiplealignment.MAFIO.MAFIO |
( |
| ) |
|
| void broad.core.multiplealignment.MAFIO.destroyFileHandle |
( |
| ) |
throws IOException |
| String broad.core.multiplealignment.MAFIO.getPreferredFileExtension |
( |
| ) |
|
| MAFAlignment broad.core.multiplealignment.MAFIO.load |
( |
List< String > |
sequencesToLoad, |
|
|
int |
start, |
|
|
int |
end |
|
) |
| throws IOException, ParseException |
| MAFAlignment broad.core.multiplealignment.MAFIO.load |
( |
String |
fileName, |
|
|
List< String > |
sequencesToLoad |
|
) |
| throws IOException, ParseException |
| MAFAlignment broad.core.multiplealignment.MAFIO.load |
( |
String |
fileName, |
|
|
List< String > |
sequencesToLoad, |
|
|
int |
start, |
|
|
int |
end |
|
) |
| throws IOException, ParseException |
| void broad.core.multiplealignment.MAFIO.write |
( |
BufferedWriter |
bw, |
|
|
MultipleAlignment |
ma |
|
) |
| throws IOException |
| void broad.core.multiplealignment.MAFIO.write |
( |
BufferedWriter |
bw, |
|
|
MultipleAlignment |
ma, |
|
|
List< String > |
sequenceOrder |
|
) |
| throws IOException |
The documentation for this class was generated from the following file: