Skip to content

Commit 381ef5a

Browse files
new sh jobs
1 parent 779ded1 commit 381ef5a

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed
File renamed without changes.

remote/umaps_long.sh

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
#!/bin/bash
2+
#SBATCH --job-name=novae
3+
#SBATCH --output=/gpfs/workdir/blampeyq/.jobs_outputs/%j
4+
#SBATCH --mem=128G
5+
#SBATCH --time=2-00:00:00
6+
#SBATCH --cpus-per-task=1
7+
#SBATCH --partition=cpu_long
8+
9+
module purge
10+
module load anaconda3/2022.10/gcc-11.2.0
11+
source activate novae
12+
13+
cd /gpfs/workdir/blampeyq/novae_benchmark
14+
15+
python -u novae_benchmark/pan_tissue_umap.py

0 commit comments

Comments
 (0)