Closed lindenb closed 5 years ago
Thanks. It looks like this test file doesn't have normalization vectors. However this is a bad failure mode as you've pointed out, and it's also bad in Straw Python; we'll take a look at fixing it.
Note that 'BP 100' is not a resolution we would normally bin at (the highest is usually 5000) and that there won't be any reads in 1:10:20 as that's the telomere.
@nchernia :+1:
Note that 'BP 100' is not a resolution we would normally bin at (the highest is usually 5000)
yes that was just for a test, I'm really new to this format.
I'm closing this issue. Thanks.
Hi, I'm playing with straw.cpp and the file https://github.com/aidenlab/Juicebox/blob/master/data/inter.hic that I saved on my side as 'jeter.hic'
I found that the following command:
./straw VC ~/jeter.hic 1:10:20 2:10:20 BP 100
reaches silently an EOF at https://github.com/aidenlab/straw/blob/master/C%2B%2B/straw.cpp#L266
you can check this by replacing the line 266 with
is it a bug in straw.cpp or is it a problem with the file inter.hic ?
thank you for your help.