We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 779ded1 commit 381ef5aCopy full SHA for 381ef5a
remote/umaps.sh remote/umaps_extra_long.sh
remote/umaps_long.sh
@@ -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