-
Notifications
You must be signed in to change notification settings - Fork 441
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
Conversation
@@ -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"/> |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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"
167d584
to
27c54c6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @tuncK and @bgruening
Fine from my side. CI considers the tool now .. but at the same time all tests have been commented.
Guess there is nothing else that we can do, or?
What is the limiting factor in testing: time or disk space?
As far as I understood its a space limitation. I also have no better idea. Please feel free to merge. |
.../data_manager_metaphlan_database_downloader/data_manager/data_manager_metaphlan_download.xml
Show resolved
Hide resolved
.../data_manager_metaphlan_database_downloader/data_manager/data_manager_metaphlan_download.xml
Show resolved
Hide resolved
yep to large. 2GB .. needing ~200min |
This reverts commit 0f1d8f8.
* 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]>
FOR CONTRIBUTOR:
Updated metaphlan version, commented out DM test as the target file is too big to be used as a test.