Skip to content

Commit 3be3d89

Browse files
full run umap
1 parent 874d067 commit 3be3d89

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

novae_benchmark/pan_tissue_umap.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def main():
6060

6161
print("adata:", adata_full)
6262

63-
for n_obs in [1_000, 1_000_000, 10_000_000, None]:
63+
for n_obs in [5_000_000, None]:
6464
if n_obs is not None and n_obs < adata_full.n_obs:
6565
adata = sc.pp.subsample(adata_full, n_obs=n_obs, copy=True)
6666
else:

remote/umaps.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#SBATCH --job-name=novae
33
#SBATCH --output=/gpfs/workdir/blampeyq/.jobs_outputs/%j
44
#SBATCH --mem=128G
5-
#SBATCH --time=24:00:00
5+
#SBATCH --time=7-00:00:00
66
#SBATCH --cpus-per-task=2
77
#SBATCH --partition=cpu_long
88

0 commit comments

Comments
 (0)