mirror of
https://github.com/gladstone-institutes/Bioinformatics-Workshops.git
synced 2025-11-30 09:45:43 -08:00
add instructions for getting the data on wynton
This commit is contained in:
parent
6fb74ba1d4
commit
4748ec22b8
1 changed files with 9 additions and 0 deletions
|
|
@ -16,6 +16,15 @@ singularity pull docker://ruben6um/scatac_workshop_demo_2
|
|||
dataDir=/gladstone/bioinformatics/projects/scatac_workshop/
|
||||
export APPTAINER_BINDPATH="$dataDir"
|
||||
|
||||
##get the workshop data
|
||||
wget https://www.dropbox.com/s/4d4heooz0u9p721/hands-on.zip
|
||||
|
||||
##unzip workshop data
|
||||
unzip hands-on.zip
|
||||
|
||||
##move to the workshop directory
|
||||
cd hands-on
|
||||
|
||||
##launch the container
|
||||
singularity exec $dataDir/scatac_workshop_demo_2_latest.sif R
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue