This plugin allows to use Dynamo - an environment for subtomogram averaging cryo-ET data - within the Scipion framework.
The plugin can be installed in user (stable) or developer (latest, may be unstable) mode:
1. User (stable) version::
scipion3 installp -p scipion-em-dynamo
2. Developer (latest, may be unstable) version::
- Clone the source code repository:
git clone https://github.com/scipion-em/scipion-em-dynamo.git
- Move to devel branch:
git checkout devel
- Install:
scipion3 installp -p local/path/to/scipion-em-dynamo --devel
The integrated protocols are:
- bin tomograms: Reduce the size of a set of tomograms by a binning factor.
- vectorial picking: Manual vectorial picking using Dynamo dtmslice GUI.
- subtomogram extraction: Extraction of subtomograms.
- import subtomograms from Dynamo .tbl files.
- model workflow: apply a geometry model to a set of meshes, normally the result of the vectorial picking protocol.
- subtomogram alignment.
The installation can be checked out running some tests. To list all of them, execute:
scipion3 tests --grep dynamo
To run all of them, execute:
scipion3 tests --grep dynamo --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 dynamo.tests.test_dynamo_average_subtomos.TestDynamoAverageSubtomograms
A tutorial with examples about how to use Dynamo within Scipion can be found here.
- Dynamo: A flexible, user-friendly development tool for subtomogram averaging of cryo-EM data in high-performance computing environments. Daniel Castaño-Díez et al., Journal of Structural Biology, 2012.
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