fork_scRNAseq_analysis/pipelines/07_compute_DEG/compute_DEG.sh
2019-07-08 12:22:01 +01:00

11 lines
129 B
Bash
Executable file

#!/bin/bash
#$ -cwd
#$ -N compute_DEG
#$ -V
#$ -l h_rt=23:59:59
#$ -l h_vmem=200G
Rscript compute_DEG.R
echo "End on `date`"