Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can you keep maintaining it? #35

Open
Chao-Guo-hub opened this issue Nov 15, 2022 · 1 comment
Open

Can you keep maintaining it? #35

Chao-Guo-hub opened this issue Nov 15, 2022 · 1 comment

Comments

@Chao-Guo-hub
Copy link

I encountered the same problem as TrimGalore in Sarek, that is, the python version is not compatible.

Thank you!

>>> Now performing quality (cutoff '-q 20') and adapter trimming in a single pass for the adapter sequence: 'AGATCGGAAGAGC' from file Heart_R1_T1_1.fastq.gz <<<

ERROR: Running in parallel is not supported on Python 2

@ShannonTown
Copy link

ShannonTown commented Apr 24, 2023

I ran into the same problem, and fixed the issue temporarily with this:
nf-core/sarek#215 (comment)

This only bypassed the problem by avoiding using multicore of cpu, running much more slowly. It seems to be the same issue as in Sarek where Cutadapt does not use python3 that's actually installed in the system.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants