diff --git a/tools/mmseqs2/mmseqs2_easy_linclust_clustering.xml b/tools/mmseqs2/mmseqs2_easy_linclust_clustering.xml index c545c152c70..ca30b8a3626 100644 --- a/tools/mmseqs2/mmseqs2_easy_linclust_clustering.xml +++ b/tools/mmseqs2/mmseqs2_easy_linclust_clustering.xml @@ -14,18 +14,10 @@ mmseqs easy-linclust 'result' 'tmp' - #if '$alph_type.type' == "amino_acid" - --sub-mat 'blosum62.out' - --alph-size $alph_type.type.alph_size_amino_acid + #if '$alph_type.dbtype' == "1" --comp-bias-corr-scale $alph_type.type.comp_bias_corr_scale - --gap-open 11 - --gap-extend 1 --kmer-per-seq-scale $alph_type.type.kmer_per_seq_scale - #elif '$alph_type.type' == "nucleotide" - --sub-mat 'nucleotide.out' - --alph-size $alph_type.type.alph_size_nucleotide - --gap-open 5 - --gap-extend 2 + #elif '$alph_type.dbtype' == "2" --zdrop $alph_type.type.zdrop --kmer-per-seq-scale $alph_type.type.kmer_per_seq_scale --adjust-kmer-len $alph_type.type.adjust_kmer_len @@ -81,9 +73,8 @@ mmseqs easy-linclust ##Misc options --rescore-mode $misc.rescore_mode - --dbtype $misc.dbtype + --dbtype $alph_type.dbtype --shuffle $misc.shuffle - --createdb-mode $misc.createdb_mode --id-offset $misc.id_offset ##Common options @@ -104,17 +95,17 @@ mmseqs easy-linclust - - - + + + + - - + + - - + @@ -177,16 +168,7 @@ mmseqs easy-linclust - - - - - - - - - @@ -215,6 +197,9 @@ mmseqs easy-linclust + + + diff --git a/tools/mmseqs2/mmseqs2_taxonomy_assignment.xml b/tools/mmseqs2/mmseqs2_taxonomy_assignment.xml index 5d93c3af52c..9dd83362381 100644 --- a/tools/mmseqs2/mmseqs2_taxonomy_assignment.xml +++ b/tools/mmseqs2/mmseqs2_taxonomy_assignment.xml @@ -13,8 +13,7 @@ ln -s -f '${createdb.input_fasta}' 'input' && mmseqs createdb 'input' 'sequenceDB' - --dbtype '$createdb.dbtype' - --createdb-mode $createdb.createdb_mode + --dbtype '$createdb.alph_type.dbtype' --shuffle $createdb.shuffle && cp -r '$createtaxdb.database_type.mmseqs2_db_select.fields.path'/database* . && @@ -44,20 +43,10 @@ mmseqs taxonomy #end if 'output_taxonomy' 'tmp' - #if str($taxonomy.alph_type.type) == "amino_acid" - --sub-mat 'blosum62.out' - --alph-size $taxonomy.alph_type.alph_size_amino_acid - --comp-bias-corr-scale $taxonomy.alph_type.comp_bias_corr_scale - --seed-sub-mat 'VTML80.out' - --gap-open 11 - --gap-extend 1 - #elif str($taxonomy.alph_type.type) == "nucleotide" - --sub-mat 'nucleotide.out' - --alph-size $taxonomy.alph_type.alph_size_nucleotide - --seed-sub-mat 'nucleotide.out' - --gap-open 5 - --gap-extend 2 - --zdrop $taxonomy.alph_type.zdrop + #if str($createdb.alph_type.dbtype) == "1" + --comp-bias-corr-scale $createdb.alph_type.comp_bias_corr_scale + #elif str($createdb.alph_type.dbtype) == "2" + --zdrop $createdb.alph_type.zdrop #end if ##Pre-filter options --add-self-matches $taxonomy.prefilter.add_self_matches @@ -218,15 +207,20 @@ mmseqs createtsv
- - - - - - - - - + + + + + + + + + + + + + +
@@ -272,20 +266,6 @@ mmseqs createtsv
- - - - - - - - - - - - - -
@@ -499,6 +479,9 @@ mmseqs createtsv
+ + +