Blik
Python tool for visualising and interacting with cryo-ET and subtomogram averaging data.
Install / Use
/learn @brisvag/BlikREADME

blik

blik is a tool for visualising and interacting with cryo-ET and subtomogram averaging data. It leverages the fast, multi-dimensional napari viewer and the scientific python stack.
DISCLAIMER: this package is in development phase. Expect bugs and crashes. Please, report them on the issue tracker and ask if anything is unclear!
Installation
You can either install blik through the napari plugin system, through pip, or get both napari and blik directly with:
pip install "blik[all]"
The [all] qualifier also installs pyqt5 as the napari GUI backend, and a few additional napari plugins that you might find useful in your workflow:
Nightly build
If you'd like the most up to date blik possible, you can install directly from the main branch on github. This also uses napari main, so expect some instability!
pip install "git+https://github.com/brisvag/blik.git@main#egg=blik[all]"
pip install "git+https://github.com/napari/napari.git@main#egg=napari[all]"
Basic Usage
From the command line:
napari -w blik -- /path/to.star /path/to/mrc/files/*
The -w blik is important for proper initialization of all the layers. Always open the main widget open to ensure nothing goes wrong!
blik is just napari. Particles and images are exposed as simple napari layers, which can be analysed and manipulated with simple python, and most importantly other napari plugins.
Widgets
The main widget has a few functions:
experiment: quickly switch to a different experiment id (typically, everything related to an individual tomogram such as volume, particles and segmentations)new: generate a newsegmentation, a new manually-picked set ofparticles, or a newsurface,sphere, orfilament pickingfor segmentation, particle generation or volume resampling.add to exp: add a layer to the currently selectedexperiment(just a shorthand forlayer.metadata['experiment_id'] = current_exp_id)slice_thickness: changes the slicing thickness in all dimensions in napari. Images will be averaged over that thickness, and all particles in the slice will be displayed.
There are also widgets for picking surfaces, spheres and filaments:
surface: process a previously pickedsurface pickinglayer to generate a surface mesh and distribute particles on it for subtomogram averaging, or resample a tomogram along the surface.sphere: process a previously pickedsphere pickinglayer to generate a sphere mesh and distribute particles on it for subtomogram averaging.filament: process a previously pickedfilament pickinglayer to generate a filament and distribute particles on it for subtomogram averaging, or resample a tomogram along the filament.
References
If you use blik, please cite the repo on zenodo and the paper on Plos Biology: https://doi.org/10.1371/journal.pbio.3002447.
Related Skills
node-connect
345.9kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
claude-opus-4-5-migration
106.4kMigrate prompts and code from Claude Sonnet 4.0, Sonnet 4.5, or Opus 4.1 to Opus 4.5
frontend-design
106.4kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
model-usage
345.9kUse CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage/cost data from codexbar, or when you need a scriptable per-model summary from codexbar cost JSON.
