flappie icon indicating copy to clipboard operation
flappie copied to clipboard

running flappie on ubuntu 16.04(run misc/trace_flipflop.py error)

Open jacka87164 opened this issue 6 years ago • 1 comments

Hi

I'm getting this error while checking trace viewer.why can i do?

Error message:

Traceback (most recent call last): File "misc/trace_flipflop.py", line 187, in 'BaseCalled_template', 'Trace')][()] File "h5py/_objects.pyx", line 54, in h5py._objects.with_phil.wrapper File "h5py/_objects.pyx", line 55, in h5py._objects.with_phil.wrapper File "/root/anaconda2/envs/py36/lib/python3.6/site-packages/h5py/_hl/group.py", line 262, in getitem oid = h5o.open(self.id, self._e(name), lapl=self._lapl) File "h5py/_objects.pyx", line 54, in h5py._objects.with_phil.wrapper File "h5py/_objects.pyx", line 55, in h5py._objects.with_phil.wrapper File "h5py/h5o.pyx", line 190, in h5py.h5o.open KeyError: "Unable to open object (object 'Trace' doesn't exist)"

Thank

jacka87164 avatar Aug 21 '19 08:08 jacka87164

Hello. The problem appears to be that the file you are analysing does not contain trace output ('Trace' group). How did you produce the file you are analysing? Both Guppy and Flappie require trace output to be explicitly turned on, since it can slow down base calling and increases the size of files produced.

tmassingham-ont avatar Sep 05 '19 09:09 tmassingham-ont