Mercurial > repos > iuc > gtdbtk_classify_wf
comparison gtdbtk_classify_wf.xml @ 6:a09c8c901603 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtdbtk commit 85683b4edaf9ec44550ff0de861023f794bf35f2
author | iuc |
---|---|
date | Fri, 13 Sep 2024 11:15:36 +0000 |
parents | a68b985913ab |
children | b907a3c0434f |
comparison
equal
deleted
inserted
replaced
5:a68b985913ab | 6:a09c8c901603 |
---|---|
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 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"> | 41 <options from_data_table="gtdbtk_database_versioned"> |
42 <filter type="regexp" column="3" value="^v2(07|14)$"/> | |
42 <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"/> |
43 </options> | 44 </options> |
44 </param> | 45 </param> |
45 <section name="advanced" title="Advanced options"> | 46 <section name="advanced" title="Advanced options"> |
46 <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"/> |
123 </test> | 124 </test> |
124 --> | 125 --> |
125 <!-- GTDB-Tk databases are far too large to test currently --> | 126 <!-- GTDB-Tk databases are far too large to test currently --> |
126 <test expect_failure="true"> | 127 <test expect_failure="true"> |
127 <param name="input" value="genome_1.fna.gz" ftype="fasta.gz"/> | 128 <param name="input" value="genome_1.fna.gz" ftype="fasta.gz"/> |
128 <param name="gtdbtk_db" value="gtdbtk202"/> | 129 <param name="gtdbtk_db" value="gtdbtk214"/> |
129 <assert_stderr> | 130 <assert_stderr> |
130 <has_text text="Fatal error: Exit code 1"/> | 131 <has_text text="Fatal error: Exit code 1"/> |
131 </assert_stderr> | 132 </assert_stderr> |
132 </test> | 133 </test> |
133 </tests> | 134 </tests> |