-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create rocker-seurat_4.4.0-5.0.3.strudel.yaml
- Loading branch information
1 parent
638e00f
commit d63f309
Showing
1 changed file
with
45 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
url: null | ||
name: RStudio_R_4.4.0_Seurat_5.0.3 | ||
startscript: | | ||
#!/bin/bash | ||
module load singularity | ||
curl https://raw.githubusercontent.com/MonashBioinformaticsPlatform/rocker-ultra/main/rstudio.sh >~/.strudel2/rstudio.sh || true | ||
chmod +x ~/.strudel2/rstudio.sh | ||
IMAGE=https://bioinformatics.erc.monash.edu/references/singularity/rocker-seurat_4.4.4-5.0.3.sif ~/.strudel2/rstudio.sh | ||
instactions: | ||
- name: Connect | ||
paramscmd: cat ~/.rstudio-rocker/rserver-{jobid}.json | ||
client: | ||
cmd: null | ||
redir: "" | ||
states: | ||
- RUNNING | ||
- name: View log | ||
paramscmd: /usr/local/strudel2_cluster/latest/bin/wstool cat | ||
"~/.strudel2*-{jobid}.out" | ||
client: | ||
cmd: null | ||
redir: ?token={token} | ||
states: | ||
- RUNNING | ||
- Finished | ||
- name: View Usage | ||
paramscmd: /usr/local/strudel2_cluster/latest/bin/wstool sacct -j {jobid} | ||
client: | ||
cmd: null | ||
redir: ?token={token} | ||
states: | ||
- Finished | ||
- name: Remove log | ||
paramscmd: rm ~/.strudel2-*{jobid}.out ; rm | ||
~/.rstudio-rocker/rserver-{jobid}.json ; echo [] | ||
client: null | ||
notunnel: true | ||
states: | ||
- Finished | ||
localbind: true | ||
applist: null |