From 5d224740cdbf7601d812d74fc4f9475c83f1fa69 Mon Sep 17 00:00:00 2001 From: drpatelh Date: Wed, 5 Aug 2020 17:17:58 +0100 Subject: [PATCH] Change path --- software/fastqc/main.nf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/fastqc/main.nf b/software/fastqc/main.nf index ed80e019..7f882525 100644 --- a/software/fastqc/main.nf +++ b/software/fastqc/main.nf @@ -1,5 +1,5 @@ // Import generic module functions -include { initOptions; saveFiles; getSoftwareName } from './lib/functions' +include { initOptions; saveFiles; getSoftwareName } from './functions' process FASTQC { tag "$meta.id"