jrw24 / G418_readthrough

All code used in analysis of G418 data is publically available here.
MIT License
2 stars 2 forks source link

rphelper package #3

Closed mderan-da closed 3 years ago

mderan-da commented 3 years ago

Hi,

I am trying to use this pipeline but I have run into some issues. Several scripts include import rphelper as rph but I can't seem to find this package. It is not listed in the requirements. Could you please let me know how to get this package?

mderan-da commented 3 years ago

I see now that this was just an issue with the import statement in RNAseq_buildDenseTables.py. I had to add the riboseq directory to path so riboseq/rphelper.py could be imported.