This repository has been archived by the owner on Jul 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(misc): add markdown pre-commit, update readme (#31)
- Loading branch information
1 parent
3cbab60
commit e07e6e6
Showing
4 changed files
with
84 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,3 +26,5 @@ __pycache__/ | |
# IDEs | ||
/.idea/ | ||
/.vscode/ | ||
|
||
/node_modules/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# default to true for all rules | ||
default: true | ||
|
||
# MD007/unordered-list-indent | ||
MD007: | ||
indent: 4 | ||
|
||
# MD033/no-inline-html | ||
MD033: false | ||
|
||
# MD041/first-line-h1 | ||
MD041: false | ||
|
||
# MD013/line-length | ||
MD013: | ||
line_length: 99 | ||
|
||
# MD024/no-duplicate-heading | ||
MD024: | ||
# Allow when nested under different parents e.g. CHANGELOG.md | ||
siblings_only: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,76 +1,55 @@ | ||
<img src="https://github.com/scverse/scvi-tools/blob/main/docs/_static/scvi-tools-horizontal.svg?raw=true" width="400" alt="scvi-tools"> | ||
|
||
[![Discourse](https://img.shields.io/discourse/posts?color=yellow&logo=discourse&server=https%3A%2F%2Fdiscourse.scverse.org)](https://discourse.scverse.org/) | ||
[![Chat](https://img.shields.io/badge/zulip-join_chat-brightgreen.svg)](https://scverse.zulipchat.com/) | ||
[![Powered by NumFOCUS][badge-numfocus]][link-numfocus] | ||
[![Linux (CUDA, base)](https://github.com/YosefLab/scvi-tools-docker/actions/workflows/linux_cuda_base.yaml/badge.svg)](https://github.com/YosefLab/scvi-tools-docker/actions/workflows/linux_cuda_base.yaml) | ||
[![Linux (CUDA, latest scheduled)](https://github.com/YosefLab/scvi-tools-docker/actions/workflows/linux_cuda_latest_scheduled.yaml/badge.svg)](https://github.com/YosefLab/scvi-tools-docker/actions/workflows/linux_cuda_latest_scheduled.yaml) | ||
|
||
[scvi-tools](https://scvi-tools.org/) (single-cell variational inference | ||
tools) is a package for probabilistic modeling and analysis of single-cell omics | ||
data, built on top of [PyTorch](https://pytorch.org) and | ||
[AnnData](https://anndata.readthedocs.io/en/latest/). | ||
|
||
[//]: # "numfocus-fiscal-sponsor-attribution" | ||
|
||
scvi-tools is part of the scverse project ([website](https://scverse.org), [governance](https://scverse.org/about/roles)) and is fiscally sponsored by [NumFOCUS](https://numfocus.org/). | ||
Please consider making a tax-deductible [donation](https://numfocus.org/donate-to-scverse) to help the project pay for developer time, professional services, travel, workshops, and a variety of other needs. | ||
|
||
<a href="https://numfocus.org/project/scverse"> | ||
<a href="https://scvi-tools.org/"> | ||
<img | ||
src="https://raw.githubusercontent.com/numfocus/templates/master/images/numfocus-logo.png" | ||
width="200" | ||
src="https://github.com/scverse/scvi-tools/blob/main/docs/_static/scvi-tools-horizontal.svg?raw=true" | ||
width="400" | ||
alt="scvi-tools" | ||
> | ||
</a> | ||
[badge-numfocus]: https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A | ||
[link-numfocus]: http://numfocus.org | ||
[![linux (cuda, base)][linux-cuda-base-badge]][linux-cuda-base-link] | ||
[![linux (cuda, latest)][linux-cuda-latest-badge]][linux-cuda-latest-link] | ||
|
||
[scvi-tools] (single-cell variational inference tools) is a package for probabilistic modeling and | ||
analysis of single-cell omics data, built on top of [PyTorch] and [AnnData]. | ||
|
||
# Docker images | ||
|
||
This repository contains the source Dockerfiles for the scvi-tools [Docker images](https://hub.docker.com/repository/docker/scverse/scvi-tools/general). | ||
This repository contains the source files for our [Docker images]. | ||
|
||
## Tags | ||
|
||
`py{PYTHON_VERSION}-cu{CUDA_VERSION}-base`: CUDA-based PyTorch and JAX installations | ||
|
||
- Updated weekly Sunday at 05:00 PST | ||
- We currently build images for `PYTHON_VERSION=[3.9, 3.10, 3.11]` and `CUDA_VERSION=[11, 12]` | ||
|
||
`py{PYTHON_VERSION}-cu{CUDA_VERSION}-runtime-{latest/stable/semver}`: `base` image with runtime dependencies | ||
|
||
- `latest`: Updated daily at 12:00 PST | ||
- `stable`: Alias for the most recent `semver` | ||
- `semver`: Updated with each new stable release on the [main repository](https://github.com/scverse/scvi-tools) | ||
|
||
`py{PYTHON_VERSION}-cu{CUDA_VERSION}-dev-{latest/stable/semver}`: `base` image with development dependencies | ||
|
||
- `latest`: Updated daily at 12:00 PST | ||
- `stable`: Alias for the most recent `semver` | ||
- `semver`: Updated with each new stable release on the [main repository](https://github.com/scverse/scvi-tools) | ||
|
||
`py{PYTHON_VERSION}-cu{CUDA_VERSION}-tutorials-{latest/stable/semver}`: `base` image with tutorial dependencies | ||
- Updated weekly Sunday at 05:00 PST | ||
- We currently build images for `PYTHON_VERSION=[3.9, 3.10, 3.11]` and `CUDA_VERSION=[11, 12]` | ||
|
||
- `latest`: Updated daily at 12:00 PST | ||
- `stable`: Alias for the most recent `semver` | ||
- `semver`: Updated with each new stable release on the [main repository](https://github.com/scverse/scvi-tools) | ||
`py{PYTHON_VERSION}-cu{CUDA_VERSION}-runtime-{latest/stable/semver}`: `base` image with runtime | ||
dependencies | ||
|
||
# Reference | ||
- `latest`: Updated daily at 12:00 PST | ||
- `stable`: Alias for the most recent `semver` | ||
- `semver`: Updated with each new stable release on the [main repository] | ||
|
||
If you use `scvi-tools` in your work, please cite | ||
`py{PYTHON_VERSION}-cu{CUDA_VERSION}-dev-{latest/stable/semver}`: `base` image with development | ||
dependencies | ||
|
||
> **A Python library for probabilistic analysis of single-cell omics data** | ||
> | ||
> Adam Gayoso, Romain Lopez, Galen Xing, Pierre Boyeau, Valeh Valiollah Pour Amiri, Justin Hong, Katherine Wu, Michael Jayasuriya, Edouard Mehlman, Maxime Langevin, Yining Liu, Jules Samaran, Gabriel Misrachi, Achille Nazaret, Oscar Clivio, Chenling Xu, Tal Ashuach, Mariano Gabitto, Mohammad Lotfollahi, Valentine Svensson, Eduardo da Veiga Beltrame, Vitalii Kleshchevnikov, Carlos Talavera-López, Lior Pachter, Fabian J. Theis, Aaron Streets, Michael I. Jordan, Jeffrey Regier & Nir Yosef | ||
> | ||
> _Nature Biotechnology_ 2022 Feb 07. doi: [10.1038/s41587-021-01206-w](https://doi.org/10.1038/s41587-021-01206-w). | ||
- `latest`: Updated daily at 12:00 PST | ||
- `stable`: Alias for the most recent `semver` | ||
- `semver`: Updated with each new stable release on the [main repository] | ||
|
||
along with the publicaton describing the model used. | ||
`py{PYTHON_VERSION}-cu{CUDA_VERSION}-tutorials-{latest/stable/semver}`: `base` image with tutorial | ||
dependencies | ||
|
||
You can cite the scverse publication as follows: | ||
- `latest`: Updated daily at 12:00 PST | ||
- `stable`: Alias for the most recent `semver` | ||
- `semver`: Updated with each new stable release on the [main repository] | ||
|
||
> **The scverse project provides a computational ecosystem for single-cell omics data analysis** | ||
> | ||
> Isaac Virshup, Danila Bredikhin, Lukas Heumos, Giovanni Palla, Gregor Sturm, Adam Gayoso, Ilia Kats, Mikaela Koutrouli, Scverse Community, Bonnie Berger, Dana Pe’er, Aviv Regev, Sarah A. Teichmann, Francesca Finotello, F. Alexander Wolf, Nir Yosef, Oliver Stegle & Fabian J. Theis | ||
> | ||
> _Nature Biotechnology_ 2023 Apr 10. doi: [10.1038/s41587-023-01733-8](https://doi.org/10.1038/s41587-023-01733-8). | ||
[anndata]: https://anndata.readthedocs.io/en/latest/ | ||
[docker images]: https://hub.docker.com/repository/docker/scverse/scvi-tools/general | ||
[linux-cuda-base-badge]: https://github.com/YosefLab/scvi-tools-docker/actions/workflows/linux_cuda_base.yaml/badge.svg | ||
[linux-cuda-base-link]: https://github.com/YosefLab/scvi-tools-docker/actions/workflows/linux_cuda_base.yaml | ||
[linux-cuda-latest-badge]: https://github.com/YosefLab/scvi-tools-docker/actions/workflows/linux_cuda_latest_scheduled.yaml/badge.svg | ||
[linux-cuda-latest-link]: https://github.com/YosefLab/scvi-tools-docker/actions/workflows/linux_cuda_latest_scheduled.yaml | ||
[main repository]: https://github.com/scverse/scvi-tools | ||
[pytorch]: https://pytorch.org | ||
[scvi-tools]: https://scvi-tools.org/ |