I was trying to fill some placeholders in CLI expected (and expected.py module itself) and was looking for a way to read/parse a bed-file with "bad bins" - here is a candidate:
https://github.com/mirnylab/cooler/blob/c9c718fdebccbda41ad10c47f700853f79ee3cd3/cooler/cli/balance.py#L175
although there are some edge-case issues open2c/cooler#196 and the problem seems very general enough - maybe there is something in bioframes that I'm not aware of ?
I was trying to fill some placeholders in CLI expected (and expected.py module itself) and was looking for a way to read/parse a bed-file with "bad bins" - here is a candidate:
https://github.com/mirnylab/cooler/blob/c9c718fdebccbda41ad10c47f700853f79ee3cd3/cooler/cli/balance.py#L175
although there are some edge-case issues open2c/cooler#196 and the problem seems very general enough - maybe there is something in
bioframesthat I'm not aware of ?