Skip to content

Commit

Permalink
metaphlan v4.0.5 -> v4.0.6 (galaxyproject#5218)
Browse files Browse the repository at this point in the history
* metaphlan v4.0.6

* Update tools/metaphlan/macros.xml

* remove metaphlan DM from skip list

* Try to enable tests

* Revert "Try to enable tests"

This reverts commit 0f1d8f8.

---------

Co-authored-by: M Bernt <[email protected]>
  • Loading branch information
2 people authored and paulzierep committed Apr 12, 2023
1 parent 248cab7 commit 7881b56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion .tt_skip
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
data_managers/data_manager_metaphlan_database_downloader/
data_managers/data_manager_rsync_g2/
tools/coverage_report/
tools/ebi_tools/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<requirement type="package" version="@TOOL_VERSION@">metaphlan</requirement>
</requirements>
<macros>
<token name="@TOOL_VERSION@">4.0.5</token>
<token name="@TOOL_VERSION@">4.0.6</token>
<token name="@VERSION_SUFFIX@">0</token>
</macros>
<stdio>
Expand All @@ -26,6 +26,7 @@ python '$__tool_directory__/data_manager_metaphlan_download.py'
<data name="out_file" format="data_manager_json" label="${tool.name}"/>
</outputs>
<tests>
<!--
<test expect_num_outputs="1">
<param name="index" value="mpa_vOct22_CHOCOPhlAnSGB_202212"/>
<output name="out_file">
Expand All @@ -35,6 +36,7 @@ python '$__tool_directory__/data_manager_metaphlan_download.py'
</assert_contents>
</output>
</test>
-->
</tests>
<help><![CDATA[
This tool downloads and builds the MetaPhlAn databases.
Expand Down

0 comments on commit 7881b56

Please sign in to comment.