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

Kraken report results in file name collisions due to over-zealous suffix removal #790

Closed
2 of 5 tasks
jfy133 opened this issue Sep 9, 2021 · 0 comments
Closed
2 of 5 tasks
Assignees
Labels
bug Something isn't working

Comments

@jfy133
Copy link
Member

jfy133 commented Sep 9, 2021

Check Documentation

I have checked the following places for your error:

Description of the bug

Error executing process > 'multiqc (1)'

Caused by:
  Process `multiqc` input file name collision -- There are multiple input files for each of the following file names: kraken/EMN001.kraken2_report

due to

eager/main.nf

Line 2980 in 4c382d5

prefix = fastq.toString().tokenize('.')[0]
taking only the first element of a split by . process.

Steps to reproduce

Two samples in TSV with name such as

EMN001.A0101
EMN001.A0102

Expected behaviour

Log files

Have you provided the following extra information/files:

  • The command used to run the pipeline
  • The .nextflow.log file
  • The exact error:

System

  • Hardware:
  • Executor:
  • OS:
  • Version

Nextflow Installation

  • Version:

Container engine

  • Engine:
  • version:
  • Image tag:

Additional context

@jfy133 jfy133 added the bug Something isn't working label Sep 9, 2021
@jfy133 jfy133 self-assigned this Sep 9, 2021
@jfy133 jfy133 mentioned this issue Sep 9, 2021
11 tasks
@jfy133 jfy133 closed this as completed Sep 9, 2021
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