I tested zarp on a local machine and when the rules with cutadapt ran, I noticed that they use gzip instead of the desired multithreaded pigz.
The docker image affected is: docker://zavolab/cutadapt:1.16-slim.
One quick fix to not waste resources is to set --set-threads remove_adapters_cutadapt=1 remove_polya_cutadapt=1 pe_remove_adapters_cutadapt=1 pe_remove_polya_cutadapt=1 in the snakemake call.
Edited
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Child items 0
Show closed items
No child items are currently assigned. Use child items to break down this issue into smaller parts.
Linked items 0
Link issues together to show that they're related.
Learn more.
Yes, but somehow it does not use it.
I created a conda env with cutadapt=1.16 and pigz=2.4 and used that one instead of the singularity image on my local machine and then it worked as I saw that pigz was used.