We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4318e89 commit f9ad3beCopy full SHA for f9ad3be
.github/actions/setup-conda/action.yaml
@@ -15,6 +15,9 @@ runs:
15
run: |
16
conda create -n umap_0.5.4 umap-learn=0.5.4 -c conda-forge -y
17
conda create -n SeuratIntegrate_bbknn python scipy scanpy bbknn -c conda-forge -c bioconda -y
18
+ conda activate SeuratIntegrate_bbknn
19
+ pip install bbknn
20
+ conda deactivate
21
conda create -n SeuratIntegrate_scanorama python scanorama scipy -c conda-forge -c bioconda -y
22
conda create -n SeuratIntegrate_scvi-tools python=3.12 pip -c conda-forge
23
conda activate SeuratIntegrate_scvi-tools
0 commit comments