From 20ecf1d55b0e448f2407afc9a26498f754922d08 Mon Sep 17 00:00:00 2001 From: Till Englert Date: Tue, 23 Apr 2024 09:18:59 +0200 Subject: [PATCH] .. --- tests/pipeline/test_taxa_specific_assembly.nf.test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/pipeline/test_taxa_specific_assembly.nf.test b/tests/pipeline/test_taxa_specific_assembly.nf.test index 389ddbcd..3265a49d 100644 --- a/tests/pipeline/test_taxa_specific_assembly.nf.test +++ b/tests/pipeline/test_taxa_specific_assembly.nf.test @@ -10,8 +10,8 @@ nextflow_pipeline { when { params { outdir = "$outputDir" - ncbi_email = "\\\$NCBI_EMAIL" - ncbi_key = '\\\$NCBI_KEY' + ncbi_email = "\${NCBI_EMAIL}" + ncbi_key = '\${NCBI_KEY}' } }