Altius/hotspot2

tallyCountsInSmallWindows.cpp assumes chromSizes file has 2 columns (not BED input)

Closed this issue · 1 comments

I've been working with files of chromosome sizes of the form

chr1 249250621
chr2 243199373
etc.

Currently, tallyCountsInSmallWindows.cpp assumes input in this format, with the ordering (presumably either {chr1, chr2, etc.} or sort-bed order) immaterial. Function loadChromSizes() should count columns and allow for either this format or BED (3-column) format.

Closed via commit 2aa3c35.