jdeschamps / blik

Blik is a python tool for visualising and interacting with cryo-ET and subtomogram averaging data.

Home Page:https://gutsche-lab.github.io/blik/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

blik

Codecov branch PyPI PyPI - Python Version

it means glance in Dutch

blik showcase

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 frequent 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]

Basic Usage

From the command line:

napari /path/to.star /path/to/mrc/files/* [-w blik]

The optional -w blik addition will open the main blik widget and set up a few things (such as the scale bar) on the napari viewer.

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.

About

Blik is a python tool for visualising and interacting with cryo-ET and subtomogram averaging data.

https://gutsche-lab.github.io/blik/

License:GNU General Public License v3.0


Languages

Language:Python 100.0%