Skip to content

Commit 5d39d00

Browse files
committed
updated run time of master process
1 parent c4102a9 commit 5d39d00

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

cholab-prep/example_xenium-multichannel-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ segmentation:
5555
z: "z"
5656

5757
segmentation:
58-
scale: 10 # [important parameter] typical cell radius in microns
58+
#scale: 10 # [important parameter] typical cell radius in microns
5959
scale_std: "25%" # cell radius standard deviation
6060
prior_segmentation_confidence: 1.0 # confidence of the cellpose confidence (float in [0, 1])
61-
estimate_scale_from_centers: false
61+
estimate_scale_from_centers: true
6262
n_clusters: 4
6363
iters: 500
6464
n_cells_init: 0
@@ -79,7 +79,7 @@ annotation:
7979
method: tangram
8080
args:
8181
sc_reference_path: /sc/arion/projects/untreatedIBD/cache/reference-objects/oliver-2024-subset.h5ad # path to the annotated scRNAseq reference used by Tangram
82-
cell_type_key: level_2_annot # key of adata_ref.obs containing the cell-type annotation
82+
cell_type_key: cell_type # key of adata_ref.obs containing the cell-type annotation
8383
reference_preprocessing: log1p # if your reference `adata.X` contains raw counts, then remove this parameter from the config. Else, choose "log1p" (if you have already run both `sc.pp.normalize_total` and `sc.pp.log1p` on your reference) or "normalized" (if you have already run `sc.pp.normalize_total` on your reference)
8484

8585
# [only if you choose the simple staining-based annotation (comment out the lines below)]

cholab-prep/prep-sopa-run/src/lsf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ def create_lsf_script(
3737

3838
script_content = f"""#BSUB -J sopa-{sample_name}
3939
#BSUB -P acc_untreatedIBD
40-
#BSUB -W 8:00
40+
#BSUB -W 24:00
4141
#BSUB -q {queue}
42-
#BSUB -n 4
42+
#BSUB -n 2
4343
#BSUB -R span[hosts=1]
4444
#BSUB -R rusage[mem=4G]
4545
#BSUB -u {email}

workflow/lsf/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ cluster:
1212
default-resources:
1313
threads: 8
1414
time: 1:00
15-
queue: express
15+
queue: premium
1616
mem_mb: 16_000
1717

1818
restart-times: 3

0 commit comments

Comments
 (0)