Installation

scTail is available through PyPI. To install, type the following command line and add -U for updates:

pip install -U scTail

Alternatively, you can install from this GitHub repository for latest (often development) version by the following command line:

pip install -U git+https://github.com/StatBiomed/scTail

In either case, add –user if you don’t have the write permission for your Python environment.

If you run into any issues or errors are raised during the installation process, feel free to contact us at GitHub.

In addition, you should also install paraclu and bedtools by youself to make sure scTail running smoothly.

conda install bioconda::paraclu
conda install bioconda::bedtools