diff test-data/test_database.loc @ 8:8ba2174315aa draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tool_collections/kraken/kraken/ commit 87dfa1af2f1dd57ffc7290b66218a127cec6757f
author iuc
date Mon, 14 Jan 2019 16:48:56 -0500
parents 7c41dbaa9875
children
line wrap: on
line diff
--- a/test-data/test_database.loc	Thu Sep 13 09:44:31 2018 -0400
+++ b/test-data/test_database.loc	Mon Jan 14 16:48:56 2019 -0500
@@ -1,1 +1,20 @@
-test_db	test_db	${__HERE__}
\ No newline at end of file
+# Tab separated with three columns:
+# - value (Galaxy records this in the Galaxy DB)
+# - name (Galaxy shows this in the UI)
+# - path (folder name containing the Kraken DB)
+#
+# Modern usage assumes $path is the folder containing
+# the Kraken database of interest:
+#
+new_style_test_entry	"Test Database"	${__HERE__}/test_db
+
+# The kraken wrapper still supports an alternative
+# legacy usage where $path/$name is the folder
+# containing the Kraken database of interest, meaning
+# $name must be both a folder name and human readable
+# description of the DB to show in the Galaxy UI:
+old_style_test_entry	test_db	${__HERE__}
+
+# NOTE: This legacy style should be avoided as other
+# tools also using the kraken_database.loc file may
+# not understand it!