grenaud / deML

Maximum likelihood demultiplexing
GNU General Public License v3.0
46 stars 13 forks source link

unexpected end of file #20

Closed TJrogers86 closed 11 months ago

TJrogers86 commented 11 months ago

Hey, The program runs great. However, when I test the quality of the output files with gzip -t I get the following error "unexpected end of file". When I look up the meaning of the error the googles tells me that it means my file is corrupt. However, when i check the input file, everything is fine. So, Im not sure how to proceed. Thanks for any advise you can give

TJrogers86 commented 11 months ago

Scratch that. The problem came about because I was running deML in a for loop with '&' so it would run in parallel. Fixed the issue