Skip to content
Snippets Groups Projects
Commit a0fb50d4 authored by tcarver's avatar tcarver
Browse files

add index gff support

parent 62bbbc16
No related branches found
No related tags found
No related merge requests found
......@@ -115,6 +115,8 @@ public class FileDocument extends Document {
getProgressListeners ());;
if (read_file.getName ().endsWith (".gz")) {
if(IndexedGFFDocumentEntry.isIndexed(read_file))
return new BlockCompressedInputStream(read_file);
// assume this file is gzipped
return new WorkingGZIPInputStream (file_input_stream);
} else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment