comparison binette.xml @ 1:6108dc80d9b2 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/binette/ commit 05daaa6ac68b46b29c23a9ad2dbc5be9107634a4
author iuc
date Sat, 08 Feb 2025 14:56:15 +0000
parents 8faabc0f7f46
children 3fadb6162438
comparison
equal deleted inserted replaced
0:8faabc0f7f46 1:6108dc80d9b2
1 <tool id="binette" name="Binette" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> 1 <tool id="binette" name="Binette" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
2 <description>Binning refinement tool</description> 2 <description>Binning refinement tool</description>
3 <macros> 3 <macros>
4 <token name="@TOOL_VERSION@">1.0.5</token> 4 <token name="@TOOL_VERSION@">1.0.5</token>
5 <token name="@VERSION_SUFFIX@">0</token> 5 <token name="@VERSION_SUFFIX@">1</token>
6 <token name="@PROFILE@">24.1</token> 6 <token name="@PROFILE@">24.1</token>
7 </macros> 7 </macros>
8 <requirements> 8 <requirements>
9 <requirement type="package" version="@TOOL_VERSION@">binette</requirement> 9 <requirement type="package" version="@TOOL_VERSION@">binette</requirement>
10 </requirements> 10 </requirements>
61 <when value="his"> 61 <when value="his">
62 <param argument="--checkm2_db" type="data" format="dmnd" label="Input CheckM2 diamond database" 62 <param argument="--checkm2_db" type="data" format="dmnd" label="Input CheckM2 diamond database"
63 help="When a CheckM2 diamond database should be used download and input it here."/> 63 help="When a CheckM2 diamond database should be used download and input it here."/>
64 </when> 64 </when>
65 <when value="cached"> 65 <when value="cached">
66 <param name="datamanager" type="select" label="Select reference genome" help="Checkm2 Diamond database"> 66 <param name="datamanager" type="select" label="Select Diamond DB" help="Checkm2 Diamond database">
67 <options from_data_table="checkm2"> 67 <options from_data_table="checkm2">
68 <filter type="sort_by" column="2"/> 68 <filter type="sort_by" column="2"/>
69 </options> 69 </options>
70 <validator type="no_options" message="No databases are available for this version of Checkm2. Please contact the Galaxy administrators to request one be installed."/> 70 <validator type="no_options" message="No databases are available for this version of Checkm2. Please contact the Galaxy administrators to request one be installed."/>
71 </param> 71 </param>