# HG changeset patch # User iuc # Date 1744655978 0 # Node ID 876d26806584db8014d5c092fdadfe597ec25b55 # Parent 9e47b28bff57ef611e55f8dee74854b8c3e6f1bd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mmsesq2 commit 611b90f1628037f05d85905c88629a422d0a2053 diff -r 9e47b28bff57 -r 876d26806584 macro.xml --- a/macro.xml Thu Mar 27 16:43:10 2025 +0000 +++ b/macro.xml Mon Apr 14 18:39:38 2025 +0000 @@ -1,5 +1,5 @@ - 15.6f452 + 17-b804f 0 22.05 @@ -38,6 +38,7 @@ + diff -r 9e47b28bff57 -r 876d26806584 mmseqs2_taxonomy_assignment.xml --- a/mmseqs2_taxonomy_assignment.xml Thu Mar 27 16:43:10 2025 +0000 +++ b/mmseqs2_taxonomy_assignment.xml Mon Apr 14 18:39:38 2025 +0000 @@ -16,20 +16,25 @@ --dbtype '$createdb.alph_type.dbtype' --shuffle $createdb.shuffle && -cp -r '$createtaxdb.database_type.mmseqs2_db_select.fields.path'/database* . && +##Used only for test +#if str($download_tax_db) == 'true': +cp -r '$database.database_type.mmseqs2_db_select.fields.path'/database* . && mmseqs createtaxdb database - 'tmp' - #if $createtaxdb.tax_mapping_file - --tax-mapping-file '$createtaxdb.tax_mapping_file' - #end if - --tax-mapping-mode '$createtaxdb.tax_mapping_mode' - --threads "\${GALAXY_SLOTS:-1}" && + 'tmp' && +#end if +## #if $filtertaxseqdb.taxon_list mmseqs filtertaxseqdb - 'database' + ##Used only for test + #if str($download_tax_db) == 'true': + 'database' + ## + #else + '$database.database_type.mmseqs2_db_select.fields.path'/database + #end if 'database_filtered' --taxon-list '$filtertaxseqdb.taxon_list' && @@ -40,7 +45,13 @@ #if $filtertaxseqdb.taxon_list 'database_filtered' #else - 'database' + ##Used only for test + #if str($download_tax_db) == 'true': + 'database' + ## + #else + '$database.database_type.mmseqs2_db_select.fields.path'/database + #end if #end if 'output_taxonomy' 'tmp' @@ -64,6 +75,7 @@ --mask $taxonomy.prefilter.mask --mask-prob $taxonomy.prefilter.mask_prob --mask-lower-case $taxonomy.prefilter.mask_lower_case + --mask-n-repeat $taxonomy.prefilter.mask_n_repeat --min-ungapped-score $taxonomy.prefilter.min_ungapped_score --spaced-kmer-mode $taxonomy.prefilter.spaced_kmer_mode ##--spaced-kmer-pattern STR User-specified spaced k-mer pattern [] @@ -137,11 +149,10 @@ --translate $taxonomy.misc.translate --use-all-table-starts $taxonomy.misc.use_all_table_starts --id-offset $taxonomy.misc.id_offset - --add-orf-stop $taxonomy.misc.add_orf_stop --sequence-overlap $taxonomy.misc.sequence_overlap --sequence-split-mode $taxonomy.misc.sequence_split_mode --headers-split-mode $taxonomy.misc.headers_split_mode - --search-type $createtaxdb.database_type.search_type + --search-type $database.database_type.search_type --prefilter-mode $taxonomy.misc.prefilter_mode ##Common options @@ -182,7 +193,13 @@ #if $filtertaxseqdb.taxon_list 'database_filtered' #else - 'database' + ##Used only for test + #if str($download_tax_db) == 'true': + 'database' + ## + #else + '$database.database_type.mmseqs2_db_select.fields.path'/database + #end if #end if 'output_taxonomy' 'taxo_result.txt' @@ -195,7 +212,13 @@ #if $filtertaxseqdb.taxon_list 'database_filtered' #else - 'database' + ##Used only for test + #if str($download_tax_db) == 'true': + 'database' + ## + #else + '$database.database_type.mmseqs2_db_select.fields.path'/database + #end if #end if 'output_taxonomy' 'taxo_result.html' @@ -206,6 +229,9 @@ ]]> + + +
@@ -224,13 +250,11 @@
-
+
- - @@ -252,32 +276,7 @@ - - - - - - - - - - - - - - - - - - - - - - - - -
@@ -432,7 +431,6 @@ - @@ -494,13 +492,14 @@ +
-
+
@@ -509,28 +508,33 @@
+
+
+ +
+
- - - + + +
-
+
@@ -553,10 +557,11 @@ +
-
+
@@ -576,8 +581,8 @@ - - + + @@ -596,9 +601,6 @@ * Convert FASTA/Q file(s) to MMseqs sequence DB format *mmseqs createdb ... | [options]* -* Add taxonomic labels to sequence DB - *mmseqs createtaxdb [options]* - * Filter taxonomy sequence database *mmseqs filtertaxseqdb [options]*