# HG changeset patch # User iuc # Date 1677481260 0 # Node ID 2131d7dca4558e14925df2603323a376d529ddef # Parent 6dee4abadccb89c1e31c5f0717211405d21c272a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaphlan/ commit 08ec37116aab4268fdb93f175b60e50a0bbfafb2 diff -r 6dee4abadccb -r 2131d7dca455 macros.xml --- a/macros.xml Sat Dec 03 10:43:21 2022 +0000 +++ b/macros.xml Mon Feb 27 07:01:00 2023 +0000 @@ -1,17 +1,16 @@ - 4.0.3 + 4.0.5 0 - 20.01 + 22.05 + + SGB + metaphlan_database_versioned - - topic_3174 - topic_0194 - - - operation_2478 - operation_0324 - + + metaphlan + diff -r 6dee4abadccb -r 2131d7dca455 metaphlan.xml --- a/metaphlan.xml Sat Dec 03 10:43:21 2022 +0000 +++ b/metaphlan.xml Mon Feb 27 07:01:00 2023 +0000 @@ -263,15 +263,16 @@ - - - + + + + - + @@ -435,6 +436,7 @@ + @@ -442,21 +444,6 @@ - - - - - - - - - - - - - - - @@ -465,14 +452,6 @@ - - - - - - - - @@ -489,6 +468,29 @@ + + + + + + + + + + + + + + + + + + + + + + + @@ -588,21 +590,6 @@ - - - - - - - - - - - - - - - @@ -611,14 +598,6 @@ - - - - - - - - @@ -635,6 +614,29 @@ + + + + + + + + + + + + + + + + + + + + + + + @@ -988,20 +990,6 @@ - - - - - - - - - - - - - - @@ -1009,13 +997,6 @@ - - - - - - - @@ -1030,6 +1011,27 @@ + + + + + + + + + + + + + + + + + + + + + diff -r 6dee4abadccb -r 2131d7dca455 test-data/test_database.loc --- a/test-data/test_database.loc Sat Dec 03 10:43:21 2022 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,6 +0,0 @@ -# Tab separated with 4 columns: -# - value (Galaxy records this in the Galaxy DB) -# - name (Galaxy shows this in the UI) -# - value (Galaxy records this in the Galaxy DB) -# - path (folder name containing the Kraken DB) -test-db-20210409 "Test Database" test-db ${__HERE__}/test-db \ No newline at end of file diff -r 6dee4abadccb -r 2131d7dca455 test-data/test_database_versioned.loc --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/test_database_versioned.loc Mon Feb 27 07:01:00 2023 +0000 @@ -0,0 +1,7 @@ +# Tab separated with 5 columns: +# - value (Galaxy records this in the Galaxy DB) +# - name (Galaxy shows this in the UI) +# - value (Galaxy records this in the Galaxy DB) +# - path (folder name containing the Kraken DB) +# - db version (whether it is SGB of Metaphlan v4 or not) +test-db-20210409 "Test Database" test-db ${__HERE__}/test-db SGB diff -r 6dee4abadccb -r 2131d7dca455 tool-data/metaphlan_database.loc.sample --- a/tool-data/metaphlan_database.loc.sample Sat Dec 03 10:43:21 2022 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,4 +0,0 @@ -#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) -#02_16_2014 MetaPhlAn2 clade-specific marker genes db_v20 /path/to/data \ No newline at end of file diff -r 6dee4abadccb -r 2131d7dca455 tool-data/metaphlan_database_versioned.loc.sample --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool-data/metaphlan_database_versioned.loc.sample Mon Feb 27 07:01:00 2023 +0000 @@ -0,0 +1,4 @@ +#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) +#02_16_2014 MetaPhlAn2 clade-specific marker genes db_v20 /path/to/data SGB_or_legacy diff -r 6dee4abadccb -r 2131d7dca455 tool_data_table_conf.xml.sample --- a/tool_data_table_conf.xml.sample Sat Dec 03 10:43:21 2022 +0000 +++ b/tool_data_table_conf.xml.sample Mon Feb 27 07:01:00 2023 +0000 @@ -1,6 +1,7 @@ + - - value, name, dbkey, path - +
+ value, name, dbkey, path, db_version +
diff -r 6dee4abadccb -r 2131d7dca455 tool_data_table_conf.xml.test --- a/tool_data_table_conf.xml.test Sat Dec 03 10:43:21 2022 +0000 +++ b/tool_data_table_conf.xml.test Mon Feb 27 07:01:00 2023 +0000 @@ -1,7 +1,7 @@ - - value, name, dbkey, path - +
+ value, name, dbkey, path, db_version +
-
\ No newline at end of file +