From d41a5f082482221bdcbde7b22e66d0425bfe067f Mon Sep 17 00:00:00 2001 From: Jo Hausmann <35309108+johausmann@users.noreply.github.com> Date: Tue, 10 Oct 2023 09:49:55 +0200 Subject: [PATCH] Update test_16.sh Make CodeFactor happy --- tests/scripts/test_16.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/test_16.sh b/tests/scripts/test_16.sh index b97b377..921852c 100755 --- a/tests/scripts/test_16.sh +++ b/tests/scripts/test_16.sh @@ -13,4 +13,4 @@ nextflow main.nf -profile conda --name test_data \ --lineage_mode test -s $output/test_data.assembly.pangolin.csv || { echo "Missing pangolin output file (lineage mode with vcf input)!"; exit 1; } -assert_eq `wc -l $output/test_data.assembly.pangolin.csv` 2 "Wrong number of pangolin results" \ No newline at end of file +assert_eq $(wc -l $output/test_data.assembly.pangolin.csv) 2 "Wrong number of pangolin results"