X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fio%2FFileFormat.java;h=b701963de34af16c9cd4decff978b26dc5446cd0;hb=80b889f0cca49103e1b20ed806755a0719789906;hp=1d240b26b28b00d7d3d2bb91ec8c6feea90af282;hpb=f42cec3b999bbed0ce85045760b55701c527da32;p=jalview.git diff --git a/src/jalview/io/FileFormat.java b/src/jalview/io/FileFormat.java index 1d240b2..b701963 100644 --- a/src/jalview/io/FileFormat.java +++ b/src/jalview/io/FileFormat.java @@ -244,7 +244,7 @@ public enum FileFormat implements FileFormatI return new PhylipFile(); } }, - GenBank("GenBank Flatfile", "gb", true, false) + GenBank("GenBank Flatfile", "gb, gbk", true, false) { @Override public AlignmentFileReaderI getReader(FileParse source) @@ -439,8 +439,11 @@ public enum FileFormat implements FileFormatI * @param shortName * @param extensions * comma-separated list of file extensions associated with the format - * @param isReadable - can be recognised by IdentifyFile and imported with the given reader - * @param isWritable - can be exported with the returned writer + * @param isReadable + * - can be recognised by IdentifyFile and imported with the given + * reader + * @param isWritable + * - can be exported with the returned writer */ private FileFormat(String shortName, String extensions, boolean isReadable, boolean isWritable)