Mercurial > repos > iuc > gtdbtk_classify_wf
comparison gtdbtk_classify_wf.xml @ 9:5c7ba3d85a01 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtdbtk commit 0f5d58e0011fcfc9c772ba9392deaed186e045eb
author | iuc |
---|---|
date | Wed, 25 Sep 2024 06:56:25 +0000 |
parents | b907a3c0434f |
children | 4d9445dff47b |
comparison
equal
deleted
inserted
replaced
8:b907a3c0434f | 9:5c7ba3d85a01 |
---|---|
35 && cat output_dir/gtdbtk.warnings.log output_dir/gtdbtk.log > '$process_log' | 35 && cat output_dir/gtdbtk.warnings.log output_dir/gtdbtk.log > '$process_log' |
36 #end if | 36 #end if |
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 requires GTDB version 207 or 214. 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="^2(07|14)$"/> | 42 <filter type="regexp" column="version" 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"/> |