Closed raimondsre closed 3 years ago
I found an answer in sarek slack, but it is extremely slow, so better solution is needed. The solution thus far is to add the following code to custom nextflow.config file, but make sure memory variable is correct:
process {
withName:TrimGalore {
cpus = 1
memory = '64 GB'
time = '24h'
}
}
While running sarek with option --trim_fastq i encounter a following error:
ERROR: Running in parallel is not supported on Python 2
The issue could be with singularity, could you suggest a solution?
Steps to reproduce
Steps to reproduce the behaviour:
.command.err
Log files
The
.nextflow.log
file .nextflow.logSystem
Nextflow Installation
Container engine