Skip to content

Commit

Permalink
Fixed brain data installation
Browse files Browse the repository at this point in the history
  • Loading branch information
royfrancis committed Feb 5, 2024
1 parent ebd3bed commit 0b5ebbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/scripts/install_seurat_spatial.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ installGithub.r --update FALSE \
https://github.com/satijalab/seurat-data/tree/d6a8ce61ccb21a3b204f194d07009772c822791d

## Get brain data
Rscript -e 'if (!("stxBrain.SeuratData" %in% rownames(SeuratData::InstalledData()))) InstallData("stxBrain")'
Rscript -e 'if (!("stxBrain.SeuratData" %in% rownames(SeuratData::InstalledData()))) SeuratData::InstallData("stxBrain")'

#wget seurat.nygenome.org/src/contrib/stxBrain.SeuratData_0.1.1.tar.gz \
# && R CMD INSTALL stxBrain.SeuratData_0.1.1.tar.gz \
Expand Down

0 comments on commit 0b5ebbb

Please sign in to comment.