Skip to content

Commit

Permalink
get correct github link to docker
Browse files Browse the repository at this point in the history
  • Loading branch information
ycao6928 committed Nov 29, 2024
1 parent d7b85a8 commit c5778da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docker_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ sudo apt-get install libjpeg-dev

## Make a tmp folder and git clone
mkdir /home/gittmp/
git clone https://github.com/SydneyBioX/HKU_SCDNEY_2024 /home/gittmp/
git clone https://github.com/SydneyBioX/HKUST_workshop /home/gittmp/

## wget all data files from Google Cloud Storage into /home/CPC/
cd /home/gittmp
Expand Down
1 change: 1 addition & 0 deletions install.R
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ for (thispackage in c("SingleCellExperiment" ,"lisaClust" , "spicyR" ,

devtools::install_github("SydneyBioX/scFeatures")

devtools::install_github("SydneyBioX/scClassify")

devtools::install_github("DarioS/ClassifyR")

Expand Down

0 comments on commit c5778da

Please sign in to comment.