Skip to content
Snippets Groups Projects
Commit 4e9118d6 authored by “kpepper”'s avatar “kpepper”
Browse files

Fixed RT ticket 467433 - Genbank files with a DBSOURCE field failed to load

parent 63ee98bb
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,8 @@ Version 17
Added Bioconda recipe. RT ticket #341139 .
Fixed RT ticket #467433 - Genbank DBSOURCE field was not recognised by Artemis. DBLINK was already added.
KNOWN ISSUES:
1) Java JDKs 1.8.0_131 and above have a Swing bug related to overlaying of modal dialogs for Mac OS X: https://bugs.openjdk.java.net/browse/JDK-8179335
2) There is a current bug in htsjdk whereby calls to the queryMate functionality can throw an exception on reads with secondaries and/or supplementals.
......
......@@ -152,6 +152,7 @@ abstract class LineGroup
genbank_hash.put ("SEGMENT","SEGMENT");
genbank_hash.put ("PRIMARY","PRIMARY");
genbank_hash.put ("DBLINK","DBLINK");
genbank_hash.put ("DBSOURCE","DBSOURCE");
genbank_hash.put ("CONTIG","CONTIG");
}
......
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