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/gui.md
+23-2Lines changed: 23 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,27 @@ The **Project directory** field at the top of the GUI is set once and auto-fills
53
53
54
54
Individual fields remain editable if you need to override a path for a specific stage.
55
55
56
+
Optional environment variables at launch:
57
+
58
+
-`PARTINET_PROJECT` — pre-fill the project directory
59
+
-`PARTINET_WEIGHTS` — pre-fill the Detect weights path
60
+
-`PARTINET_SLURM_CONFIG` — path to a user-owned YAML file with default Slurm settings
61
+
62
+
## Execution modes (Local / Slurm)
63
+
64
+
Open **Execution settings** to choose how each stage runs:
65
+
66
+
| Mode | Description |
67
+
|------|-------------|
68
+
|**Local**| Run `partinet` as a subprocess on the machine hosting the GUI |
69
+
|**Slurm**| Write a batch script under `<project>/.partinet_jobs/` and submit with `sbatch`|
70
+
71
+
All Slurm fields (partition, account, time, CPUs, GPUs, memory) are optional — leave them blank to use your cluster defaults. Use **Job setup script** for site-specific setup (`module load`, `conda activate`, container `apptainer exec`, etc.) without hardcoding paths in the PartiNet source.
72
+
73
+
Logs stream in the browser from `{project}/partinet_denoise.log`, `partinet_detect.log`, or `partinet_star.log`. Slurm job IDs are shown when a batch job is submitted.
74
+
75
+
On HPC, run the GUI on a login or visualization node (with SSH port forwarding) and submit Denoise, Detect, and Star File jobs to compute nodes via Slurm.
76
+
56
77
## Stage 1 · Denoise
57
78
58
79
Applies the PartiNet Wiener filter denoiser to raw micrographs and saves cleaned images to `project/denoised/`.
@@ -122,8 +143,8 @@ Click **Generate STAR File** to write a CryoSPARC-compatible `.star` file. The c
0 commit comments