You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is cutadapt 3.4 with Python 3.9.18Command line parameters: -j 4 -a AGATCGGAAGAG -g nan -m 1 -n 2 -m 10 -o /home/user/.zarp/zarp/results/samples/SRR23590181.fastq/SRR23590181.fastq.fq1.se.remove_adapters.fastq.gz /home/user/.zarp/zarp/results/samples/SRR23590181.fastq/start/SRR23590181.fastq.fq1.fastq.gzProcessing reads on 4 cores in single-end mode ...ERROR: Traceback (most recent call last): File "/home/user/.zarp/zarp/.snakemake/conda/ENV_HASH/lib/python3.9/site-packages/cutadapt/pipeline.py", line 552, in run with self._opener.xopen(self.path, 'rb') as f: File "/home/user/.zarp/zarp/.snakemake/conda/ENV_HASH/lib/python3.9/site-packages/cutadapt/utils.py", line 186, in xopen f = open_raise_limit( File "/home/user/.zarp/zarp/.snakemake/conda/ENV_HASH/lib/python3.9/site-packages/cutadapt/utils.py", line 51, in open_raise_limit f = func(*args, **kwargs) File "/home/user/.zarp/zarp/.snakemake/conda/ENV_HASH/lib/python3.9/site-packages/xopen/__init__.py", line 1268, in xopen opened_file = _open_gz( File "/home/user/.zarp/zarp/.snakemake/conda/ENV_HASH/lib/python3.9/site-packages/xopen/__init__.py", line 1071, in _open_gz g = _open_reproducible_gzip( File "/home/user/.zarp/zarp/.snakemake/conda/ENV_HASH/lib/python3.9/site-packages/xopen/__init__.py", line 1102, in _open_reproducible_gzip gzip_file = igzip.IGzipFile(**kwargs, compresslevel=compresslevel) File "/home/user/.zarp/zarp/.snakemake/conda/ENV_HASH/lib/python3.9/site-packages/isal/igzip.py", line 155, in __init__ raise ValueError(ValueError: Compression level should be between 0 and 3.
All rules up to Cutadapt ran fine.
To reproduce
The following ZARP-cli command (with default init values) should lead to the error:
zarp --verbosity=DEBUG SRR23590181
Other calls/samples and calling ZARP manually caused the same issue.
OS: Ubuntu 20.04
The text was updated successfully, but these errors were encountered:
Problem
Executing ZARP gives the following error:
All rules up to Cutadapt ran fine.
To reproduce
The following ZARP-cli command (with default init values) should lead to the error:
Other calls/samples and calling ZARP manually caused the same issue.
OS: Ubuntu 20.04
The text was updated successfully, but these errors were encountered: