From 9f6641f80f6b734944162c59c75ce184c9df0341 Mon Sep 17 00:00:00 2001 From: Edmund Miller Date: Mon, 12 Apr 2021 14:31:53 -0500 Subject: [PATCH] dummy: Poke fastqc --- software/fastqc/main.nf | 1 + 1 file changed, 1 insertion(+) diff --git a/software/fastqc/main.nf b/software/fastqc/main.nf index 7ce76adf..f5858947 100644 --- a/software/fastqc/main.nf +++ b/software/fastqc/main.nf @@ -26,6 +26,7 @@ process FASTQC { tuple val(meta), path("*.zip") , emit: zip path "*.version.txt" , emit: version + script: // Add soft-links to original FastQs for consistent naming in pipeline def software = getSoftwareName(task.process)