Skip to content

Commit

Permalink
Update test_14.sh
Browse files Browse the repository at this point in the history
Updated test for GATK dict file
  • Loading branch information
johausmann committed Oct 10, 2023
1 parent d41a5f0 commit 07b3c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/scripts/test_14.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ nextflow main.nf -profile conda --name test_data \

# Test reference genome related output
test -s $output/reference/sequences.fa.fai || { echo "Missing fasta index file!"; exit 1; }
test -s $output/reference/sequences.fa.dict || { echo "Missing GATK dict file!"; exit 1; }
test -s $output/reference/sequences.dict || { echo "Missing GATK dict file!"; exit 1; }

# Test bwa index files are present
test -s $output/reference/sequences.fa.0123 || { echo "Missing bwa 0123 index file!"; exit 1; }
Expand Down

0 comments on commit 07b3c52

Please sign in to comment.