-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrun_scVI.sh
More file actions
executable file
·27 lines (18 loc) · 1.09 KB
/
run_scVI.sh
File metadata and controls
executable file
·27 lines (18 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#!/bin/sh
#SBATCH -o logs/scvi-%j.out
#SBATCH --nodes=1
#SBATCH --gpus=1
#SBATCH --time=09:00:00
#SBATCH --gres=gpumem:8G
#SBATCH --cpus-per-task=8
#SBATCH --mem-per-cpu=8G
#SBATCH --mail-type=END,FAIL
mkdir -p logs
conda activate myenv
# python utils/run_scVI.py --data /home/baunsgaard/scBench/scButterfly/Olga_Data/ImmuneAtlas.h5ad --batch batchlb --celltype cell_type --epoch 100
# python utils/run_scVI.py --data /home/baunsgaard/scBench/scButterfly/Olga_Data/ImmHuman.h5ad --batch batch --celltype CellType --epoch 100
# python utils/run_scVI.py --data /home/baunsgaard/scBench/scButterfly/Olga_Data/Lung.h5ad --batch batch --celltype cell_type --epoch 100
# python utils/run_scVI.py --data /home/baunsgaard/scBench/scButterfly/Olga_Data/MCA.h5ad --batch batch --celltype CellType --epoch 100
# python utils/run_scVI.py --data /home/baunsgaard/scBench/scButterfly/Olga_Data/Pancreas.h5ad --batch batch --celltype celltype --epoch 100
# python utils/run_scVI.py --data /home/baunsgaard/scBench/scButterfly/Olga_Data/PBMC.h5ad --batch batch --celltype CellType --epoch 100
python utils/run_scVI_qr.py