FelixKrueger / TrimGalore

A wrapper around Cutadapt and FastQC to consistently apply adapter and quality trimming to FastQ files, with extra functionality for RRBS data
GNU General Public License v3.0
459 stars 149 forks source link

Fixed essential bug for decompression default path #156

Closed FelixKrueger closed 1 year ago

FelixKrueger commented 1 year ago

For systems where pigz (and/or igzip) was not installed, and also for single-core operation, no default value was set for the decompression path. This should now be working again.