Mercurial > repos > devteam > kraken
comparison tool-data/kraken_databases.loc.sample @ 13:96f11a194da9 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:34 -0500 |
| parents | 7d6b55e6417e |
| children |
comparison
equal
deleted
inserted
replaced
| 12:33a5a81e10ee | 13:96f11a194da9 |
|---|---|
| 1 # Expect three columns, tab separated, as follows: | |
| 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 # e.g. | |
| 7 # plants2018<tab>Plant genomes (2018)<tab>/path/to/krakenDB/plants_2018 | |
| 8 # | |
| 9 # For backward compatibility the Kraken wrapper also accepts: | |
| 10 # - value (Galaxy records this in the Galaxy DB) | |
| 11 # - name (Final part of folder name, Galaxy shows this in the UI) | |
| 12 # - path (Parent folder name, where $path/$name contains the Kraken DB) | |
| 13 # | |
| 14 # e.g. | |
| 15 # plants2018<tab>plants_2018<tab>/path/to/krakenDB | |
| 16 # | |
| 17 # Please avoid this legacy usage, as not all tools using | |
| 18 # the kraken_databases.loc file will understand it. |
