Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

samplesheet handling: different path + same filename gives an error #407

Open
AdrijaK opened this issue Jun 28, 2024 · 0 comments
Open

samplesheet handling: different path + same filename gives an error #407

AdrijaK opened this issue Jun 28, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@AdrijaK
Copy link

AdrijaK commented Jun 28, 2024

Description of the bug

Hi all, I have encountered a buggy behaviour in samplesheet processing:

My samplesheet has specified absolute paths to different files (/path/to/run_01/ and /path/to/run_02/) with same filename: this is typical for pooling re-sequencing libraries:

cat samplesheet-nfcore.csv

sample,fastq_1,fastq_2
Sample1_rep1,/path/to/run_01/Sample1_R1.fastq.gz,/path/to/run_01/Sample1_R2.fastq.gz
Sample1_rep1,/path/to/run_02/Sample1_R1.fastq.gz,/path/to/run_02/Sample1_R2.fastq.gz
Sample2_rep1,/path/to/run_01/Sample2_R1.fastq.gz,/path/to/run_01/Sample2_R2.fastq.gz
Sample2_rep1,/path/to/run_02/Sample2_R1.fastq.gz,/path/to/run_02/Sample2_R2.fastq.gz

Command used and terminal output

nextflow run nf-core/methylseq -profile ku_sund_danhead,dancmpn01fl -r 2.6.0 -params-file nfcore-methylseq-params.yaml --outdir GRCm38 --genome GRCm38 --aligner bismark


ERROR ~ Error executing process > 'NFCORE_METHYLSEQ:METHYLSEQ:FASTQC (16)'

Caused by:
  Process `NFCORE_METHYLSEQ:METHYLSEQ:FASTQC` input file name collision -- There are multiple input files for each of the following file names: Sample1_R1.fastq.gz, Sample1_R2.fastq.gz

Relevant files

No response

System information

Nextflow version 23.10.1
Hardware: HPC
Executor: slurm
Container engine: Singularity
OS: Red Hat Enterprise Linux 8.9 (Ootpa)
Version of nf-core/methylseq v2.6.0-g54f823e

@AdrijaK AdrijaK added the bug Something isn't working label Jun 28, 2024
@AdrijaK AdrijaK changed the title samplesheet handling: different path + same filename gives a bug samplesheet handling: different path + same filename gives an error Jul 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant