timothygrant80 / cisTEM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cisTEM

cisTEM is user-friendly software to process cryo-EM images of macromolecular complexes and obtain high-resolution 3D reconstructions from them. It was originally developed by Tim Grant, Alexis Rohou and Nikolaus Grigorieff and comprises a number of tools to process image data including movies, micrographs and stacks of single-particle images, implementing a complete “pipeline” of processing steps to obtain high-resolution single-particle reconstructions. cisTEM is distributed under the Janelia Research Campus Software License License and pre-compiled binaries can be downloaded from cistem.org. For best performance, we recommend downloading and using the pre-compiled binaries, rather than compiling the source code. New users are encouraged to follow the tutorial, which provides a quick way to become familiar with the most important functions of cisTEM.

Features

  • Complete single-particle analysis pipeline, from raw movie frame alignemnt to final sharpened map ready for model building
  • Single-window, easy-to-use, friendly, and cross-platform graphical user interface (GUI)
  • Processing of tilted micrographs or movies
  • Ab-inito 3D reconstruction (in the absence of any pre-existing map or model)
  • Per-particle defocus refinement
  • Beam tilt estimation and correction
  • Ewald sphere correction
  • Compatibility with other processing packages:
    • Import and export to/from RELION (including 3.1)
    • Import of WARP directories as cisTEM projects [command-line only]
    • Import and export to/from FREALIGN
  • Ability to merge data with different pixel sizes, and/or from different microscopes
  • Particle subtraction and symmetry expansion [command-line only]
  • High-resolution template matching
  • Dark & gain estimation and correction from dataset [command-line only]

Installation

Pre-compiled binaries

Pre-compiled binaries for Linux are available from cisTEM.org.

Building from source

We use GNU autotools to configure and build cisTEM. You should be able to do:

git clone https://github.com/timothygrant80/cistem.git
cd cisTEM
mkdir build
cd build
../configure
make 
make install

Contributing to cisTEM

We welcome pull requests!

The recommended IDE for developing with cisTEM is Microsoft Visual Studio Code. Our main target OS is Linux - for convenience, the cistem_dev_env Docker image can be used for cross-platform development. For detailed documentation on how to setup vscode with this Docker, please consult the Docker hub page.

Getting help

Please address questions and requests to help to the _cis_TEM forum.

Known issues

Please note that the repository version of cisTEM is likely unstable, and features are not guaranteed to work. For this reason we recommend sticking to the released versions of cisTEM.

For a list of currently known issues, please see the issue page on Github.

License and distribution

Recent versions of cisTEM (including the 2.0+ releases) will soon be available under the Janelia Research Campus Software License.

cisTEM 1.0 is also distributed under Janelia Research Campus Software License.

About

License:Other


Languages

Language:C++ 62.8%Language:C 35.7%Language:Cuda 0.7%Language:Makefile 0.4%Language:Shell 0.1%Language:Python 0.1%Language:M4 0.1%Language:CMake 0.1%Language:Dockerfile 0.0%Language:Brainfuck 0.0%