annotate test-data/kraken-translate/test_database.loc @ 8:3bf51fef65e5 draft default tip

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tool_collections/kraken/ commit 3873b52450c86190e4fb8767cffe5730d6e37692"
author iuc
date Sat, 27 Nov 2021 10:11:18 +0000
parents e0458a8ae67b
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7
e0458a8ae67b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tool_collections/kraken/ commit 1590e274eaa41ea77a6017111f9122e0a58aa75d-dirty"
iuc
parents:
diff changeset
1 # Tab separated with three columns:
e0458a8ae67b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tool_collections/kraken/ commit 1590e274eaa41ea77a6017111f9122e0a58aa75d-dirty"
iuc
parents:
diff changeset
2 # - value (Galaxy records this in the Galaxy DB)
e0458a8ae67b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tool_collections/kraken/ commit 1590e274eaa41ea77a6017111f9122e0a58aa75d-dirty"
iuc
parents:
diff changeset
3 # - name (Galaxy shows this in the UI)
e0458a8ae67b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tool_collections/kraken/ commit 1590e274eaa41ea77a6017111f9122e0a58aa75d-dirty"
iuc
parents:
diff changeset
4 # - path (folder name containing the Kraken DB)
e0458a8ae67b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tool_collections/kraken/ commit 1590e274eaa41ea77a6017111f9122e0a58aa75d-dirty"
iuc
parents:
diff changeset
5 #
e0458a8ae67b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tool_collections/kraken/ commit 1590e274eaa41ea77a6017111f9122e0a58aa75d-dirty"
iuc
parents:
diff changeset
6 # Modern usage assumes $path is the folder containing
e0458a8ae67b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tool_collections/kraken/ commit 1590e274eaa41ea77a6017111f9122e0a58aa75d-dirty"
iuc
parents:
diff changeset
7 # the Kraken database of interest:
e0458a8ae67b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tool_collections/kraken/ commit 1590e274eaa41ea77a6017111f9122e0a58aa75d-dirty"
iuc
parents:
diff changeset
8 #
e0458a8ae67b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tool_collections/kraken/ commit 1590e274eaa41ea77a6017111f9122e0a58aa75d-dirty"
iuc
parents:
diff changeset
9 new_style_test_entry "Test Database" ${__HERE__}/test_db
e0458a8ae67b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tool_collections/kraken/ commit 1590e274eaa41ea77a6017111f9122e0a58aa75d-dirty"
iuc
parents:
diff changeset
10
e0458a8ae67b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tool_collections/kraken/ commit 1590e274eaa41ea77a6017111f9122e0a58aa75d-dirty"
iuc
parents:
diff changeset
11 # The kraken wrapper still supports an alternative
e0458a8ae67b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tool_collections/kraken/ commit 1590e274eaa41ea77a6017111f9122e0a58aa75d-dirty"
iuc
parents:
diff changeset
12 # legacy usage where $path/$name is the folder
e0458a8ae67b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tool_collections/kraken/ commit 1590e274eaa41ea77a6017111f9122e0a58aa75d-dirty"
iuc
parents:
diff changeset
13 # containing the Kraken database of interest, meaning
e0458a8ae67b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tool_collections/kraken/ commit 1590e274eaa41ea77a6017111f9122e0a58aa75d-dirty"
iuc
parents:
diff changeset
14 # $name must be both a folder name and human readable
e0458a8ae67b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tool_collections/kraken/ commit 1590e274eaa41ea77a6017111f9122e0a58aa75d-dirty"
iuc
parents:
diff changeset
15 # description of the DB to show in the Galaxy UI:
e0458a8ae67b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tool_collections/kraken/ commit 1590e274eaa41ea77a6017111f9122e0a58aa75d-dirty"
iuc
parents:
diff changeset
16 old_style_test_entry test_db ${__HERE__}
e0458a8ae67b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tool_collections/kraken/ commit 1590e274eaa41ea77a6017111f9122e0a58aa75d-dirty"
iuc
parents:
diff changeset
17
e0458a8ae67b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tool_collections/kraken/ commit 1590e274eaa41ea77a6017111f9122e0a58aa75d-dirty"
iuc
parents:
diff changeset
18 # NOTE: This legacy style should be avoided as other
e0458a8ae67b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tool_collections/kraken/ commit 1590e274eaa41ea77a6017111f9122e0a58aa75d-dirty"
iuc
parents:
diff changeset
19 # tools also using the kraken_database.loc file may
e0458a8ae67b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tool_collections/kraken/ commit 1590e274eaa41ea77a6017111f9122e0a58aa75d-dirty"
iuc
parents:
diff changeset
20 # not understand it!