File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -120,20 +120,24 @@ if notExists "${TMP_PATH}/search_not_proc.dbtype"; then
120
120
# shellcheck disable=SC2086
121
121
" $MMSEQS " search " ${TMP_PATH} /clu_rep" " ${TARGET} " " ${TMP_PATH} /search_not_proc" " ${TMP_PATH} /tmp_search" ${SEARCH_PAR} --alt-ali 3 \
122
122
|| fail " MMseqs2 search died"
123
+
124
+ # shellcheck disable=SC2086
125
+ $RUNNER " $MMSEQS " summarizeresult " ${TMP_PATH} /search_not_proc" " ${TMP_PATH} /searchDB" ${SUMMARIZE_PAR} \
126
+ || fail " first sequence-profile search died"
123
127
fi
124
128
125
- if notExists " ${TMP_PATH} /search_not_proc_filt.dbtype" ; then
129
+ # if notExists "${TMP_PATH}/search_not_proc_filt.dbtype"; then
126
130
# TODO pre-process DB here -> "${TMP_PATH}/search_not_proc_filt"
127
131
# filter output
128
- preprocessDb " ${TMP_PATH} /search_not_proc" " ${TMP_PATH} /search_not_proc_filt"
129
- fi
132
+ # preprocessDb "${TMP_PATH}/search_not_proc" "${TMP_PATH}/search_not_proc_filt"
133
+ # fi
130
134
131
135
# add headers
132
136
if [ -n " ${SIMPLE_OUTPUT} " ]; then
133
- convertalis_simple " ${TARGET} " " ${TMP_PATH} /search_not_proc_filt " " ${RESULTS} .tsv"
137
+ convertalis_simple " ${TARGET} " " ${TMP_PATH} /searchDB " " ${RESULTS} .tsv"
134
138
else
135
139
echo " Standard output will be provided"
136
- convertalis_standard " ${TARGET} " " ${TMP_PATH} /search_not_proc_filt " " ${RESULTS} .tsv"
140
+ convertalis_standard " ${TARGET} " " ${TMP_PATH} /searchDB " " ${RESULTS} .tsv"
137
141
fi
138
142
139
143
# remove temporary files and directories
You can’t perform that action at this time.
0 commit comments