rajanil / msCentipede

A hierarchical multiscale model for inferring transcription factor binding from chromatin accessibility data.
MIT License
25 stars 6 forks source link

IndexError: list index out of range #21

Open LayTengAngLab opened 4 years ago

LayTengAngLab commented 4 years ago

Hi All,

I am facing a problem with running the call_binding.py function. Here is my traceback. May I know what I can do to overcome the problem?

Traceback (most recent call last): File "/Users/LTANG/Downloads/msCentipede/call_binding.py", line 344, in main() File "/Users/LTANG/Downloads/msCentipede/call_binding.py", line 337, in main learn_model(options) File "/Users/LTANG/Downloads/msCentipede/call_binding.py", line 33, in learn_model locations = motif_handle.read() File "/Users/LTANG/Downloads/msCentipede/load_data.py", line 58, in read loc[1] = int(loc[1]) IndexError: list index out of range

Thanks! Lay Teng