scipion-em / scipion-em-imod

Plugin to use some of the Tomography tools from IMOD in Scipion
GNU General Public License v3.0
1 stars 2 forks source link
tomo

=========== IMOD plugin

This plugin provides wrappers for several programs of IMOD <https://bio3d.colorado.edu/imod/>_ software suite.

.. image:: https://img.shields.io/pypi/v/scipion-em-imod.svg :target: https://pypi.python.org/pypi/scipion-em-imod :alt: PyPI release

.. image:: https://img.shields.io/pypi/l/scipion-em-imod.svg :target: https://pypi.python.org/pypi/scipion-em-imod :alt: License

.. image:: https://img.shields.io/pypi/pyversions/scipion-em-imod.svg :target: https://pypi.python.org/pypi/scipion-em-imod :alt: Supported Python versions

.. image:: https://img.shields.io/sonar/quality_gate/scipion-em_scipion-em-imod?server=https%3A%2F%2Fsonarcloud.io :target: https://sonarcloud.io/dashboard?id=scipion-em_scipion-em-imod :alt: SonarCloud quality gate

.. image:: https://img.shields.io/pypi/dm/scipion-em-imod :target: https://pypi.python.org/pypi/scipion-em-imod :alt: Downloads

Installation

You will need to use 3.0+ <https://scipion-em.github.io/docs/release-3.0.0/docs/scipion-modes/how-to-install.html>_ version of Scipion to be able to run these protocols.

Protocols

Latest plugin versions

If you want to check the latest version and release history go to CHANGES <https://github.com/scipion-em/scipion-em-imod/imod/blob/master/CHANGES.txt>_

Installing the plugin

In order to install the plugin follow these instructions:

.. code-block::

scipion installp -p scipion-em-imod

or through the plugin manager by launching Scipion and following Configuration >> Plugins

To install in development mode

Clone or download the plugin repository

.. code-block::

git clone -b devel https://github.com/scipion-em/scipion-em-imod.git

Install the plugin in developer mode.

.. code-block::

scipion installp -p local/path/to/scipion-em-imod --devel

IMOD binaries will be downloaded and installed automatically with the plugin, but you can also link an existing installation. Default installation path assumed is software/em/imod-4.11.24/IMOD, if you want to change it, set IMOD_HOME in scipion.conf file to the folder where the IMOD is installed.

To check the installation, simply run one of the tests. A complete list of tests can be displayed by executing scipion test --show --grep imod

Changing the binning level for 3dmod

For quick visualization purposes, it can be useful to bin images and tomograms on the fly using the ImodViewer provided by this plugin (i.e. 3dmod). For that, the user can define the IMOD_VIEWER_BINNING environment variable in scipion.conf as in the following example:

.. code-block:: [PLUGINS]

    IMOD_HOME = %(EM_ROOT)s/imod-4.11.25/IMOD
    IMOD_VIEWER_BINNING = 8

Supported versions

4.11.24, 4.11.25

References

  1. James R. Kremer, David N. Mastronarde, J.Richard McIntosh. Computer Visualization of Three-Dimensional Image Data Using IMOD. Journal of Structural Biology, Volume 116, Issue 1, 1996, Pages 71-76. https://doi.org/10.1006/jsbi.1996.0013
  2. David N. Mastronarde, Susannah R. Held. Automated tilt series alignment and tomographic reconstruction in IMOD. Journal of Structural Biology, Volume 197, Issue 2, 2017, Pages 102-113, ISSN 1047-8477. https://doi.org/10.1016/j.jsb.2016.07.011

Buildbot status

Status devel version:

.. image:: http://scipion-test.cnb.csic.es:9980/badges/imod_devel.svg

Status production version:

.. image:: http://scipion-test.cnb.csic.es:9980/badges/imod_prod.svg