Mercurial > repos > devteam > kraken_translate
comparison test-data/kraken-translate/test_database.loc @ 4:9a5be5b1a5c9 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:08 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
3:9bdcba262627 | 4:9a5be5b1a5c9 |
---|---|
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! |