Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/soedinglab/MMseqs2
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-steinegger committed Oct 25, 2018
2 parents 712ec3a + 9bf455d commit 6cb4728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/cascaded_clustering.sh
Expand Up @@ -20,7 +20,7 @@ TMP_PATH="$3"
SOURCE="$INPUT"

mkdir -p "${TMP_PATH}/linclust"
if notExists "${TMP_PATH}/aln_redundancy"; then
if notExists "${TMP_PATH}/clu_redundancy"; then
# shellcheck disable=SC2086
"$MMSEQS" linclust "$INPUT" "${TMP_PATH}/clu_redundancy" "${TMP_PATH}/linclust" ${LINCLUST_PAR} \
|| fail "linclust died"
Expand Down

0 comments on commit 6cb4728

Please sign in to comment.