Data type in MQC report is always "Paired End" for TSV input, regardless of SeqType in TSV. #757
Closed
1 of 5 tasks
Labels
bug
Something isn't working
Milestone
Check Documentation
I have checked the following places for your error:
- nf-core/eager FAQ/troubleshooting can be found here
Description of the bug
When TSV input is used, the parameter
single_end
is left asfalse
. It seems that within MQC it is that parameter that is checked to report the "Data Type" in the "Workflow Summary" section, leading to mixed messages when TSV input is used on SE or mixed data.Steps to reproduce
Steps to reproduce the behaviour:
nextflow run --input <any TSV with SE data>
Expected behaviour
For the "Data Type" field in the MQC report, it should ideally say "Single End" if a TSV of SE data is provided, and/or "Mixed/Unknown" if the TSV has a mix of PE and SE data.
Log files
Have you provided the following extra information/files:
.nextflow.log
fileSystem
Nextflow Installation
Container engine
Additional context
The text was updated successfully, but these errors were encountered: