hillerlab / make_lastz_chains

Portable solution to generate genome alignment chains using lastz
MIT License
44 stars 8 forks source link

Full scale run creates too many lastz jobs #28

Closed kirilenkobm closed 11 months ago

kirilenkobm commented 11 months ago

If the reference has many short chromosomes/scaffolds, it results in a tremendous amount of last jobs (hundreds of thousands). The partitioning step must handle such cases. For example, by merging such chromosomes/scaffolds into "buckets", processed as a single unit by run_lastz.py

kirilenkobm commented 11 months ago

Created branch https://github.com/hillerlab/make_lastz_chains/tree/fixed_partitioning where this issue is going to be fixed.