Package for scAtlasTb utils functions
Please refer to the documentation, in particular, the API documentation.
You need to have Python 3.10 or newer installed on your system. If you don't have Python installed, we recommend installing uv.
There are several alternative options to install scAtlasTb-utils:
- Install the latest development version:
pip install git+https://github.com/mumichae/scAtlasTb-utils.git@mainIf you plan to use utilities that integrate with Snakemake, install the optional extra:
pip install 'git+https://github.com/mumichae/scAtlasTb-utils.git@main#egg=scatlastb-utils[snakemake]'or, after cloning locally:
pip install .[snakemake]See the changelog.
For questions and help requests, you can reach out in the scverse discourse. If you found a bug, please use the issue tracker.
t.b.a