open2c/bioframe

make_viewframe(clr.chromsizes) should use chromosomes as names, not UCSC

Closed this issue · 1 comments

right now make_viewframe adds UCSC-style names, when called on a dict-like (pd.Series and clr.chromsizes included) object.

We think, it should use chromosomes, or dict-keys as names instead.

addressed in #106