comparison test-data/kraken/test_database.loc @ 9:aec58624706f draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tool_collections/kraken/ commit 06345505a91f3dcfa8a37dceb6f25e95806dddc8"
author iuc
date Wed, 04 Dec 2019 06:51:45 -0500
parents
children
comparison
equal deleted inserted replaced
8:8ba2174315aa 9:aec58624706f
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!