Skip to content

Instantly share code, notes, and snippets.

@saketkc
Last active June 26, 2020 03:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saketkc/6bea0d8704447be6976724efcc1b3d97 to your computer and use it in GitHub Desktop.
Save saketkc/6bea0d8704447be6976724efcc1b3d97 to your computer and use it in GitHub Desktop.
#!/bin/bash
set -eox pipefail
conda config --add channels defaults
conda config --add channels bioconda
conda config --add channels conda-forge
conda config --add channels nvidia
conda config --add channels rapidsai
pip install git+https://github.com/dask/dask.git
pip install git+https://github.com/dask/distributed.git
conda install -y cuml cugraph louvain scanpy cudf cupy umap-learn scikit-learn numba>=0.48* leidenalg r-seurat r-reticulate
wget -c https://raw.githubusercontent.com/clara-parabricks/rapids-single-cell-examples/master/notebooks/rapids_scanpy_funcs.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment