Mercurial > repos > iuc > binette
diff binette.xml @ 5:71f4232f78db draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/binette commit 166ec7bb013cbf738810ed21199e579e63c73593
| author | iuc |
|---|---|
| date | Wed, 05 Nov 2025 13:27:32 +0000 |
| parents | c015fc9c0d39 |
| children | 65deeb301180 |
line wrap: on
line diff
--- a/binette.xml Fri Mar 21 13:16:17 2025 +0000 +++ b/binette.xml Wed Nov 05 13:27:32 2025 +0000 @@ -1,7 +1,7 @@ <tool id="binette" name="Binette" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> <description>Binning refinement tool</description> <macros> - <token name="@TOOL_VERSION@">1.1.1</token> + <token name="@TOOL_VERSION@">1.2.0</token> <token name="@VERSION_SUFFIX@">0</token> <token name="@PROFILE@">24.1</token> </macros> @@ -34,7 +34,7 @@ #if $proteins: -p 'input_proteins.fasta' #end if - -m ${min_completeness} + --min_completeness ${min_completeness} -t "\${GALAXY_SLOTS:-1}" -o 'output/' -w ${contamination_weight}
