csw / bioruby-maf

MAF parser for BioRuby
MIT License
11 stars 6 forks source link

Rewind parser after reaching EOF #55 #118

Open dScarpino opened 8 years ago

dScarpino commented 8 years ago

For issue #55, i modified the class ThreadedChunkReaderWrapper. It should save the first chunk read, restart the parser after reaching end of file and if the parser have been restarted it should check the following chunks with the saved one (the first one read), and it stops if they're equal. parser_modified.zip

sorry, i made an error while doing this, please read the next one