A simple plugin to visualize tracks stored in the CellTracksColab format
Thank you for participating in the alpha testing of the CellTracksColab Viewer plugin! Please follow the steps below to install and test the plugin in Napari.
Before installing the plugin, make sure you have the following set up:
-
Python 3.7 or later: You can download it from the official Python website.
-
Napari: If you don’t already have Napari installed, you can install it via
pip
or use Conda to manage your environment.To install Napari with
pip
:pip install "napari[all]"
Alternatively, you can install it using Conda (recommended for managing Python environments):
conda create -n napari-env python=3.9 conda activate napari-env pip install napari
-
Open a terminal or command prompt.
-
Clone the plugin repository from GitHub:
git clone https://github.com/CellMigrationLab/celltrackscolab-viewer.git cd celltrackscolab-viewer
This will create a local copy of the plugin repository on your computer.
-
After cloning the repository, navigate to the plugin folder (if not already there).
-
Install the plugin in editable mode:
pip install -e .
The
-e
flag installs the plugin in "editable" mode, allowing you to make changes and test them immediately without needing to reinstall the plugin.
-
Once the plugin is installed, you can start Napari by typing:
napari
-
In Napari, go to the Plugins menu and look for CellTracksColab Viewer. From here, you can:
- Load CSV data: Use the plugin to load track data from CSV files. Here you should open the merged_Spots.csv file
- Load TIFF images (optional): You can load corresponding microscopy TIFF images and overlay them with track data.
- Visualize Tracks: Select filenames and visualize the tracks in the Napari viewer.
-
test data is available here
If you encounter any issues or have feedback, please report them by creating an issue in the GitHub repository:
- Go to the Issues section of the repository.
- Create a new issue, providing as much detail as possible, including:
- Steps to reproduce the issue.
- Screenshots or error messages (if applicable).
- Napari version and operating system (Windows, macOS, or Linux).
Thank you for your time and feedback!
This napari plugin was generated with Cookiecutter using @napari's cookiecutter-napari-plugin template.
You can install celltrackscolab-viewer
via pip:
pip install celltrackscolab-viewer
To install latest development version :
pip install git+https://github.com/CellMigrationLab/celltrackscolab-viewer.git
Contributions are very welcome. Tests can be run with tox, please ensure the coverage at least stays the same before you submit a pull request.
Distributed under the terms of the MIT license, "celltrackscolab-viewer" is free and open source software
If you encounter any problems, please file an issue along with a detailed description.