This plugin provide wrappers around several programs of EMAN2 tomography software suite.
The plugin can be installed in user (stable) or developer (latest, may be unstable) mode:
1. User (stable) version::
scipion3 installp -p scipion-em-emantomo
2. Developer (latest, may be unstable) version::
- Clone the source code repository:
git clone https://github.com/scipion-em/scipion-em-emantomo.git
- Move to devel branch:
git checkout devel
- Install:
scipion3 installp -p local/path/to/scipion-em-emantomo --devel
The integrated protocols are:
- Tilt series alignment and tomograms reconstruction.
- CTF estimation.
- Tomogram clipping.
- Subtomograms manual picking.
- Template matching picking.
- Average subtomograms.
- Subtomograms extraction from the tomograms.
- Subtomograms extraction from the tilt series.
- Initial model.
- New initial model (from particles extracted from the tilt series).
- Subtomograms refinement.
- New subtomograms refinement (from particles extracted from the tilt series).
- New multi-reference classification of subtomograms (from particles extracted from the tilt series).
The installation can be checked out running some tests. To list all of them, execute:
scipion3 tests --grep emantomo
To run all of them, execute:
scipion3 tests --grep emantomo --run
To run a specific test, for example, the tests to check the protocol for averaging subtomograms (the following command can be copied from the test list displayed when listing the tests, as explained above):
scipion3 tests emantomo.tests.test_protocols_sta_classic_workflow.TestEmanTomoAverageSubtomogramsStaClassic
The workflow test generates a emantomo workflow that offers an overview of how to use emantomo.
scipion3 tests emantomo.tests.test_protocols_sta_classic_workflow
- Single particle tomography in EMAN2. Jesús G. Galaz-Montoya et al., Journal of Structural Biology, 2015.
- High resolution single particle refinement in EMAN2.1. James M. Bell et al., Methods, 2016.
If you experiment any problem, please contact us here: scipion-users@lists.sourceforge.net or open an issue.
We'll be pleased to help.
Scipion Team