arq5x / scurgen

A tool for detecting patterns in genomic data with space filling curves
9 stars 4 forks source link

chromosome ordering for "genome" mode #13

Open arq5x opened 11 years ago

arq5x commented 11 years ago

When plotting whole genome data, we want to have data plotted for chr1 first, then chr2, etc. Currently, the order is based on the keys order in the pybedtools chrom sizes dictionary. Just do a custom sort of the dictionary such that we build the chrom_offsets in the correct way.