Mercurial > repos > devteam > kraken
comparison test-data/test_database.loc @ 14:a44cdb52201c draft default tip
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tool_collections/kraken/ commit 1590e274eaa41ea77a6017111f9122e0a58aa75d-dirty"
| author | iuc |
|---|---|
| date | Tue, 03 Dec 2019 18:29:41 +0000 |
| parents | 96f11a194da9 |
| children |
comparison
equal
deleted
inserted
replaced
| 13:96f11a194da9 | 14:a44cdb52201c |
|---|---|
| 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! |
