Skip to content

MirTrace uses untrimmed fastq input #242

@apeltzer

Description

@apeltzer

Description of the bug

The Fastqc reports are available for both before and after trimming (as intended).

Mirtrace however uses the untrimmed fastq file:

// SUBWORKFLOW: mirtrace QC
//
FASTQC_FASTP.out.adapterseq
.join( ch_cat_fastq )
.map { meta, adapterseq, fastq -> [adapterseq, meta.id, fastq] }
.groupTuple()
.set { ch_mitrace_inputs }
MIRTRACE(ch_mitrace_inputs)
ch_versions = ch_versions.mix(MIRTRACE.out.versions.ifEmpty(null))

This should be adjusted I think to match expectations here ...

Command used and terminal output

No response

Relevant files

No response

System information

No response

Metadata

Metadata

Assignees

No one assigned

    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