Skip to content

Commit

Permalink
Update test_15.sh
Browse files Browse the repository at this point in the history
Make CodeFactor happy
  • Loading branch information
johausmann authored Oct 10, 2023
1 parent 5e90601 commit ea09b0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/scripts/test_15.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ nextflow main.nf -profile conda --name test_data \

test -s $output/test_data.input.fasta || { echo "Missing VCF2FASTA fasta file (lineage mode with vcf input)!"; exit 1; }
test -s $output/test_data.input.pangolin.csv || { echo "Missing pangolin output file (lineage mode with vcf input)!"; exit 1; }
assert_eq `wc -l $output/test_data.input.pangolin.csv` 2 "Wrong number of pangolin results"
assert_eq $(wc -l $output/test_data.input.pangolin.csv) 2 "Wrong number of pangolin results"





0 comments on commit ea09b0b

Please sign in to comment.