Repository 'gtdbtk_classify_wf'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/gtdbtk_classify_wf

Changeset 1:dbf1798c0dcc (2023-02-16)
Previous changeset 0:c4db8c4de66f (2022-12-13) Next changeset 2:6501b5b33988 (2023-07-25)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtdbtk commit 1dddd355fe97cb9d6bb37f93b98f3402184b4320
modified:
gtdbtk_classify_wf.xml
macros.xml
b
diff -r c4db8c4de66f -r dbf1798c0dcc gtdbtk_classify_wf.xml
--- a/gtdbtk_classify_wf.xml Tue Dec 13 09:48:28 2022 +0000
+++ b/gtdbtk_classify_wf.xml Thu Feb 16 23:35:55 2023 +0000
b
@@ -27,13 +27,17 @@
 --min_perc_aa $advanced.min_perc_aa
 $advanced.force
 --min_af $advanced.min_af
+
+## Required unless mash_db is available:
+--skip_ani_screen
+
 #if str($advanced.output_process_log) == 'yes':
     && cat output_dir/gtdbtk.warnings.log output_dir/gtdbtk.log > '$process_log'
 #end if
     ]]></command>
     <inputs>
         <param name="input" type="data" format="fasta,fasta.gz" multiple="true" label="Fasta (Genome) files"/>
-        <param name="gtdbtk_db" type="select" label="GTDB-Tk database">
+        <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.">
             <options from_data_table="gtdbtk_database">
                 <validator type="no_options" message="No locally cached GTDB-Tk database is available"/>
             </options>
b
diff -r c4db8c4de66f -r dbf1798c0dcc macros.xml
--- a/macros.xml Tue Dec 13 09:48:28 2022 +0000
+++ b/macros.xml Thu Feb 16 23:35:55 2023 +0000
b
@@ -1,5 +1,5 @@
 <macros>
-    <token name="@TOOL_VERSION@">1.7.0</token>
+    <token name="@TOOL_VERSION@">2.2.2</token>
     <token name="@VERSION_SUFFIX@">0</token>
     <token name="@PROFILE@">20.09</token>
     <xml name="requirements">