Closed shl129 closed 1 year ago
Thanks for reporting this, this is indeed an oversight, caused by the fact that no default value was specified for cases when single-core operation, or when no pigz
was found on the system. You now have the following options.
pigz
on your system, and use -j 2
or more (optionally, install igzip
in addition to pigz
)my $decompression_path = 'gzip'; # default
I will in the next hours make a new release to fix this, and try to get it updated on Bioconda as well..
Apologies for the inconvenience, I hope this will be sorted out soon.
Just to quickly say, I have now made a new release (v0.6.10, a new Bioconda Pull-Request is ongoing. Best, Felix
The following command should hopefully fix everything by updating to the latest version v0.6.10:
conda update trim-galore
Thank you very much! I updated the package to the latest version, and it works!!!
I used trim_galore for sequence trimming with the command below: `$ trim_galore -q 25 --phred33 -e 0.1 --stringency 4 --paired -o clean/ raw/S1-1.fastq.gz raw/S1-2.fastq.gz
The terminal returned this:
But gzip has been installed and the gzip version is 1.12.
Can anyone help me?