Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

metaphlan v4.0.5 -> v4.0.6 #5218

Merged
merged 5 commits into from
Mar 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>
<!--
bernt-matthias marked this conversation as resolved.
Show resolved Hide resolved
<test expect_num_outputs="1">
<param name="index" value="mpa_vOct22_CHOCOPhlAnSGB_202212"/>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we download a smaller dataset?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

None available: http://cmprod1.cibio.unitn.it/biobakery4/metaphlan_databases/bowtie2_indexes/

Unless we go the VW-way and make it download via "if toy DB, wget ... else call python"

<output name="out_file">
Expand All @@ -35,6 +36,7 @@ python '$__tool_directory__/data_manager_metaphlan_download.py'
</assert_contents>
</output>
</test>
-->
bernt-matthias marked this conversation as resolved.
Show resolved Hide resolved
</tests>
<help><![CDATA[
This tool downloads and builds the MetaPhlAn databases.
Expand Down