Uses of Class
compbio.data.sequence.UnknownFileFormatException

Packages that use UnknownFileFormatException
compbio.data.sequence A data model for multiple sequence alignment web services Classes in this package have no dependencies to other sources in the project. 
compbio.runner Utilities commonly used by all runners. 
 

Uses of UnknownFileFormatException in compbio.data.sequence
 

Methods in compbio.data.sequence that throw UnknownFileFormatException
static Alignment ClustalAlignmentUtil.readClustalFile(java.io.File file)
           
static Alignment ClustalAlignmentUtil.readClustalFile(java.io.InputStream instream)
          Read Clustal formatted alignment.
 

Uses of UnknownFileFormatException in compbio.runner
 

Methods in compbio.runner that throw UnknownFileFormatException
static Alignment Util.readClustalFile(java.lang.String workDirectory, java.lang.String clustFile)