# HG changeset patch
# User iuc
# Date 1670924908 0
# Node ID c4db8c4de66f92e4af92b2e591d148fa83a9e510
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gtdbtk commit 8487d2c73793be0afa5b34388b122e686ac8a094
diff -r 000000000000 -r c4db8c4de66f gtdbtk_classify_wf.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/gtdbtk_classify_wf.xml Tue Dec 13 09:48:28 2022 +0000
@@ -0,0 +1,156 @@
+
+ by placement in GTDB reference tree
+
+ macros.xml
+
+
+ '$process_log'
+#end if
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+ advanced['output_process_log'] == 'yes'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff -r 000000000000 -r c4db8c4de66f macros.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/macros.xml Tue Dec 13 09:48:28 2022 +0000
@@ -0,0 +1,15 @@
+
+ 1.7.0
+ 0
+ 20.09
+
+
+ gtdbtk
+
+
+
+
+ 10.1093/bioinformatics/btz848
+
+
+
diff -r 000000000000 -r c4db8c4de66f test-data/genome_1.fna.gz
Binary file test-data/genome_1.fna.gz has changed
diff -r 000000000000 -r c4db8c4de66f test-data/gtdbtk_database.loc
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/gtdbtk_database.loc Tue Dec 13 09:48:28 2022 +0000
@@ -0,0 +1,26 @@
+# This is a sample file distributed with Galaxy that enables tools
+# to use a directory of GTDB-Tk databases. The gtdbtk_databases.loc
+# file has this format (longer white space characters are TAB characters):
+#
+#
+#
+# So, for example, if you have the gtdbtk 202 stored in
+# /depot/data2/galaxy/gtdbtk/202/,
+# then the gtdbtk_databases.loc entry would look like this:
+#
+# release202 gtdbtk database release 202 /depot/data2/galaxy/gtdbtk/release202
+#
+# and your /depot/data2/galaxy/gtdbtk/release202 directory
+# would contain GTDB-Tk database files for release 202, sommething like this:
+#
+#drwxr-sr-x 3 gvk G-824019 4096 Apr 20 2021 fastani/
+#-rw-r--r-- 1 gvk G-824019 4810764 Apr 22 2021 manifest.tsv
+#drwxr-sr-x 4 gvk G-824019 4096 Apr 21 2021 markers/
+#drwxr-sr-x 2 gvk G-824019 4096 Apr 20 2021 masks/
+#drwxr-sr-x 2 gvk G-824019 4096 Apr 20 2021 metadata/
+#drwxr-sr-x 2 gvk G-824019 4096 Apr 21 2021 mrca_red/
+#drwxr-sr-x 2 gvk G-824019 4096 Apr 20 2021 msa/
+#drwxr-sr-x 4 gvk G-824019 4096 Apr 21 2021 pplacer/
+#drwxr-sr-x 2 gvk G-824019 4096 Apr 20 2021 radii/
+#drwxr-sr-x 2 gvk G-824019 4096 Apr 20 2021 taxonomy/
+gtdbtk202 GTDB-Tk database v202 ${__HERE__}/gtdbtk202
diff -r 000000000000 -r c4db8c4de66f tool-data/gtdbtk_database.loc.sample
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tool-data/gtdbtk_database.loc.sample Tue Dec 13 09:48:28 2022 +0000
@@ -0,0 +1,25 @@
+# This is a sample file distributed with Galaxy that enables tools
+# to use a directory of GTDB-Tk databases. The gtdbtk_databases.loc
+# file has this format (longer white space characters are TAB characters):
+#
+#
+#
+# So, for example, if you have the gtdbtk 202 stored in
+# /depot/data2/galaxy/gtdbtk/202/,
+# then the gtdbtk_databases.loc entry would look like this:
+#
+# release202 gtdbtk database release 202 /depot/data2/galaxy/gtdbtk/release202
+#
+# and your /depot/data2/galaxy/gtdbtk/release202 directory
+# would contain GTDB-Tk database files for release 202, sommething like this:
+#
+#drwxr-sr-x 3 gvk G-824019 4096 Apr 20 2021 fastani/
+#-rw-r--r-- 1 gvk G-824019 4810764 Apr 22 2021 manifest.tsv
+#drwxr-sr-x 4 gvk G-824019 4096 Apr 21 2021 markers/
+#drwxr-sr-x 2 gvk G-824019 4096 Apr 20 2021 masks/
+#drwxr-sr-x 2 gvk G-824019 4096 Apr 20 2021 metadata/
+#drwxr-sr-x 2 gvk G-824019 4096 Apr 21 2021 mrca_red/
+#drwxr-sr-x 2 gvk G-824019 4096 Apr 20 2021 msa/
+#drwxr-sr-x 4 gvk G-824019 4096 Apr 21 2021 pplacer/
+#drwxr-sr-x 2 gvk G-824019 4096 Apr 20 2021 radii/
+#drwxr-sr-x 2 gvk G-824019 4096 Apr 20 2021 taxonomy/
diff -r 000000000000 -r c4db8c4de66f tool_data_table_conf.xml.sample
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_data_table_conf.xml.sample Tue Dec 13 09:48:28 2022 +0000
@@ -0,0 +1,7 @@
+
+
+
+
diff -r 000000000000 -r c4db8c4de66f tool_data_table_conf.xml.test
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_data_table_conf.xml.test Tue Dec 13 09:48:28 2022 +0000
@@ -0,0 +1,7 @@
+
+
+
+