comparison gtdbtk_classify_wf.xml @ 8:b907a3c0434f draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtdbtk commit 1a745528d394ac7cf79ee912da0ee6c6097ad029
author iuc
date Tue, 17 Sep 2024 10:24:15 +0000
parents a09c8c901603
children 5c7ba3d85a01
comparison
equal deleted inserted replaced
7:fce109bc2aa7 8:b907a3c0434f
37 ]]></command> 37 ]]></command>
38 <inputs> 38 <inputs>
39 <param name="input" type="data" format="fasta,fasta.gz" multiple="true" label="Fasta (Genome) files"/> 39 <param name="input" type="data" format="fasta,fasta.gz" multiple="true" label="Fasta (Genome) files"/>
40 <param name="gtdbtk_db" type="select" label="GTDB-Tk database" help="This version of GTDB-Tk required GTDB version R207_v2. Please contact your service administrator if this version is not available to select."> 40 <param name="gtdbtk_db" type="select" label="GTDB-Tk database" help="This version of GTDB-Tk required GTDB version R207_v2. Please contact your service administrator if this version is not available to select.">
41 <options from_data_table="gtdbtk_database_versioned"> 41 <options from_data_table="gtdbtk_database_versioned">
42 <filter type="regexp" column="3" value="^v2(07|14)$"/> 42 <filter type="regexp" column="3" value="^2(07|14)$"/>
43 <validator type="no_options" message="No locally cached GTDB-Tk database is available"/> 43 <validator type="no_options" message="No locally cached GTDB-Tk database is available"/>
44 </options> 44 </options>
45 </param> 45 </param>
46 <section name="advanced" title="Advanced options"> 46 <section name="advanced" title="Advanced options">
47 <param argument="--min_perc_aa" type="integer" min="0" max="100" value="10" label="Exclude genomes that do not have at least this percentage of AA in the MSA" help="Inclusive bound"/> 47 <param argument="--min_perc_aa" type="integer" min="0" max="100" value="10" label="Exclude genomes that do not have at least this percentage of AA in the MSA" help="Inclusive bound"/>