Skip to content

FastQC quality extraction step fails when datafiles end with .fq #66

@vladimirg

Description

@vladimirg

For whatever reason, the current version of FastQC treats .fastq and .fq files differently. The subfolder for datafile_0.fastq is datafile_0_fastqc, while for datafile_0.fq it's datafile_0.fq_fastqc. Thus .fq files fail in project.paired_WGseq.install_3.sh:244, since the subfolder FASTQC_temp_file doesn't exist - we can't simply replace the extension with _fastqc, as we do on line 239. Probably we should try finding the subfolder (there are only two entries in the FastQC folder, one is a zip file and the other is the subfolder of interest) regardless of its name, perhaps by taking the name that doesn't end with .zip.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions