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

clear GFF cache

parent a9953776
No related branches found
No related tags found
No related merge requests found
......@@ -1108,6 +1108,8 @@ public class IndexedGFFDocumentEntry implements DocumentEntry
this.contig = contig;
this.combinedReference = combinedReference;
featureCount = -1;
gffCache.clear();
}
public void setEntryGroup(EntryGroup entryGroup)
......
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