Skip to content

Commit

Permalink
add command to container tests
Browse files Browse the repository at this point in the history
  • Loading branch information
khurrammaqbool committed Jun 9, 2022
1 parent d7a7767 commit c9d0f58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion container_tests/delly/delly.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# Test if commands exist

valid_commands=( "delly" )
valid_commands=( "delly" "bcftools" )

for valid_command in "${valid_commands[@]}"
do
Expand Down
2 changes: 1 addition & 1 deletion container_tests/varcall_py3/varcall_py3.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# Test if commands exist

valid_commands=( "bcftools" "samtools" "tabix" "vardict" "vardict-java" "svdb")
valid_commands=( "bcftools" "samtools" "tabix" "vardict" "vardict-java" "svdb" "bwa" "tiddit")

for valid_command in "${valid_commands[@]}"
do
Expand Down

0 comments on commit c9d0f58

Please sign in to comment.