jianglab name standard · validator
Lab-wide file/folder naming rules across imaging platforms. Only naming is checked here; folder layout / file pairing is enforced by each platform's toolkit CLI.
FusionRunName — Study folder name:
YYYYMMDD_<user>_<project>_<custom>
(4 fields). Experiment / sample folder name equals the study name
(4-field form) or appends a single hyphen-friendly suffix
_<suffix> (5-field form, e.g. _slide1,
_redo-2). Experiment names must be ≤ 60 characters
(Windows MAX_PATH guard for .temp sidecar files).
CosmxRunName — Single run folder name:
YYYYMMDD_<user>_<project>_<custom>_<atomx_version>
(5 fields). The fifth field is the AtoMx SIP version literal
v<MAJOR>-<MINOR>-<PATCH> (digits only,
e.g. AtoMx SIP 2.2.1 → v2-2-1). No nested experiment
directories. No length cap (data lands on Linux, not Windows).