File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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);
Original file line number Diff line number Diff 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;
You can’t perform that action at this time.
0 commit comments