enasequence / sequencetools

Webin sequence validation API.
Apache License 2.0
10 stars 3 forks source link

Issue#47 #49

Closed nbuso closed 5 years ago

nbuso commented 6 years ago

It makes CO lines not mandatory for CDS format files.

The pull request contains also a modification to clear EntryReader.blockCounter and EntryReader.skipTagCounter in EmblEntryReader.addBlockReaders(); this was done to reset the blockReaders situation when the same thread was parsing different format. Making this modification raised problems in some unit tests, please review the modified tests to be sure they are still covering the cases.