-
Notifications
You must be signed in to change notification settings - Fork 6
Labels
bugSomething isn't workingSomething isn't working
Milestone
Description
Description of the bug
Hi,
I installed v0.8.0 and nf-core-3.2.1-0 conda environment (that contains nextflow v0.25.04.2.5947). However I am getting the following error, is this due to any incompatibility? It seems that the problem points to the singularity image...
I am pasting below the last lines of .nextflow.log:
May-27 11:04:41.175 [main] ERROR nextflow.Nextflow - Pipeline failed. Please refer to troubleshooting docs: https://nf-co.re/docs/usage/troubleshooting
May-27 11:04:41.178 [Task monitor] DEBUG n.processor.TaskPollingMonitor - <<< barrier arrives (monitor: slurm) - terminating tasks monitor poll loop
May-27 11:04:41.204 [Actor Thread 2] DEBUG nextflow.processor.TaskProcessor - Handling unexpected condition for
task: name=SANGERTOL_BLOBTOOLKIT:BLOBTOOLKIT:INPUT_CHECK:GENERATE_CONFIG; work-dir=null
error [java.lang.InterruptedException]: java.lang.InterruptedException
May-27 11:04:41.213 [Actor Thread 15] DEBUG nextflow.container.SingularityCache - Singularity found local store for image=docker://docker.io/genomehubs/blobtoolkit:4.4.6; path=/software/assembly/pipelines/nf-core-pipelines/singularity/cache/docker.io-genomehubs-blobtoolkit-4.4.6.img
May-27 11:04:41.233 [Actor Thread 15] DEBUG nextflow.file.SortFileCollector - FileCollector temp dir not removed: null
May-27 11:04:41.233 [Actor Thread 4] DEBUG nextflow.file.SortFileCollector - FileCollector temp dir not removed: null
May-27 11:04:41.233 [Actor Thread 16] DEBUG nextflow.file.SortFileCollector - FileCollector temp dir not removed: null
May-27 11:04:41.229 [main] ERROR nextflow.cli.Launcher - @unknown
java.util.ConcurrentModificationException: null
at java.base/java.util.ArrayList$Itr.checkForComodification(ArrayList.java:1013)
at java.base/java.util.ArrayList$Itr.next(ArrayList.java:967)
at nextflow.Session.callIgniters(Session.groovy:545)
at nextflow.Session.fireDataflowNetwork(Session.groovy:539)
at nextflow.script.ScriptRunner.run(ScriptRunner.groovy:250)
at nextflow.script.ScriptRunner.execute(ScriptRunner.groovy:139)
at nextflow.cli.CmdRun.run(CmdRun.groovy:379)
at nextflow.cli.Launcher.run(Launcher.groovy:513)
at nextflow.cli.Launcher.main(Launcher.groovy:673)
Do you have any idea on how could I fix this?
Thanks
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working