Unexpected error [ConcurrentModificationException] #5761
Replies: 3 comments 1 reply
-
It might be happening because you are modifying Try this instead: .map { sample_info, read1, read2, genome_info, index ->
[ sample_info + [genomeName: "${genome_info['genomeName']}"], read1, read2, index]
} |
Beta Was this translation helpful? Give feedback.
-
Hi @bentsherman , Thank you, the solution worked properly! Although I just made a small change to avoid the
|
Beta Was this translation helpful? Give feedback.
-
Hi, I'm reopening this issue because it seems that the
Any suggestions? |
Beta Was this translation helpful? Give feedback.
-
Bug report
My pipeline finishes abruptly with a non-detailed error when I try to resume it.
Expected behavior and actual behavior
I have the following channel definition
If I use
.view()
I get the expected behavior. Here is an example of the items in the channelmap_input_ch
Steps to reproduce the problem
Then when I run the following process the pipeline stops almost immediately,
Program output
ERROR ~ Unexpected error [ConcurrentModificationException]
issue_250128.nextflow.log
Environment
Additional context
nextflow.enable.dsl = 2
Beta Was this translation helpful? Give feedback.
All reactions