Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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

@jfy133

Description

@jfy133

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions