Skip to content

Commit

Permalink
Merge pull request #144 from rasools/OMICSINT_H24
Browse files Browse the repository at this point in the history
update single cell lab
  • Loading branch information
rasools authored Sep 25, 2024
2 parents 59b5edb + dcafe45 commit 26a8f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion session_ml/SingleCell/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ RUN R -e "remotes::install_github('satijalab/seurat-data')"

# Download required files to the data directory
RUN mkdir -p /home/jovyan/lab/data \
&& wget -O /home/jovyan/lab/data/scatacseq_activity_matrix.txt "https://drive.google.com/uc?export=download&id=1hBeh2L5PC-T87YObCmJv4Qcm59IqkkOf" \
&& wget --no-check-certificate -O /home/jovyan/lab/data/scatacseq_activity_matrix.txt "https://drive.google.com/uc?export=download&id=1hBeh2L5PC-T87YObCmJv4Qcm59IqkkOf&confirm=t" \
&& wget -O /home/jovyan/lab/data/atac_v1_pbmc_10k_singlecell.csv "https://cf.10xgenomics.com/samples/cell-atac/1.0.1/atac_v1_pbmc_10k/atac_v1_pbmc_10k_singlecell.csv" \
&& wget -O /home/jovyan/lab/data/atac_v1_pbmc_10k_filtered_peak_bc_matrix.h5 "https://cf.10xgenomics.com/samples/cell-atac/1.0.1/atac_v1_pbmc_10k/atac_v1_pbmc_10k_filtered_peak_bc_matrix.h5" \
&& wget -O /home/jovyan/lab/data/pbmc_10k_v3.rds "https://www.dropbox.com/s/3f3p5nxrn5b3y4y/pbmc_10k_v3.rds?dl=1"
Expand Down

0 comments on commit 26a8f45

Please sign in to comment.