Skip to content

Commit b1704cc

Browse files
Merge branch 'master' of https://github.com/soedinglab/mmseqs2
2 parents f388ead + f6eadea commit b1704cc

3 files changed

Lines changed: 2 additions & 7 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
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:

src/commons/Parameters.cpp

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff 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);

src/commons/Parameters.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)