You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/getting-started.md
+22-12Lines changed: 22 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,14 @@ sidebar_position: 3
6
6
7
7
This guide walks you through your first PartiNet analysis using the three-stage pipeline. We'll process cryo-EM micrographs from start to finish.
8
8
9
+
:::tip New to PartiNet?
10
+
The **[GUI](gui.md)** is the easiest way to get started — no command-line experience needed. Launch it with `partinet gui` and run all three stages from your browser.
11
+
12
+

13
+
14
+
The CLI walkthrough below is for users who prefer scripting, are working in containers, or need to run PartiNet on an HPC cluster.
15
+
:::
16
+
9
17
## Prerequisites
10
18
11
19
Before starting, ensure you have:
@@ -24,27 +32,29 @@ project_directory/
24
32
│ ├── micrograph1.mrc
25
33
│ ├── micrograph2.mrc
26
34
│ └── ...
27
-
├── denoised/ # Created by denoise stage
28
-
│ ├── micrograph1.mrc
29
-
│ ├── micrograph2.mrc
35
+
├── denoised/ # Created by denoise stage (default: .png)
0 commit comments