-
Notifications
You must be signed in to change notification settings - Fork 395
EMBL file parser is not parsing features #923
Copy link
Copy link
Open
Labels
enhancementImprovement of existing code or methodImprovement of existing code or methodhelp wantedQuestions and support for usersQuestions and support for users
Description
While working on issue #843 I had a look at the EMBL file parser (PR #919).
I used test givenAnEmilFileWhenProcessEmilFileThanTheSequenceShouldReturnAsExpected in EmblReaderTest.java.
To my understanding, the features in file embl.test are not parsed at all.
Please have a look at EmblRecord.java. Variable featureTable is just a String that gets assigned and overwritten by the last value.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementImprovement of existing code or methodImprovement of existing code or methodhelp wantedQuestions and support for usersQuestions and support for users