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

Deprecate generating the `.genome` file #89

Closed muffato closed 1 year ago

muffato commented 1 year ago

Description of feature

We found out today that the .genome file is superfluous. HiGlass has an option to draw the chromosome grid from the cool file directly.

We can therefore consider not generating the file at all in this pipeline, which makes things a bit simpler.

yumisims commented 1 year ago

.genome is not necessary to be used to display on higlass with mcool map, if you only tend to display mcool, indeed you don't need that. We maintain it as it is used for coverage and other bigwig related tracks.

muffato commented 1 year ago

Further discussion with @yumisims in the office: it's a HiGlass UX thing. Some people find it simpler and more convenient to see the grid as a separate file, and find selecting the heatmap to then scroll down and select "2d chrom grid" too cumbersome. So maybe let's just close this ticket and keep generating both ?