| Previous changeset 0:70b492856e17 (2025-01-20) Next changeset 2:7834132949bc (2025-02-17) |
|
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/binette/ commit 05daaa6ac68b46b29c23a9ad2dbc5be9107634a4 |
|
modified:
binette.xml |
| b |
| diff -r 70b492856e17 -r 6641160f2053 binette.xml --- a/binette.xml Mon Jan 20 16:19:35 2025 +0000 +++ b/binette.xml Sat Feb 08 14:56:26 2025 +0000 |
| b |
| @@ -2,7 +2,7 @@ <description>Binning refinement tool</description> <macros> <token name="@TOOL_VERSION@">1.0.5</token> - <token name="@VERSION_SUFFIX@">0</token> + <token name="@VERSION_SUFFIX@">1</token> <token name="@PROFILE@">24.1</token> </macros> <requirements> @@ -63,7 +63,7 @@ help="When a CheckM2 diamond database should be used download and input it here."/> </when> <when value="cached"> - <param name="datamanager" type="select" label="Select reference genome" help="Checkm2 Diamond database"> + <param name="datamanager" type="select" label="Select Diamond DB" help="Checkm2 Diamond database"> <options from_data_table="checkm2"> <filter type="sort_by" column="2"/> </options> @@ -185,4 +185,4 @@ <citations> <citation type="doi">10.21105/joss.06782</citation> </citations> -</tool> \ No newline at end of file +</tool> |