@@ -43,6 +43,28 @@ The script creates a sub-directory (called `i`) for each recursion level `i`, an
Unless you enable serial mode (`-s` flag), all the scripts assume that you are running a cluster with the `slurm` queuing system.
## other scripts:
`get_maps.sh` is used to run a batch of `recursive_gmconvert.sh` on a list of emdb entries. It will fetch the data from the emdb and run the divide-and-conquer GMM calculation.
Example 1: `get_maps.sh -n 2 -N 2 -s <<< 1883`
Example 2: `get_maps.sh -n 2 -N 2 -s < input.txt`
In example 2, `input.txt` contains one emdb entry per line.
### Required arguments:
`-n num_gaussians`: number of gaussians per sub-process
`-N num_iterations`: number of recursion levels
### Optional arguments:
`-s`: enable serial mode
`-h`: display this message
## References
[1] Bayesian multi-scale modeling of macromolecular structures based on cryo-electron microscopy density maps