Closed lucacozzuto closed 6 months ago
Is there a stack trace for this error? It will be difficult to find the source of the error without the trace
do you mean the .nextflow.log?
I added another part of the error
Luca, please include .nextflow.log
file
nextflow.log.txt Here it goes. Thanks!
Umm, not much more. Where's the code of that process?
You can see the code here:
https://github.com/biocorecrg/BioNextflow/blob/master/subworkflows/basecalling/dorado.nf
Thanks!
Is there are way to replicate it locally?
Ok so I tried also another pipeline that is public and got the same error. The pipeline is here:
https://github.com/biocorecrg/MOP2 For checking it you can do:
git clone --depth 1 --recurse-submodules https://github.com/biocorecrg/MOP2.git
cd MOP2
bash INSTALL.sh
cd mop_preprocess
nextflow run mop_preprocess.nf -with-docker -profile ci
thanks again! Luca
Cannot find script file: mop_preprocess.nf
Cd mop_preprocess
You are right, however it fails for other reason
Unable to find image 'biocorecrg/mopprepr:0.7' locally
Are you able to isolate the error in a smaller test case?
I'll try to make a smaller test case. However -with-docker
should download the image (or with -singularity in case you want it).
I did it
nextflow run mop_preprocess.nf -with-docker -profile ci
Wow. I have a CI that is working on github and is ok :) https://github.com/biocorecrg/MOP2/blob/main/.github/workflows/build.yml
Once I have a simple test case I'll send you. Thanks again
I think I track down where it fails... I have this code in the nextflow.config:
clusterOptions = { "-l h_vmem=${task.memory.toString().replaceAll(/[\sB]/,'')}" }
removing it fixed the problem.
Hi, thanks for reopening. I'm currently not using nextflow "edge" anymore since I got java errors that are not present in the normal one.
Duplicate of https://github.com/nextflow-io/nextflow/issues/4931
Sovled by 74004fbd
Bug report
(Please follow this template replacing the text between parentheses with the requested information)
Expected behavior and actual behavior
Pipeline works well with version 23.10.1 With the new nextflow I got: