Skip to content

Commit

Permalink
Remove LineageLengthExporter from TomancakPlugins since it is not used
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhahmann committed Dec 19, 2024
1 parent 5d4d854 commit c0411c5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -299,8 +299,8 @@ public List< ViewMenuBuilder.MenuItem > getMenuItems()
menu( "Export measurements",
menu( "Spot counts",
item( EXPORT_SPOTS_COUNTS_PER_LINEAGE ),
item( EXPORT_SPOTS_COUNTS_PER_TIMEPOINT ) ),
item( EXPORTS_LINEAGE_LENGTHS ) ),
item( EXPORT_SPOTS_COUNTS_PER_TIMEPOINT ) ) ),
// item( EXPORTS_LINEAGE_LENGTHS ) ), // NB: deactivated for now, since the function is too prototype-y
item( EXPORT_PHYLOXML ) ) ),
menu( "Plugins",
menu( "Tags",
Expand Down

0 comments on commit c0411c5

Please sign in to comment.