sanger-tol / genomenote

This Nextflow DSL2 pipeline takes aligned HiC reads, creates contact maps and a table of statistics.
https://pipelines.tol.sanger.ac.uk/genomenote
MIT License
19 stars 2 forks source link

Order the contact map like the karyotype #88

Closed muffato closed 1 month ago

muffato commented 8 months 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.