Skip to content

Concatenate technical repeats #212

@ojziff

Description

@ojziff

Description of feature

When running smrnaseq with technical repeats I get the error:

 Process `NFCORE_SMRNASEQ:SMRNASEQ:MIRNA_QUANT:MIRTOP_QUANT` input file name collision -- There are multiple input files for each of the following file names:

To run the pipeline I used this command:

nextflow run nf-core/smrnaseq \
        --outdir './nfcore' \
        --input './samplesheet.csv' \
        --genome GRCh38 \
        --protocol qiaseq \
         -profile crick \
        -r 2.1.0 

The samplesheet.csv file has three columns, sample, fastq_1, and fastq_2. There are duplicated entries in the sample column, as some samples were sequenced over multiple runs.

Please could a concatenate step be added to merge technical repeats?

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions