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
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
The text was updated successfully, but these errors were encountered:
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.
I encountered the same problem as TrimGalore in Sarek, that is, the python version is not compatible.
Thank you!
ERROR: Running in parallel is not supported on Python 2
The text was updated successfully, but these errors were encountered: