Skip to content

Trimming paired-end reads does not write trimmed FASTQ files. #20

Description

@ghuls

Describe the bug
Trimming paired-end reads does not write trimmed FASTQ files, but only the HTML and JSON file.

To Reproduce

biofastq-a \
    --threads 2 \
    --trim \
    --output-dir fastq_cleaned/ \
    --in2 fastq/sample_R2.fastq.gz \
     fastq/sample_R1.fastq.gz

Expected behavior

I expect (trimmed) output FASTQ files for both R1 and R2 FASTQ files.
fastq_report.json

A clear and concise description of what you expected to happen.

ouptut

Content of fastq_cleaned/:

  • sample_R1.fastq_report.html
  • sample_R1.fastq_report.json

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions