fork_scRNAseq_analysis/pipelines/05_subset_seurat/subset_seurat.sh
2019-07-08 12:22:01 +01:00

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`"