Skip to content
Snippets Groups Projects
Commit 9588554a authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Separate bash.scripts for 2 and 3 patient aggreagations

parent 8482bc0d
Branches
Tags
No related merge requests found
......@@ -10,6 +10,6 @@
module load R/3.4.1-gccmkl
Rscript ../r.scripts/sc-TissueMapper_RUN.D.R
Rscript ../r.scripts/sc-TissueMapper_RUN.D2.R
Rscript ../r.scripts/sc-TissueMapper_RUN.D.diy.R
Rscript ../r.scripts/sc-TissueMapper_RUN.D.pseudotime.R
\ No newline at end of file
#!/bin/bash
#SBATCH --job-name R_FullAnalysis
#SBATCH -p 256GB,256GBv1,384GB
#SBATCH -N 1
#SBATCH -t 7-0:0:0
#SBATCH -o job_%j.out
#SBATCH -e job_%j.out
#SBATCH --mail-type ALL
#SBATCH --mail-user gervaise.henry@utsouthwestern.edu
module load R/3.4.1-gccmkl
Rscript ../r.scripts/sc-TissueMapper_RUN.D3.R
#Rscript ../r.scripts/sc-TissueMapper_RUN.D.diy.R
#Rscript ../r.scripts/sc-TissueMapper_RUN.D.pseudotime.R
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment