adnaniazi/tailfindr

Cols Function

Opened this issue · 1 comments

I am trying to use the R package to analyze nanopore RNA-seq data. I am inserting basecalled fast5 files. The package recognizes the files, processes them, creates a csv but all the columns are empty and it says you need to use the cols function. I cannot find any documentation as to how to use the cols function. Furthermore since the fast5 files are binary I do not even know how you would define columns from that.

Hi,

Thank you for trying out tailfindr.

It seems like the VBZ plugin is not installed correctly.

Please extract the tar file of VBZ plugin and then do like this (on Linux):

export HDF5_PLUGIN_PATH=/bla/bla/bla_path/vbz/ont-vbz-hdf-plugin-1.0.1-Linux/usr/local/hdf5/lib/plugin

Try running tailfndr again on a subset of your reads to test. Hopefully, it would work.