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

fix in isGTF()

parent f6447664
Branches
Tags
No related merge requests found
......@@ -1374,6 +1374,7 @@ public class GFFStreamFeature extends SimpleDocumentFeature
if(feature.getQualifiers().getQualifierByName("gene_id") != null &&
feature.getQualifiers().getQualifierByName("transcript_id") != null)
{
if(feature.getEntry() != null)
logger4j.debug(feature.getEntry().getName()+" is in GTF format");
return true;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment