File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,19 @@ if [ "$PREFMODE" != "EXHAUSTIVE" ]; then
22
22
|| fail " Expandcomplex died"
23
23
fi
24
24
if notExists " ${TMP_PATH} /result_expand_aligned.dbtype" ; then
25
+
26
+ if [ " $COMPLEX_ALIGNMENT_ALGO " == " tmalign" ]; then
27
+ # shellcheck disable=SC2086
28
+ " $MMSEQS " structurealign " ${QUERYDB} " " ${TARGETDB} " " ${TMP_PATH} /result_expand_pref" " ${TMP_PATH} /result_expand_aligned_tmp" -e 100 \
29
+ || fail $COMPLEX_ALIGNMENT_ALGO " died"
30
+ # shellcheck disable=SC2086
31
+ " $MMSEQS " tmalign " ${QUERYDB} " " ${TARGETDB} " " ${TMP_PATH} /result_expand_aligned_tmp" " ${TMP_PATH} /result_expand_aligned" ${COMPLEX_ALIGN_PAR} \
32
+ || fail $COMPLEX_ALIGNMENT_ALGO " died"
33
+ else
25
34
# shellcheck disable=SC2086
26
35
" $MMSEQS " $COMPLEX_ALIGNMENT_ALGO " ${QUERYDB} " " ${TARGETDB} " " ${TMP_PATH} /result_expand_pref" " ${TMP_PATH} /result_expand_aligned" ${COMPLEX_ALIGN_PAR} \
27
36
|| fail $COMPLEX_ALIGNMENT_ALGO " died"
37
+ fi
28
38
fi
29
39
RESULT=" ${TMP_PATH} /result_expand_aligned"
30
40
fi
You can’t perform that action at this time.
0 commit comments