Skip to content

Commit

Permalink
Update run_clair3.sh
Browse files Browse the repository at this point in the history
update PHASING_PCT setting for guppy5
  • Loading branch information
sujunhao authored Mar 15, 2022
1 parent 1b73a33 commit 2f1e4c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run_clair3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ if [ "${PLATFORM}" != "ont" ] && [ "${PRO}" = "0" ]; then PRO=0.3; fi

# show default high quality hete variant proportion for whatshap phasing, 0.8 for ont guppy5 and 0.7 for others
if [ "${PHASING_PCT}" = "0" ]; then PHASING_PCT=0.7; fi
BASE_MODEL=$(basename ${MODEL_PATH})C
BASE_MODEL=$(basename ${MODEL_PATH})
if [ "${BASE_MODEL}" = "r941_prom_sup_g5014" ] || [ "${BASE_MODEL}" = "r941_prom_hac_g5014" ] || [ "${BASE_MODEL}" = "ont_guppy5" ]; then PHASING_PCT=0.8; fi

# remove the last '/' character in directory input
Expand Down Expand Up @@ -332,4 +332,4 @@ ${SCRIPT_PATH}/scripts/clair3.sh \
--enable_long_indel=${ENABLE_LONG_INDEL}


)) |& tee ${OUTPUT_FOLDER}/run_clair3.log
)) |& tee ${OUTPUT_FOLDER}/run_clair3.log

0 comments on commit 2f1e4c5

Please sign in to comment.