To use this environment,
- Modify
configure-env
to add cisTEM to path - Place micrographs into
micrographs/
- Modify
configure-metadata
to match the parameters of these micrographs - Estimate micrograph CTFs with the command
bash estimate_ctfs.sh
. Results are written toctfs/
- Place template(s) to be used for template matching into
templates/
. If multiple templates intemplates/
are present, each template will be run on each micrograph inmicrographs/
- Run 2DTM with the command
bash match_templates.sh
. Results are written tooutput/
Note: the estimate_ctfs.sh
/ match_templates.sh
scripts either call the scripts/estimate_ctf.sh
or scripts/estimate_ctf.slurm
/ scripts/match_template.sh
or scripts/match_template.slurm
. Edit these files to choose whether or not to run the scripts in bash or to queue with sbatch. If using sbatch, modify the default slurm parameters in each .slurm
script.