Skip to content

Commit

Permalink
Make sure `bash inference_deeptrio.sh --model_preset PACBIO --bin_ver…
Browse files Browse the repository at this point in the history
…sion 1.4.0` works.

PiperOrigin-RevId: 512765899
  • Loading branch information
pichuan authored and copybara-github committed Feb 28, 2023
1 parent 5891c03 commit 1796557
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/inference_deeptrio.sh
Original file line number Diff line number Diff line change
Expand Up @@ -267,9 +267,9 @@ fi

## Flag consistency sanity checks.

if [[ "${USE_CANDIDATE_PARTITION}" == "false" ]] && [[ "${MODEL_TYPE}" == PACBIO* ]]; then
echo "For DeepTrio PACBIO*, automatically set --use_candidate_partition=true."
USE_CANDIDATE_PARTITION="true"
if [[ "${BIN_VERSION}" == "1.5.0" ]] && [[ "${MODEL_TYPE}" == PACBIO* ]]; then
echo "For DeepTrio PACBIO*, please run with version 1.4.0."
exit 1
fi

N_SHARDS="64"
Expand Down

0 comments on commit 1796557

Please sign in to comment.