File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 - g++-8
2222 - gcc-8
2323 arch : arm64
24- env : CC=gcc-8 CXX=g++-8 MMSEQS_NUM_THREADS=8
24+ env : CC=gcc-8 CXX=g++-8 MMSEQS_NUM_THREADS=4
2525 dist : bionic
2626 - addons :
2727 apt :
Original file line number Diff line number Diff line change @@ -1201,14 +1201,10 @@ Parameters::Parameters():
12011201 taxonomy.push_back(&PARAM_ORF_FILTER_S);
12021202 taxonomy.push_back(&PARAM_LCA_MODE);
12031203 taxonomy.push_back(&PARAM_TAX_OUTPUT_MODE);
1204+ taxonomy = combineList(taxonomy, aggregatetaxweights);
12041205 taxonomy = combineList(taxonomy, lca);
12051206 taxonomy = combineList(taxonomy, searchworkflow);
12061207
1207- // taxpercontig
1208- taxpercontig = combineList(taxonomy, aggregatetax);
1209- removeParameter(taxpercontig, PARAM_TRANSLATE);
1210- removeParameter(taxpercontig, PARAM_TAX_OUTPUT_MODE);
1211-
12121208 // easy taxonomy
12131209 easytaxonomy = combineList(taxonomy, addtaxonomy);
12141210 easytaxonomy = combineList(easytaxonomy, taxonomyreport);
Original file line number Diff line number Diff line change @@ -1066,7 +1066,6 @@ class Parameters {
10661066 std::vector<MMseqsParameter*> aggregatetax;
10671067 std::vector<MMseqsParameter*> aggregatetaxweights;
10681068 std::vector<MMseqsParameter*> taxonomy;
1069- std::vector<MMseqsParameter*> taxpercontig;
10701069 std::vector<MMseqsParameter*> easytaxonomy;
10711070 std::vector<MMseqsParameter*> createsubdb;
10721071 std::vector<MMseqsParameter*> renamedbkeys;
You can’t perform that action at this time.
0 commit comments