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

remove index gff support temporarily

parent 07d21717
No related branches found
No related tags found
No related merge requests found
......@@ -115,8 +115,6 @@ 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.
Please register or to comment