Details
-
Type: Bug
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 2.8.2
-
Fix Version/s: 2.9
-
Component/s: data retrieval services
-
Labels:None
-
Environment:All
-
Urgency:Not urgent
Description
Code in EmblEntry.parseCodingFeature() at line 690 incorrectly uses hashtable entry values instead of keys. As a result any 'miscellaneous' <qualifier> elements under <feature name="CDS"> would be ignored (not added to the SequenceFeature for the coding region).
Fix: change vals.elements() to vals.keys().
Fix: change vals.elements() to vals.keys().
Attachments
Issue Links
- related with
-
JAL-653 import of alignments via gff3 cigar annotation
- In Progress