Skip to content

Commit f7db1e7

Browse files
authored
Merge pull request #77 from Lucaslab-Berkeley/docs_main
Merge documentation branch ahead of v1.0 release
2 parents 80dc331 + e3d18c8 commit f7db1e7

File tree

6 files changed

+728
-7
lines changed

6 files changed

+728
-7
lines changed
1.6 MB
Loading
1.7 MB
Loading
758 KB
Loading

docs/tutorials/batch_processing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The pre-requisites for this tutorial are:
1212
4. A cluster with SLURM scheduling and GPU nodes available.
1313
5. Leopard-EM installed in the current Python environment.
1414

15-
!!! note "Why Leopard-EM doesn't handle batch processing internally"
15+
??? note "Why Leopard-EM doesn't handle batch processing internally"
1616

1717
Leopard-EM is designed to be a flexible and modular Python package for 2DTM, and as such we focus on providing the core functionality for 2DTM workflows.
1818
Reproducibility is another key aspect of Leopard-EM, and we encourage users to have a one-to-one mapping between input configuration files and 2DTM results.
@@ -140,7 +140,7 @@ After creating a new file with the following code and saving it as `populate_mat
140140
│ ├── micrograph_99_diagnostic.txt
141141
142142
├── base_match_template_config.yaml <-- New (contents above)
143-
── populate_match_template_config.py <-- New (contents below)
143+
── populate_match_template_config.py <-- New (contents below)
144144
```
145145
146146
```python
@@ -320,7 +320,7 @@ Our project directory structure should now look like this:
320320
│ ├── ...
321321
│ ├── micrograph_99_match_template_config.yaml <-- New
322322
├── base_match_template_config.yaml
323-
── populate_match_template_config.py
323+
── populate_match_template_config.py
324324
```
325325

326326
!!! note "Batch processing in Leopard-EM not depend on CTFFIND5"

0 commit comments

Comments
 (0)