Mercurial > repos > iuc > bakta
comparison test-data/bakta_database.loc @ 2:4abecd4a7d96 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 74f8fe2e7de713920026d372b28c73adb04ee97c
| author | iuc |
|---|---|
| date | Wed, 21 Dec 2022 20:59:01 +0000 |
| parents | |
| children | 25bbf4000eea |
comparison
equal
deleted
inserted
replaced
| 1:3368e3bda790 | 2:4abecd4a7d96 |
|---|---|
| 1 # Tab separated with 4 columns: | |
| 2 # value : unique value used to generate the database path provided from the zenodo DOI | |
| 3 # dbkey : name of the database generate using the date and version of the bakta database | |
| 4 # bakta_version : tool version to filter database version depending of the tool | |
| 5 # path : final oath to bakta database on galaxy | |
| 6 # value, dbkey, bakta_version, path | |
| 7 # eg. | |
| 8 # 7025248 V4.0_2022-08-29 1.5 path/to/db | |
| 9 V0.0_date_test 7190015 1.5 ${__HERE__}/test-db | |
| 10 V0.1_2022-08-29 7197216 1.5 ${__HERE__}/test-db | |
| 11 V0.2_2022-08-19 7197217 1.7 ${__HERE__}/test-db |
