Skip to content

Commit

Permalink
clair3.nf: fix model path
Browse files Browse the repository at this point in the history
  • Loading branch information
peterk87 committed Feb 16, 2024
1 parent f07f676 commit 6f86e58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/local/clair3.nf
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ process CLAIR3 {
if [[ ${using_conda} = true ]] ; then
MODEL_PATH="\$CLAIR_BIN_DIR/${model_suffix}"
else [[ ${using_conda} = false ]]
MODEL_PATH="/usr/local/bin/models/${params.clair3_variant_model}"
MODEL_PATH="/opt/models/${params.clair3_variant_model}"
fi
fi
Expand Down

0 comments on commit 6f86e58

Please sign in to comment.