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
Hello, I have the error when running guidance = scglue.genomics.rna_anchored_guidance_graph(rna, atac) when using the data provided in the tutorial. The error stated "sortBed" does not appear to be installed or on the path, so this method is disabled. Please install a more recent version of BEDTools and re-import to use this method. I tried every method you provided in issues. Fortuenly, I figure the error out through adding absolute path to bedtools to system PATH.
But a new error occurs,NotImplementedError: "sortBed" does not appear to be installed or on the path, so this method is disabled. Please install a more recent version of BEDTools and re-import to use this method.
Here is my basic environment information.
I will appreciate if you could help me to figure it out. Thanks!
Yours,
Lucas
The text was updated successfully, but these errors were encountered:
@Jeff1995@travilucas I am facing the same issue, and the error suggest me to install bedtools using conda install -c bioconda bedtools. I have installed it successfully, still it's showing me the wrong path.
khalid@server:~$ which bedtools
/home/khalid/anaconda3/envs/GLUE/bin/bedtools
khalid@server:~$ /home/khalid/anaconda3/envs/GLUE/bin/bedtools -version
bedtools v2.27.1
Hello, I have the error when running
guidance = scglue.genomics.rna_anchored_guidance_graph(rna, atac)
when using the data provided in the tutorial. The error stated"sortBed" does not appear to be installed or on the path, so this method is disabled. Please install a more recent version of BEDTools and re-import to use this method.
I tried every method you provided in issues. Fortuenly, I figure the error out through adding absolute path to bedtools to system PATH.But a new error occurs,
NotImplementedError: "sortBed" does not appear to be installed or on the path, so this method is disabled. Please install a more recent version of BEDTools and re-import to use this method.
Here is my basic environment information.
I will appreciate if you could help me to figure it out. Thanks!
Yours,
Lucas
The text was updated successfully, but these errors were encountered: