solo icon indicating copy to clipboard operation
solo copied to clipboard

software to detect doublets

Results 10 solo issues
Sort by recently updated
recently updated
newest added

When I try installing all the `solo` dependencies from `requirements.txt` with `conda`/`mamba`, the following clash is reported: ``` error libmamba Could not solve for environment specs The following packages are...

Dear developer team of Solo: I'm very sorry to bother you but I'm having a small problem running Solo on the GitHub test data . When I run Solo on...

Hi I'm trying to run the following: ``` import scanpy as sc adata = sc.read_10x_h5("sample_filtered_feature_bc_matrix.h5", gex_only=False) hdata = adata[:, adata.var.index.isin(["HTO_C0301", "HTO_C0302"])].copy() from solo import hashsolo hashsolo.hashsolo(hdata., number_of_noise_barcodes=1) ``` And it...

Implement a proper logger. Print statements aren't great

Hi, I just ran my solo analysis and now i need the information a bout which of my cells was predicted to be a doublet and so forth. If i...

currently, users must manually break up their dataset if it contains multiple sample. We can help them by running Solo for them per batch. The main issue with this is...

Would it be possible to use `>=` instead of `==` in the package dependencies? As it stands, each time a package is updated, these dependencies will have to be updated...

Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.66.2 to 4.66.3. Release notes Sourced from tqdm's releases. tqdm v4.66.3 stable cli: eval safety (fixes CVE-2024-34062, GHSA-g7vv-2v7x-gj9p) Commits 4e613f8 Merge pull request from GHSA-g7vv-2v7x-gj9p b53348c cli:...

dependencies

Hi, how do you make software work? ``` solo -h Traceback (most recent call last): File "/root/miniconda3/envs/solo/bin/solo", line 5, in from solo.solo import main File "/root/miniconda3/envs/solo/lib/python3.12/site-packages/solo/solo.py", line 17, in import...