We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22115bf commit defe1afCopy full SHA for defe1af
data/workflow/nucleotide_clustering.sh
@@ -58,7 +58,7 @@ if [ -n "$ALIGNMENT_MODE_NOT_SET" ]; then
58
59
if notExists "${TMP_PATH}/pref_subtract.dbtype"; then
60
# shellcheck disable=SC2086
61
- $RUNNER "$MMSEQS" subtractdbs "${TMP_PATH}/pref" "${TMP_PATH}/aln_ungapped" "${TMP_PATH}/pref_subtract" ${THREADSANDCOMPRESS_PAR} \
+ "$MMSEQS" subtractdbs "${TMP_PATH}/pref" "${TMP_PATH}/aln_ungapped" "${TMP_PATH}/pref_subtract" ${THREADSANDCOMPRESS_PAR} \
62
|| fail "Alignment step died"
63
fi
64
0 commit comments