make_viewframe(clr.chromsizes) should use chromosomes as names, not UCSC
Closed this issue · 1 comments
sergpolly commented
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.
gfudenberg commented
addressed in #106