Check Documentation
I have checked the following places for your error:
Description of the bug
In niche cases where multiple UDG treatments exist for a sample, and multiple libraries have each of these treatments, a file name collision kills the pipeline at the additional_library_merge step.
Steps to reproduce
Steps to reproduce the behaviour:
- Command line:
nextflow run ... (any input that requires merging of two already merged library-level BAMs during additional_library_merge step.
- See error:
Caused by:
Process `additional_library_merge` input file name collision -- There are multiple input files for each of the following file names: MIS010_ss_libmerged.trimmed.bam, MIS010_ss_libmerged.trimmed.bam.bai
Expected behaviour
The BAMs initial libmerged should have unique names, to avoid such errors.
Log files
Have you provided the following extra information/files:
System
- Hardware: HPC
- Executor: sge
- OS: Ubuntu
- Version 20.04.6 LTS
Nextflow Installation
- Version: 21.10.6 build 5660
Container engine
- Engine: Singularity
- version: singularity version 3.7.1
- Image tag: 2.4.5
Additional context
Check Documentation
I have checked the following places for your error:
- nf-core/eager FAQ/troubleshooting can be found here
Description of the bug
In niche cases where multiple UDG treatments exist for a sample, and multiple libraries have each of these treatments, a file name collision kills the pipeline at the
additional_library_mergestep.Steps to reproduce
Steps to reproduce the behaviour:
nextflow run ...(any input that requires merging of two already merged library-level BAMs duringadditional_library_mergestep.Expected behaviour
The BAMs initial libmerged should have unique names, to avoid such errors.
Log files
Have you provided the following extra information/files:
.nextflow.logfileSystem
Nextflow Installation
Container engine
Additional context