Skip to content

Commit

Permalink
re-add the regional pairwise distances program to the standard proces…
Browse files Browse the repository at this point in the history
…sing pipeline; related to #416
  • Loading branch information
vreuter committed Jan 31, 2025
1 parent 0bc2700 commit 8bbd253
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
12 changes: 6 additions & 6 deletions bin/cli/run_processing_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -570,12 +570,12 @@ def stages(self) -> list[pypiper.Stage]:
func=compute_locus_pairwise_distances,
f_kwargs=rounds_params,
),
# pypiper.Stage(
# name="pairwise_distances__regional",
# func=compute_region_pairwise_distances,
# f_kwargs=rounds_params,
# nofail=True,
# ),
pypiper.Stage(
name="pairwise_distances__regional",
func=compute_region_pairwise_distances,
f_kwargs=rounds_params,
nofail=True,
),
pypiper.Stage(
name="locus_specific_spots_visualisation_data_prep",
func=prep_locus_specific_spots_visualisation,
Expand Down
1 change: 1 addition & 0 deletions docs/pipeline-execution-control-and-rerun.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ Below are the sequential pipeline stage names.
* tracing_QC
* spot_counts_visualisation__locus_specific
* pairwise_distances__locus_specific
* pairwise_distances__regional
* locus_specific_spots_visualisation_data_prep
* locus_spot_viewing_prep
* cross_channel_signal_analysis

0 comments on commit 8bbd253

Please sign in to comment.