louiejtaylor / grabseqs

A utility for easy downloading of reads from next-gen sequencing repositories like NCBI SRA
MIT License
105 stars 16 forks source link

Fix pigz attempting to zip files that don't exist #43

Closed louiejtaylor closed 4 years ago

louiejtaylor commented 4 years ago

Closes #34. Calls to pigz/gzip are only made when we know that the file to be zipped actually exists.