Unexpected error [ConcurrentModificationException] #5761
Unanswered
SalvadorGJ
asked this question in
Q&A
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]
} |
0 replies
|
Hi @bentsherman , Thank you, the solution worked properly! Although I just made a small change to avoid the |
0 replies
|
Hi, I'm reopening this issue because it seems that the Any suggestions? |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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_chSteps 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
All reactions