Mercurial > repos > iuc > lexicmap
comparison test-data/db2.lmi/info.toml @ 3:cefde4c7f92e draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/lexicmap commit a9227295a4cebc34b17def7b5ca3e4506222b963
| author | iuc |
|---|---|
| date | Fri, 26 Sep 2025 20:47:13 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 2:d1a30eb26392 | 3:cefde4c7f92e |
|---|---|
| 1 # Index format | |
| 2 main-version = 3 | |
| 3 minor-version = 4 | |
| 4 # LexicHash | |
| 5 max-K = 31 | |
| 6 masks = 20000 | |
| 7 rand-seed = 1 | |
| 8 # Seed distance | |
| 9 max-seed-dist = 100 | |
| 10 seed-dist-in-desert = 50 | |
| 11 # Seeds (k-mer-value data) files | |
| 12 chunks = 2 | |
| 13 index-partitions = 4096 | |
| 14 # Input genomes | |
| 15 input-genomes = 1 | |
| 16 # Input bases | |
| 17 input-bases = 14243 | |
| 18 # Genome data. | |
| 19 # 'genomes' might be larger than 'input-genomes', as some big fragmented genomes are split into multiple chunks. | |
| 20 # In this case, 'genome-batch-size' is not accurate, being variable in different batches. | |
| 21 genomes = 1 | |
| 22 genome-batch-size = 1 | |
| 23 genome-batches = 1 | |
| 24 contig-interval = 1000 |
