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
I am trying to work on a program to take a gtf file and filter it by a certain criteria and split it into two other files. I am reading the gtf file and converting it into a dataframe using pyranges and now I need to use AGEpy to actually write the dataframes to the gtf files. I went through all of the installation instructions, but then when I try to import it using import AGEpy as age, it says that it cannot find all of the modules in the lib directory; bed, biom, david, etc. Does anyone know what I can do to fix this? Help is appreciated.
The text was updated successfully, but these errors were encountered:
I am trying to work on a program to take a gtf file and filter it by a certain criteria and split it into two other files. I am reading the gtf file and converting it into a dataframe using pyranges and now I need to use AGEpy to actually write the dataframes to the gtf files. I went through all of the installation instructions, but then when I try to import it using
import AGEpy as age
, it says that it cannot find all of the modules in the lib directory; bed, biom, david, etc. Does anyone know what I can do to fix this? Help is appreciated.The text was updated successfully, but these errors were encountered: