Skip to content

Commit e3bb1a5

Browse files
authored
Add config to seqera full run (#94)
1 parent 053663a commit e3bb1a5

1 file changed

Lines changed: 41 additions & 0 deletions

File tree

scripts/run_benchmark/run_full_seqeracloud.sh

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,47 @@ publish_dir="s3://openproblems-data/resources/task_ist_preprocessing/results/${R
3030
cat > /tmp/params.yaml << HERE
3131
input_states: s3://openproblems-data/resources/task_ist_preprocessing/datasets/**/state.yaml
3232
rename_keys: 'input_sc:output_sc;input_sp:output_sp'
33+
save_spatial_data: false
34+
default_methods:
35+
- custom_segmentation
36+
- basic_transcript_assignment
37+
- basic_count_aggregation
38+
- basic_qc_filter
39+
- alpha_shapes
40+
- normalize_by_volume
41+
- ssam
42+
- no_correction
43+
segmentation_methods:
44+
- custom_segmentation
45+
- cellpose
46+
- binning
47+
- stardist
48+
- watershed
49+
transcript_assignment_methods:
50+
- basic_transcript_assignment
51+
- baysor
52+
# - clustermap
53+
- pciseq
54+
- comseg
55+
- proseg
56+
count_aggregation_methods:
57+
- basic_count_aggregation
58+
qc_filtering_methods:
59+
- basic_qc_filter
60+
volume_calculation_methods:
61+
- alpha_shapes
62+
normalization_methods:
63+
- normalize_by_volume
64+
- normalize_by_counts
65+
- spanorm
66+
celltype_annotation_methods:
67+
- ssam
68+
- tacco
69+
- moscot
70+
expression_correction_methods:
71+
- no_correction
72+
- gene_efficiency_correction
73+
- resolvi_correction
3374
output_state: "state.yaml"
3475
publish_dir: "$publish_dir"
3576
HERE

0 commit comments

Comments
 (0)