Skip to content

Commit

Permalink
phab test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ACEnglish committed Jan 6, 2024
1 parent 879bcdd commit a54a08f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions repo_utils/sub_tests/phab.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ run test_phab_wfa $truv phab -o $OD/phab_result_wfa.vcf.gz \
-r chr1:700-900 --align wfa
if [ $test_phab_wfa ]; then
assert_exit_code 0
# poa isn't deterministic
#assert_equal $(fn_md5 $ANSDIR/phab/phab_result_wfa.vcf.gz) $(fn_md5 $OD/phab_result_wfa.vcf.gz)
assert_equal $(fn_md5 $ANSDIR/phab/phab_result_wfa.vcf.gz) $(fn_md5 $OD/phab_result_wfa.vcf.gz)
fi

run test_phab_poa $truv phab -o $OD/phab_result_poa.vcf.gz \
Expand All @@ -30,7 +29,8 @@ run test_phab_poa $truv phab -o $OD/phab_result_poa.vcf.gz \
-r chr1:700-900 --align poa
if [ $test_phab_poa ]; then
assert_exit_code 0
assert_equal $(fn_md5 $ANSDIR/phab/phab_result_poa.vcf.gz) $(fn_md5 $OD/phab_result_poa.vcf.gz)
# poa isn't deterministic
#assert_equal $(fn_md5 $ANSDIR/phab/phab_result_poa.vcf.gz) $(fn_md5 $OD/phab_result_poa.vcf.gz)
fi


Expand Down

0 comments on commit a54a08f

Please sign in to comment.