comparison 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
comparison
equal deleted inserted replaced
7:658d47fd33e3 8:8ba2174315aa
1 test_db test_db ${__HERE__} 1 # Tab separated with three columns:
2 # - value (Galaxy records this in the Galaxy DB)
3 # - name (Galaxy shows this in the UI)
4 # - path (folder name containing the Kraken DB)
5 #
6 # Modern usage assumes $path is the folder containing
7 # the Kraken database of interest:
8 #
9 new_style_test_entry "Test Database" ${__HERE__}/test_db
10
11 # The kraken wrapper still supports an alternative
12 # legacy usage where $path/$name is the folder
13 # containing the Kraken database of interest, meaning
14 # $name must be both a folder name and human readable
15 # description of the DB to show in the Galaxy UI:
16 old_style_test_entry test_db ${__HERE__}
17
18 # NOTE: This legacy style should be avoided as other
19 # tools also using the kraken_database.loc file may
20 # not understand it!