Skip to content

Commit

Permalink
msd analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
kapoorlab committed Oct 3, 2024
1 parent 8588c77 commit 0d2b48b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/napatrackmater/Trackvector.py
Original file line number Diff line number Diff line change
Expand Up @@ -2966,6 +2966,7 @@ def create_cluster_plot(
"Cell_Type",
"Number_Dividing",
"Track Duration",
"MSD",
]
+ cluster_columns
+ cluster_distance_columns
Expand Down
4 changes: 2 additions & 2 deletions src/napatrackmater/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = version = "5.5.6"
__version_tuple__ = version_tuple = (5, 5, 6)
__version__ = version = "5.5.7"
__version_tuple__ = version_tuple = (5, 5, 7)

0 comments on commit 0d2b48b

Please sign in to comment.