You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if I try to run MotifSeq on a folder of .fast5 files I get the following error:
Traceback (most recent call last):
File "MotifSeq.py", line 339, in process_fast5
c = list(hdf['Raw/Reads'].keys())
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 "/home/ole/.local/lib/python2.7/site-packages/h5py/_hl/group.py", line 264, 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 (component not found)'
process_fast5():failed to extract events or fastq from: /media/sf_ONT/fast5_pass/FAL13819_42bda39cad99b93a371765a98b14b09ee42f3f16_0.fast5
main():data not extracted. Moving to next file - /media/sf_ONT/fast5_pass/FAL13819_42bda39cad99b93a371765a98b14b09ee42f3f16_0.fast5
This message is repeated for each file in the directory. Running MotifSeq with the provided example files works perfectly. Is this due to my files being multifast5 files?
Best,
Ole
The text was updated successfully, but these errors were encountered:
Mutli-fast5 support will be released in the next few weeks, however if you use SquigglePull on the multi-fast5 file with the multi-fast5 command on --multi , then use MotifSeq on the squiggle file, that should work.
Hi,
if I try to run MotifSeq on a folder of .fast5 files I get the following error:
Traceback (most recent call last):
File "MotifSeq.py", line 339, in process_fast5
c = list(hdf['Raw/Reads'].keys())
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 "/home/ole/.local/lib/python2.7/site-packages/h5py/_hl/group.py", line 264, 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 (component not found)'
process_fast5():failed to extract events or fastq from: /media/sf_ONT/fast5_pass/FAL13819_42bda39cad99b93a371765a98b14b09ee42f3f16_0.fast5
main():data not extracted. Moving to next file - /media/sf_ONT/fast5_pass/FAL13819_42bda39cad99b93a371765a98b14b09ee42f3f16_0.fast5
This message is repeated for each file in the directory. Running MotifSeq with the provided example files works perfectly. Is this due to my files being multifast5 files?
Best,
Ole
The text was updated successfully, but these errors were encountered: