I tried running tsebra using the long_reads branch but I'm getting this error.
### BUILD OVERLAP GRAPH
Traceback (most recent call last):
File "/home/guibo205/git/TSEBRA/bin/tsebra.py", line 224, in <module>
main()
File "/home/guibo205/git/TSEBRA/bin/tsebra.py", line 106, in main
graph.build()
File "/home/guibo205/git/TSEBRA/bin/overlap_graph.py", line 182, in build
open_intervals.remove(interval[0])
ValueError: list.remove(x): x not in list
Hi,
I tried running tsebra using the long_reads branch but I'm getting this error.
This is my command:
Any tips appreciated.