Skip to content

Commit

Permalink
Update easy-msa workflow for lddt html changes
Browse files Browse the repository at this point in the history
  • Loading branch information
gamcil committed Mar 5, 2024
1 parent 5e8c9db commit 2f9aebd
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions data/easymsa.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,13 @@ else
fi
fi

# shellcheck disable=SC2086
"$MMSEQS" msa2lddt "${STRUCTUREDB}" "${RESULTS}_aa.fa" \
"--lddt-html" "${RESULTS}.html" \
"--guide-tree" "${RESULTS}.nw" \
${MSA2LDDT_PAR} \
|| fail "msa2lddt died"
if [ "${MAKE_REPORT}" ]; then
# shellcheck disable=SC2086
"$MMSEQS" msa2lddtreport "${STRUCTUREDB}" "${RESULTS}_aa.fa" "${RESULTS}.html" \
"--guide-tree" "${RESULTS}.nw" \
${MSA2LDDT_PAR} \
|| fail "msa2lddt died"
fi

if [ -n "${REMOVE_TMP}" ]; then
if [ -n "${GREEDY_BEST_HITS}" ]; then
Expand Down

0 comments on commit 2f9aebd

Please sign in to comment.