bitcometz

Results 23 issues of bitcometz

hello, I try to generate the Schraivogel_2020.h5ad according to the following notebook: https://github.com/theislab/sc-pert/blob/main/datasets/Schraivogel_2020.ipynb It seems it is not complete: ```python sc.pp.neighbors(adata) sc.tl.umap(adata) ``` Could you help with this problem ?...

hello, thanks for this great tool !!! I run this tool with CPU successefully but failed with GPU: ```python #import packages import numpy as np import json import scanpy as...

Hello, I have used the daccordcontig to do the error correction of scaffolds with PacBio reads, and it works really well, for example, the BUSCO assessment usually achieve above 90%....

Hello, an another error in the other project : daccordcontig: ./HandleContext.hpp:3263: void HandleContext::operator()(std::ostream&, std::ostream&, const string&, const libmaus2::dazzler::align::BinIndexDecoder&, uint64_t): Assertion `escore

Hello, I run daccordcontig and got some error information: [E] tid=24 [E] aread=6 bread=1782107: [16116800,16116843) [58230,58251) e=22 expected 21 ...... [E] tid=26 [E] aread=6 bread=1782107: [16116800,16116843) [58230,58251) e=22 expected 21...

Hello, I think 'split_dis' is a great idea and I want to use it to help me get better genome assembly, for example, to generate more complete repeat region, but...

Hello, thanks for this great tool !!! I try to redo the [10x multiome pbmc Tutorial](https://scenicplus.readthedocs.io/en/latest/pbmc_multiome_tutorial.html#Motif-enrichment-analysis-using-pycistarget) After I run the previous steps and I download the file and run: ```python...

Hello, I found two version of CPA: (a) [the theislab version](https://github.com/theislab/cpa), which is built on scvi-tools. (b) [the facebook version](https://github.com/facebookresearch/CPA), which is built on naive pytorch. I want to reproduce...

hello, Thanks for this great software CPA. I want to use it for my bulk RNA-seq after drug treatment. Could you give some suggestions about Pre-processing for my data? Should...

hello, **Describe the bug** My shell: ``` pyscenic aucell \ scenic.loom \ reg.csv \ --output pyscenic_output.loom \ --num_workers 5 ``` My log ``` 2024-06-13 13:14:58,995 - pyscenic.cli.pyscenic - INFO -...

bug