EM align
Project description
emalign
A algorithm for aligning rotation, reflection, and translation between volumes.
Current version: 1.0.5
Project's homepage: https://github.com/ShkolniskyLab/emalign
Date: 08/2023
Please cite the following paper when using this package: Harpaz, Y., & Shkolnisky, Y. (2023). Three-dimensional alignment of density maps in cryo-electron microscopy. Biological Imaging, 3, E8. doi:10.1017/S2633903X23000089
Recommended Environments:
The package has been tested on Ubuntu 18.04 and Windows 10. It should probably work on other versions of Windows and Linux, but has not been tested on them yet. Similarly for macOS.-
Python 3.6.0+ is required.
-
The package makes use of the pyfftw package, which in turn uses the FFTW library. Before installing emalign make sure you have the FFTW library installed on your system: http://www.fftw.org/fftw3_doc/Installation-and-Customization.html#Installation-and-Customization
Install emalign
Install emalign via pip:
We recommend installing emalign via pip:$ pip install emalign
Install emalign from source
The tarball of the source tree is available via pip download emalign. You can install emalign from the tarball:$ pip install emalign-x.x.x.tar.gz
You can also install the development version of emalign from a cloned Git repository:
$ git clone https://github.com/ShkolniskyLab/emalign.git
$ cd emalign
$ pip install .
Uninstall emalign
Use pip to uninstall emalign:$ pip uninstall emalign
Upgrade emalign
Just use pip with -U option:$ pip install -U emalign
Getting started:
Please read the user manual for usage instructions, available at the homepage of the project on Github: https://github.com/ShkolniskyLab/emalignBasic usage:
Generate test data via$ emalign --make-test-data -v
This will download EMD-2660 from EMDB (https://www.ebi.ac.uk/emdb/), downsample it to size 129 pixels (with pixel size 3.74A), and save the downsampled map into map_ref_2660.mrc. The function then rotates and shifts the map (see log messages for the exact transformation parameters) and saves the transformed map to map_transformed_2660.mrc. These two maps can be used to test the alignment algorithm.
Run the alignment algorithm via
$ emalign -v1 ./map_ref_2660.mrc -v2 ./map_transformed_2660.mrc -o ./map_aligned_2660.mrc -v
The algorithm will align v2 to v1, saving the aligned map.
Type
$ emalign -h
for help.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file EMalign-1.0.5.tar.gz
.
File metadata
- Download URL: EMalign-1.0.5.tar.gz
- Upload date:
- Size: 49.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1e9c7a17e65c1b7e1aecb3bca983cf3adbbf7406b3be513a7a3f53fc2da40321 |
|
MD5 | 4b5c8261e65a50a498b30500c31892bf |
|
BLAKE2b-256 | 20c3fa7bce679d34cb50dff52da4310fc58b441ba79f1d85485245bed3bf3808 |