Mercurial > repos > iuc > data_manager_build_kma_index
comparison tool-data/kma_index.loc.sample @ 3:def26737cedb draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_build_kma_index/ commit d0b3d69f25fe8419e5b98165ae53b59651d711b1
| author | iuc |
|---|---|
| date | Fri, 10 Oct 2025 12:03:01 +0000 |
| parents | eb620aa70b61 |
| children |
comparison
equal
deleted
inserted
replaced
| 2:abbdb78b9b5d | 3:def26737cedb |
|---|---|
| 1 # This data table has records in the format | |
| 2 # value name path | |
| 3 # where paths point to folders with kma index files but include the common prefix (always index) of these files. | |
| 4 # A record could look like this: | |
| 5 # 2025-10-10_abbf9e73ffdc7e46450db9781b23e605 an_example_index /tool-data/kma_index/2025-10-10_abbf9e73ffdc7e46450db9781b23e605/index | |
| 6 # with the following files inside /tool-data/kma_index/2025-10-10_abbf9e73ffdc7e46450db9781b23e605/: | |
| 7 # index.comp.b index.length.b index.name index.seq.b | |
| 8 # The entire recorded path (including the /index) can be passed to kma unaltered and it will discover the index files from it. |
