Closed acjmmartin closed 2 years ago
Hi @acjmmartin ,
Perhaps this should be reported to nf-core/sarek
repo? Or the #sarek
slack channel?
Hi @abhi18av , I raised the issue with them and they advised me to raise it here because the only exception they could find in the nextflow log was a ["ConcurrentModificationException"
Ah, I see.
Possible for you to try again after doing a nextflow self-update
(to update to v21.10.6 release) and then appending -resume
to your command?
If this fails again, please share the .nextflow.log
file
I'm having the same problem using v21.10.6
, were you able to get to the bottom of this issue @acjmmartin ?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I'm having the same problem using
v21.10.6
, were you able to get to the bottom of this issue @acjmmartin ?
Apologies, I moved on to a different project so never got to the bottom of this issue. Have you? @b97pla
The issue disappeared when using Nextflow/22.04.0
Bug report
Expected behavior and actual behavior
In the mapping step of nf-core sarek, fastqs should be aligned to a reference genome. This works perfectly with a subset of my sample sheet (25 samples) but when running the complete sample sheet (497 samples) I get a "offending keys" error message. There are no duplicates in the sample sheet and none of the input files are missing.
Steps to reproduce the problem
I used to following commands:
nextflow run /camp/project/tracerX/working/PIPELINES/nf-core/sarek/2.7/workflow -profile crick --step mapping --genome GRCh37 --input /camp/project/tracerX/working/CRENAL/WORKING/Tx200/clean_scripts/sex_sheet_Tx200_v6_SampleSheet_sarek.tsv --target_bed /camp/project/tracerX/working/PIPELINES/nf-core/sarek/2.7/custom_references/bed_files/No_chr_Rabbit_Hole_v6.bed --outdir /camp/project/tracerX/working/CRENAL/OUTPUT/Tx200_clean -c /camp/project/tracerX/working/PIPELINES/nf-core/sarek/2.7/custom_configs/custom_crick_sarek_hp.config
Program output
Environment
Additional context
nextflow.log