sanger-tol / genomenote

Nextflow DSL2 pipeline to generate a Genome Note, including assembly statistics, quality metrics, and Hi-C contact maps. This workflow is part of the Tree of Life production suite.
https://pipelines.tol.sanger.ac.uk/genomenote
MIT License
24 stars 6 forks source link

Order the contact map like the karyotype #88

Closed muffato closed 6 months ago

muffato commented 1 year ago

Description of feature

Currently, the pipeline orders the sequences in the contact map by decreasing size (FILTER_GENOME process). Whilst it is reasonable for many species, there are cases where it's not the best choice:

To overcome this, I propose reading the sequence report from NCBI datasets, which is already pulled by the pipeline and is ordered correctly, and copy the order into the contact map.