File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,6 +30,47 @@ publish_dir="s3://openproblems-data/resources/task_ist_preprocessing/results/${R
3030cat > /tmp/params.yaml << HERE
3131input_states: s3://openproblems-data/resources/task_ist_preprocessing/datasets/**/state.yaml
3232rename_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
3374output_state: "state.yaml"
3475publish_dir: "$publish_dir "
3576HERE
You can’t perform that action at this time.
0 commit comments