# HG changeset patch # User iuc # Date 1743093708 0 # Node ID 44eb7e1f0b3664ef94f2acecff8ca4d8e4dc3f7a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_mmseqs2_database commit 25b603890e8048ac7bbffb81eaaa440f87049521 diff -r 000000000000 -r 44eb7e1f0b36 data_manager/data_manager_mmseqs2_download.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/data_manager/data_manager_mmseqs2_download.xml Thu Mar 27 16:41:48 2025 +0000 @@ -0,0 +1,160 @@ + + + + 15.6f452 + 0 + + + mmseqs2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 10.1038/nbt.3988 + + \ No newline at end of file diff -r 000000000000 -r 44eb7e1f0b36 data_manager_conf.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/data_manager_conf.xml Thu Mar 27 16:41:48 2025 +0000 @@ -0,0 +1,21 @@ + + + + + + + + + + + ${path} + mmseqs2/${path} + + ${GALAXY_DATA_MANAGER_DATA_PATH}/mmseqs2/${path} + abspath + + + + + + \ No newline at end of file diff -r 000000000000 -r 44eb7e1f0b36 test-data/mmseqs2_databases.loc.test --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/mmseqs2_databases.loc.test Thu Mar 27 16:41:48 2025 +0000 @@ -0,0 +1,2 @@ +SILVA-15.6f452-10022025 SILVA 10022025 nucleotide yes /tmp/tmpepbr4_rb/galaxy-dev/tool-data/mmseqs2/SILVA 15.6f452 +UniProtKB/Swiss-Prot-15.6f452-10022025 UniProtKB/Swiss-Prot 10022025 aminoacid yes /tmp/tmpepbr4_rb/galaxy-dev/tool-data/mmseqs2/Swiss-Prot 15.6f452 diff -r 000000000000 -r 44eb7e1f0b36 tool-data/mmseqs2_databases.loc.sample --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool-data/mmseqs2_databases.loc.sample Thu Mar 27 16:41:48 2025 +0000 @@ -0,0 +1,13 @@ +#This is a sample file distributed with Galaxy that enables tools +#to use a directory of metagenomics files. +#file has this format (white space characters are TAB characters) +# Tab separated with 6 columns: +# value : unique value used to generate the database path +# name: name of the database generate using the date and version of the mmseqs2 databases +# type : type of the database (aminoacid, nucleotide...) +# taxonomy : whether or not the database should contain taxonomy information +# path : final path to mmseqs2 databases on galaxy +# version : tool version to filter database version depending of the tool +# value, name, type, taxonomy, path, version +# eg. +#SILVA-15.6f452-10022025 SILVA 10022025 nucleotide yes /path/to/data 15.6f452 \ No newline at end of file diff -r 000000000000 -r 44eb7e1f0b36 tool_data_table_conf.xml.sample --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_data_table_conf.xml.sample Thu Mar 27 16:41:48 2025 +0000 @@ -0,0 +1,6 @@ + + + value, name, type, taxonomy, path, version + +
+
\ No newline at end of file diff -r 000000000000 -r 44eb7e1f0b36 tool_data_table_conf.xml.test --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_data_table_conf.xml.test Thu Mar 27 16:41:48 2025 +0000 @@ -0,0 +1,6 @@ + + + value, name, type, taxonomy, path, version + +
+
\ No newline at end of file