Hello,
I have generated data.tsv file from squigglePull.py using multi fast5 file. Now, I am trying to run squigglePlot.py but getting below error when I am using data.tsv file as input file.
Here is the input command I used: python SquigglePlot.py --signal data.tsv
The error message I am getting:
Traceback (most recent call last):
File "SquigglePlot.py", line 473, in
main()
File "SquigglePlot.py", line 214, in main
if not sig:
ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
Please help.