Python wrappers for CryoEM programs
pip install emwrapOr for development:
git clone git@github.com:3dem/emwrap.git
pip install -e emwrap/# Test a batch run:
python -m python -m unittest emwrap.motioncor.tests.TestMotioncor.test_batch
# Test the entire pipeline:
python -m python -m unittest emwrap.motioncor.tests.TestMotioncor.test_pipeline