From be7ca985d01d9a9242dd752bb8e2a510e83416ba Mon Sep 17 00:00:00 2001 From: April Shen Date: Wed, 13 Dec 2023 16:15:53 +0000 Subject: [PATCH] fix getTargetOntology --- pipelines/utils.nf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines/utils.nf b/pipelines/utils.nf index 169fa538..5d780ec0 100644 --- a/pipelines/utils.nf +++ b/pipelines/utils.nf @@ -3,7 +3,7 @@ */ process getTargetOntology { input: - path mappingsFile + val mappingsFile output: env ONTOLOGY, emit: targetOntology