We didn't actually support all of these extensions. Updated to be accurate.

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@5722 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
ebanks 2011-05-02 19:03:46 +00:00
parent a93a9ac663
commit fcf8cff64a
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ public class ReferenceDataSource implements ReferenceDataSourceProgressListener
index = new CachingIndexedFastaSequenceFile(fastaFile);
} catch (IllegalArgumentException e) {
throw new UserException.CouldNotReadInputFile(fastaFile, "Could not read reference sequence. The FASTA must have one of the following extensions: " + ReferenceSequenceFileFactory.FASTA_EXTENSIONS.toString(), e);
throw new UserException.CouldNotReadInputFile(fastaFile, "Could not read reference sequence. The FASTA must have either a .fasta or .fa extension", e);
}
catch (Exception e) {
throw new UserException.CouldNotReadInputFile(fastaFile, e);