xiangrong

Results 4 comments of xiangrong

> Hello, > When I try to create a snap object with the following command > > ``` > x.sp = createSnap( > file=c("RJ_ATACseq_from_cellranger.snap"), > sample=c("Pancreas_190724"), > num.cores=1 > )...

updated rhdf5 to rhdf5_2.30.0 run ok~~

Hello,I am having the same problem. When I run this: ```python from umap import UMAP ``` It occurs this error. ```python TypeError Traceback (most recent call last) File D:\Users\xiangrong1\Miniconda3\envs\py48\lib\site-packages\numba\core\errors.py:823, in...

hello, I also encounter the same error。 ```python >>> import pycurl >>> import decoupler as dc >>> >>> >>> dc.get_progeny(organism = 'Mus musculus',top =100) Traceback (most recent call last): File...