mirror of
https://github.com/haniffalab/scRNA-seq_analysis.git
synced 2024-10-23 08:29:24 -07:00
11 lines
132 B
Bash
Executable file
11 lines
132 B
Bash
Executable file
#!/bin/bash
|
|
|
|
#$ -cwd
|
|
#$ -N subset_seurat
|
|
#$ -V
|
|
#$ -l h_rt=47:59:59
|
|
#$ -l h_vmem=300G
|
|
|
|
Rscript subset_seurat.R
|
|
|
|
echo "End on `date`"
|