dfermin / lucXor

JAVA-based implementation of LuciPHOr that can process any variable PTM.
1 stars 8 forks source link

Fixed a problem with mzML reader failing for non-compressed files #1

Closed chhh closed 9 years ago

chhh commented 9 years ago

It wasn't compiling, so I had to change package name to lowercase. The mzML reader couldn't read a non-compressed file, now it should not fail. Turns out, that in mzML there are 2 separate accessions: one for compression enabled and one for compression disabled.