Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Fractal tasks for object and single-cell registration #99

Merged
merged 46 commits into from
Dec 14, 2023
Merged
Changes from 1 commit
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
5fff5e8
Update fractal core version.
nrepina Sep 28, 2023
b395c75
Add new fractal task for registering label images.
nrepina Sep 28, 2023
0f57fb2
Update fractal core version.
nrepina Sep 28, 2023
e55bbea
Add new fractal task for registering label images.
nrepina Sep 28, 2023
d2ec80a
Remove obsolete requirements.txt file
nrepina Nov 15, 2023
9c57738
Update calculate_registration_label_based task.
nrepina Nov 17, 2023
2179188
Add new calculate_object_linking Fractal task.
nrepina Nov 17, 2023
a6deb60
Create calculate_object_linking task for Fractal.
nrepina Nov 17, 2023
fbc2b55
Add calculate_linking_consensus task.
nrepina Nov 20, 2023
2180be9
Update fractal core version.
nrepina Nov 20, 2023
853edce
Update linking table column naming in calculate_object_linking task.
nrepina Nov 20, 2023
e8624fd
Clean up imports in calculate_linking_consensus task.
nrepina Nov 20, 2023
3cefeb5
Enhance scmpx relabel_RX_numpy function to optionally take dask array…
nrepina Nov 27, 2023
68578ca
Update calculate_linking_consensus task to add consensus label column…
nrepina Nov 27, 2023
29a5421
Add relabel by linking consensus task.
nrepina Nov 28, 2023
99e7040
Update Fractal manifest.
nrepina Nov 28, 2023
ce476d6
Fix merge conflicts.
nrepina Nov 28, 2023
33b0f83
Bug fix to correct writing of zattr for consensus ROI table and label.
nrepina Nov 30, 2023
27538cb
Initial refactor work for measurement task
jluethi Dec 4, 2023
73eef80
Update OME-Zarr test data to be compatible with fractal-tasks-core 13.1
jluethi Dec 4, 2023
521ed79
Update 3D nuclei for adapted workflow
jluethi Dec 4, 2023
ae674d5
Add back empty label image
jluethi Dec 4, 2023
1dde21e
Remove test for duplicate measurements in 3D data: Not covered in new…
jluethi Dec 4, 2023
b0ccca0
Merge branch 'nar-fractal' of https://github.com/fmi-basel/gliberal-s…
jluethi Dec 4, 2023
9e42a1a
Remove test for duplicate measurements in 3D data: Not covered in new…
jluethi Dec 4, 2023
5d5a7ce
src/scmultiplex/fractal/scmultiplex_feature_measurements.py
jluethi Dec 4, 2023
b9e40bd
Add a potential test for catching not existing labels, not yet implem…
jluethi Dec 4, 2023
6c7c4e2
Update scmultiplexing task to fractal-tasks-core 0.14.0a0 & cleanup
jluethi Dec 4, 2023
6ad5df0
Change precommit hook to avoid changing extra names in setup.cfg
jluethi Dec 5, 2023
96ffef0
Add prerelease flag to 0.14.0a0 dependency
jluethi Dec 5, 2023
977ec6d
Clean up and improve documentation for calculate_object_linking task.
nrepina Dec 6, 2023
00bd270
Improve ransac error calculation to accomodate non normally distribut…
nrepina Dec 10, 2023
4325bf3
Update do_ransac_complete function to remove multithreading.
nrepina Dec 10, 2023
dcab59c
Create remove_labels function to remove specified label IDs from segm…
nrepina Dec 10, 2023
c2f97d4
Add PlatyMatch nuclear linking task to Fractal.
nrepina Dec 10, 2023
2e5bd88
Merge with Joels changes.
nrepina Dec 10, 2023
a65ac94
Update calculate_linking_consensus task to auto generate consensus ta…
nrepina Dec 10, 2023
f2529cc
Small logging and documentation improvements in calculate_linking_con…
nrepina Dec 10, 2023
8aa0b0b
Generalize input parameters in relabel_by_linking_consensus task to i…
nrepina Dec 10, 2023
9a81a4c
Performance optimization of relabel_RX_numpy function.
nrepina Dec 12, 2023
80b0df3
Fixed duplicated data conversion in remove-labels function.
nrepina Dec 12, 2023
8df086e
Update 2D organoid linking tasks to Fractal 0.14.0 and clean up imports.
nrepina Dec 14, 2023
7616bd9
Update single-cell linking task to Fractal version 0.14 and clean up …
nrepina Dec 14, 2023
c89aa01
Update scmpx Measurements task and tests to Fractal 0.14.
nrepina Dec 14, 2023
e60655d
Rename platymatch task.
nrepina Dec 14, 2023
c3dd4af
Update Fractal manifest to include new tasks.
nrepina Dec 14, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add PlatyMatch nuclear linking task to Fractal.
Allows affine and free-form deformation registration of segmented nuclei or cells within segmented orbjects (e.g. organoids).
nrepina committed Dec 10, 2023
commit c2f97d43882b10b09dd6754b4783f5bc1a6bd72a
Loading