Skip to content

if statement in run_fastqc.R #1

Open
@ivokwee

Description

Hi. I think in the file run_fastqc.R this

if(!dir.exists("fastqc"))

should be

if(!dir.exists(paste0(destdir,"/fastqc")))

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions