Skip to content

Commit f6eadea

Browse files
committed
--majority parameter was missing from taxonomy workflow
1 parent 24217dc commit f6eadea

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

src/commons/Parameters.cpp

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1199,14 +1199,10 @@ Parameters::Parameters():
11991199
taxonomy.push_back(&PARAM_ORF_FILTER_S);
12001200
taxonomy.push_back(&PARAM_LCA_MODE);
12011201
taxonomy.push_back(&PARAM_TAX_OUTPUT_MODE);
1202+
taxonomy = combineList(taxonomy, aggregatetaxweights);
12021203
taxonomy = combineList(taxonomy, lca);
12031204
taxonomy = combineList(taxonomy, searchworkflow);
12041205
1205-
// taxpercontig
1206-
taxpercontig = combineList(taxonomy, aggregatetax);
1207-
removeParameter(taxpercontig, PARAM_TRANSLATE);
1208-
removeParameter(taxpercontig, PARAM_TAX_OUTPUT_MODE);
1209-
12101206
// easy taxonomy
12111207
easytaxonomy = combineList(taxonomy, addtaxonomy);
12121208
easytaxonomy = combineList(easytaxonomy, taxonomyreport);

src/commons/Parameters.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1062,7 +1062,6 @@ class Parameters {
10621062
std::vector<MMseqsParameter*> aggregatetax;
10631063
std::vector<MMseqsParameter*> aggregatetaxweights;
10641064
std::vector<MMseqsParameter*> taxonomy;
1065-
std::vector<MMseqsParameter*> taxpercontig;
10661065
std::vector<MMseqsParameter*> easytaxonomy;
10671066
std::vector<MMseqsParameter*> createsubdb;
10681067
std::vector<MMseqsParameter*> renamedbkeys;

0 commit comments

Comments
 (0)