From df183e6bfff20f4f4457b6aa63d41f8fc32b80da Mon Sep 17 00:00:00 2001 From: Erik Fasterius Date: Mon, 3 Jul 2023 15:44:42 +0200 Subject: [PATCH] Update FastQC nf-core module --- modules.json | 2 +- modules/nf-core/fastqc/main.nf | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/modules.json b/modules.json index f7a14ea..127ce48 100644 --- a/modules.json +++ b/modules.json @@ -12,7 +12,7 @@ }, "fastqc": { "branch": "master", - "git_sha": "911696ea0b62df80e900ef244d7867d177971f73", + "git_sha": "bd8092b67b5103bdd52e300f75889442275c3117", "installed_by": ["modules"] }, "multiqc": { diff --git a/modules/nf-core/fastqc/main.nf b/modules/nf-core/fastqc/main.nf index 07d5e43..249f906 100644 --- a/modules/nf-core/fastqc/main.nf +++ b/modules/nf-core/fastqc/main.nf @@ -29,7 +29,11 @@ process FASTQC { printf "%s %s\\n" $rename_to | while read old_name new_name; do [ -f "\${new_name}" ] || ln -s \$old_name \$new_name done - fastqc $args --threads $task.cpus $renamed_files + + fastqc \\ + $args \\ + --threads $task.cpus \\ + $renamed_files cat <<-END_VERSIONS > versions.yml "${task.process}":