Block variable never used
Closed this issue · 2 comments
reemagit commented
The variable "block" doesn't seem to be used, but I am not sure if I got the code right, shouldn't line 44 be like below?
chr_id, start, stop = block.loc[i].values[:-1]
Notice that I replaced "blocks" with "block".
Same for line 83 (
)Jianhua-Wang commented
Thank you for pointing this out! I guess that I pasted the wrong code when converting jupyter notebook to py script. I've updated the code and now it should work correctly.
reemagit commented
Not at all! And thanks for updating the code.