Closed pavo closed 8 years ago
I think that installing pybedtools itself may have fixed this issue, because example1 now works. I installed metaseq using pip. should pybedtools be included in the package? thanks!
The error you're getting is that slopBed
from BEDTools
was not on your path. It could be that you hadn't added it to your $PATH when you got that error (or that you needed to restart your terminal). And pybedtools
is actually already a dependency of metaseq
, so it should have been installed when installing metaseq. Anyway, glad it works now!
I am working through the iPython Notebook and am getting an error related to pybedtools. I checked and tsses.gtf is indeed generated from the previous step.
tsses_1kb = tsses.slop(b=1000, genome='hg19', output='tsses-1kb.gtf')
I tried to
pip install --update pybedtools
but I already have the latest version installed. Also installed bedtools 2.17.0-1 but I think the above error is asking me to update pybedtools (?).