Python wrappers for CryoEM programs
pip install emwrap
Or for development:
git clone [email protected]: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