-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unblur movie alignment #24
Comments
Also need to consider if aligned movies already exist in bucket - perhaps delete if they do? Or kill move alignment. Not sure. |
Relion looks like it wants the shell to be csh, so I cant run relion comands, instead need to write out a bash script that looks like this: #!/usr/bin/env bash export OMP_NUM_THREADS=1 /home/EM_Packages/unblur_1.0.2/bin/unblur_openmp_7_17_15.exe > MotionCorr/job082/Micrographs/17jan31b_CSB-Nucl_00021gr_00001sq_00002hl_00002en_frames_unblur.log << EOF Micrographs/17jan31b_CSB-Nucl_00021gr_00001sq_00002hl_00002en.frames.mrc 40 MotionCorr/job082/Micrographs/17jan31b_CSB-Nucl_00021gr_00001sq_00002hl_00002en_frames.mrc MotionCorr/job082/Micrographs/17jan31b_CSB-Nucl_00021gr_00001sq_00002hl_00002en_frames_shifts.txt 0.6 YES 1.3 200 0 NO NO EOF |
On m4.4xlarge instances - can only run 2 x 2.2 GB movies for unblur - > memory requirement? the machine has 64 GB, which means that I need ~4 x (size of movie in GB) per thread, which is 8 in this case. |
Back at it! To try: |
Need tasket for all unblur movie alignments |
Need to update unblur script to run with bash and also setting variables correctly.
csh script as it is currently written:
The text was updated successfully, but these errors were encountered: