Mercurial > repos > iuc > checkm2_build_database
comparison data_manager/checkm2_datamanager.xml @ 4:74c70f37dffb draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_checkm2 commit 3e15f64954fb060e11abfe1a6857c21f4032ad9c
| author | iuc |
|---|---|
| date | Mon, 06 Oct 2025 16:41:35 +0000 |
| parents | 6fd780865107 |
| children |
comparison
equal
deleted
inserted
replaced
| 3:6fd780865107 | 4:74c70f37dffb |
|---|---|
| 1 <tool id="checkm2_build_database" name="CheckM2" tool_type="manage_data" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> | 1 <tool id="checkm2_build_database" name="CheckM2" tool_type="manage_data" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> |
| 2 <description>database builder</description> | 2 <description>database builder</description> |
| 3 <macros> | 3 <macros> |
| 4 <!-- on update run a local test setting `test` to something else than "true" --> | 4 <!-- on update run a local test setting `test` to something else than "true" --> |
| 5 <token name="@TOOL_VERSION@">1.0.2</token> | 5 <token name="@TOOL_VERSION@">1.1.0</token> |
| 6 <token name="@VERSION_SUFFIX@">1</token> | 6 <token name="@VERSION_SUFFIX@">0</token> |
| 7 <token name="@PROFILE@">23.1</token> | 7 <token name="@PROFILE@">23.1</token> |
| 8 </macros> | 8 </macros> |
| 9 <requirements> | 9 <requirements> |
| 10 <requirement type="package" version="@TOOL_VERSION@">checkm2</requirement> | 10 <requirement type="package" version="@TOOL_VERSION@">checkm2</requirement> |
| 11 </requirements> | 11 </requirements> |
| 12 <version_command>checkm2 --version</version_command> | 12 <version_command>checkm2 --version</version_command> |
| 13 <command detect_errors="exit_code"><