Skip to content

Commit db11802

Browse files
committed
Update clusterdb
1 parent 7b2b935 commit db11802

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

src/workflow/clusterdb.cpp

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,7 @@ int clusterdb(int argc, const char **argv, const Command &command) {
7575
par.evalProfile = 0.1;
7676
par.evalThr = 0.1;
7777
}
78-
std::vector<MMseqsParameter*> result2profile_ss;
79-
for (size_t i = 0; i < par.result2profile.size(); i++) {
80-
if (par.result2profile[i]->uniqid != par.PARAM_GAP_PSEUDOCOUNT.uniqid) {
81-
result2profile_ss.push_back(par.result2profile[i]);
82-
}
83-
}
84-
cmd.addVariable("PROFILE_SS_PAR", par.createParameterString(result2profile_ss).c_str());
78+
cmd.addVariable("PROFILE_SS_PAR", par.createParameterString(par.result2profile).c_str());
8579

8680
FileUtil::writeFile(tmpDir + "/clusterdb.sh", clusterdb_sh, clusterdb_sh_len);
8781
std::string program(tmpDir + "/clusterdb.sh");

0 commit comments

Comments
 (0)