Mercurial > repos > iuc > customize_metaphlan_database
diff macros.xml @ 8:deff72a7700d draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaphlan/ commit 671a5fc6d4c02bd3eb830c1886a31ecffd134ceb
| author | iuc |
|---|---|
| date | Sun, 11 Aug 2024 20:33:29 +0000 |
| parents | 3b73897fd779 |
| children | 736f15336809 |
line wrap: on
line diff
--- a/macros.xml Thu Apr 20 11:24:22 2023 +0000 +++ b/macros.xml Sun Aug 11 20:33:29 2024 +0000 @@ -1,7 +1,7 @@ <?xml version="1.0"?> <macros> - <token name="@TOOL_VERSION@">4.0.6</token> - <token name="@VERSION_SUFFIX@">1</token> + <token name="@TOOL_VERSION@">4.1.1</token> + <token name="@VERSION_SUFFIX@">0</token> <token name="@PROFILE@">22.05</token> <!-- Metaphlan DB compatible with this version of Metaphlan v4 introduced single genome level bins (SGB) and the index syntax differs from previous versions --> @@ -23,4 +23,9 @@ <citation type="doi">10.7554/eLife.65088</citation> </citations> </xml> + + <xml name="subsample_common"> + <param argument="--mapping_subsampling" type="boolean" truevalue="--mapping_subsampling" falsevalue="" label="Subsampling on the mapping results" help="instead of on the reads"/> + <param argument="--subsampling_seed" type="integer" optional="true" label="Subsampling seed" help="No value: random"/> + </xml> </macros>
