Skip to content

Commit

Permalink
Update .gitignore and environment files (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkim0 authored Mar 9, 2023
1 parent 5adebf4 commit 83e9e98
Show file tree
Hide file tree
Showing 7 changed files with 92 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -139,3 +139,4 @@ local/

# Snakemake
*/.snakemake
*/data/
18 changes: 18 additions & 0 deletions allen_brain/env.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: run-models
channels:
- conda-forge
- bioconda
- pytorch
- nvidia
- defaults
dependencies:
- python=3.10
- scvi-tools==0.20.1
- anndata>=0.8.0
- scanpy>=1.9.0
- pytorch
- torchvision
- torchaudio
- jax
- jaxlib
- pooch
18 changes: 18 additions & 0 deletions fetal_immune/env.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: run-models
channels:
- conda-forge
- bioconda
- pytorch
- nvidia
- defaults
dependencies:
- python=3.10
- scvi-tools==0.20.1
- anndata>=0.8.0
- scanpy>=1.9.0
- pytorch
- torchvision
- torchaudio
- jax
- jaxlib
- pooch
4 changes: 1 addition & 3 deletions human_lung_cell_atlas/env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ channels:
- defaults
dependencies:
- python=3.10
- scvi-tools==0.20.1
- anndata>=0.8.0
- scanpy>=1.9.0
- pytorch
Expand All @@ -15,6 +16,3 @@ dependencies:
- jax
- jaxlib
- pooch
- pip
- pip:
- scvi-tools[hub]==0.20.0b1
18 changes: 18 additions & 0 deletions non_small_cell_lung_cancer/env.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: run-models
channels:
- conda-forge
- bioconda
- pytorch
- nvidia
- defaults
dependencies:
- python=3.10
- scvi-tools==0.20.1
- anndata>=0.8.0
- scanpy>=1.9.0
- pytorch
- torchvision
- torchaudio
- jax
- jaxlib
- pooch
18 changes: 18 additions & 0 deletions pbmc_cite_seq/env.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: run-models
channels:
- conda-forge
- bioconda
- pytorch
- nvidia
- defaults
dependencies:
- python=3.10
- scvi-tools==0.20.1
- anndata>=0.8.0
- scanpy>=1.9.0
- pytorch
- torchvision
- torchaudio
- jax
- jaxlib
- pooch
18 changes: 18 additions & 0 deletions tabula_sapiens/env.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: run-models
channels:
- conda-forge
- bioconda
- pytorch
- nvidia
- defaults
dependencies:
- python=3.10
- scvi-tools==0.20.1
- anndata>=0.8.0
- scanpy>=1.9.0
- pytorch
- torchvision
- torchaudio
- jax
- jaxlib
- pooch

0 comments on commit 83e9e98

Please sign in to comment.