Mercurial > repos > devteam > kraken_report
diff tool-data/kraken_databases.loc.sample @ 9:8ddbdc9cdc57 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:30:40 +0000 |
parents | 8bbf903bf0cb |
children |
line wrap: on
line diff
--- a/tool-data/kraken_databases.loc.sample Thu Sep 13 09:44:00 2018 -0400 +++ b/tool-data/kraken_databases.loc.sample Tue Dec 03 18:30:40 2019 +0000 @@ -0,0 +1,18 @@ +# Expect three columns, tab separated, as follows: +# - value (Galaxy records this in the Galaxy DB) +# - name (Galaxy shows this in the UI) +# - path (folder name containing the Kraken DB) +# +# e.g. +# plants2018<tab>Plant genomes (2018)<tab>/path/to/krakenDB/plants_2018 +# +# For backward compatibility the Kraken wrapper also accepts: +# - value (Galaxy records this in the Galaxy DB) +# - name (Final part of folder name, Galaxy shows this in the UI) +# - path (Parent folder name, where $path/$name contains the Kraken DB) +# +# e.g. +# plants2018<tab>plants_2018<tab>/path/to/krakenDB +# +# Please avoid this legacy usage, as not all tools using +# the kraken_databases.loc file will understand it.