Skip to content

Commit 1796557

Browse files
pichuancopybara-github
authored andcommitted
Make sure bash inference_deeptrio.sh --model_preset PACBIO --bin_version 1.4.0 works.
PiperOrigin-RevId: 512765899
1 parent 5891c03 commit 1796557

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/inference_deeptrio.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -267,9 +267,9 @@ fi
267267

268268
## Flag consistency sanity checks.
269269

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

275275
N_SHARDS="64"

0 commit comments

Comments
 (0)