JoQCcoz / scipion-em-cistem

Plugin to use cisTEM programs within the Scipion framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cisTEM plugin

This plugin provides wrappers for several programs of cisTEM software suite.

PyPI release License Supported Python versions SonarCloud quality gate Downloads

Installation

You will need to use 3.0+ version of Scipion to be able to run these protocols. To install the plugin, you have two options:

  1. Stable version
scipion installp -p scipion-em-cistem
  1. Developer's version

    • download repository
    git clone -b devel https://github.com/scipion-em/scipion-em-cistem.git
    
    • install
    scipion installp -p /path/to/scipion-em-cistem --devel
    

cisTEM binaries will be installed automatically with the plugin, but you can also link an existing installation.

  • Default installation path assumed is software/em/cistem-1.0.0-beta, if you want to change it, set CISTEM_HOME in scipion.conf file pointing to the folder where the cisTEM is installed.
  • It's possible to use CTFFIND4 installed separately from cisTEM by defining CTFFIND4_HOME variable in scipion.conf. Setting this value will have the priority over Ctffind inside cisTEM.

A complete list of tests can be seen by executing scipion test --show --grep cistem

Supported versions

  • 1.0.0-beta (cistem)
  • 4.1.13, 4.1.14 (ctffind4)

Protocols

  • ctffind4
  • import tomo CTFs
  • tilt-series ctffind4
  • unblur
  • find particles
  • classify 2D

References

  1. Timothy Grant and Alexis Rohou and Nikolaus Grigorieff. (2018) cisTEM, user-friendly software for single-particle image processing. eLife 7:e35383.

About

Plugin to use cisTEM programs within the Scipion framework

License:GNU General Public License v3.0


Languages

Language:Python 100.0%