JaneliaSciComp / msg

Multiplexed Shotgun Genotyping
http://genomics.princeton.edu/AndolfattoLab/MSG.html
11 stars 12 forks source link

Parse gzipped fastq files directly #20

Closed gregpinero closed 12 years ago

gregpinero commented 12 years ago

It would be nice if msg could work directly from gzipped fastq files. At the moment, i think, we need to unzip files to parse them. it would be better if we could parse gzipped files directly. msg can handle gzipped files for the genome updating (since bwa automatically recognizes if the file is zipped), but our parsing code cannot.