nx_supplement_csv.nx
buildroot/runtime/nx_supplement_csv.nx
about
nx_supplement_csv.nx -- C6.1 CLI variant emitting CSV instead of JSON.
For lab analysts who work in Excel rather than LIMS.
USAGE:
nx_supplement_csv <cal-file-or-dash> <peak1> [peak2] ...
OUTPUT:
One CSV header line, then one row per match across all samples.
Pipe directly to file -> open in Excel.
EXIT CODE:
Total banned detections across all samples.
dependencies 11 imports · 0 importers
diagram shows first 10 each side; +1 more imports, +0 more importers in the complete lists below.
imports: nx_chem.nxnx_chem_molecule.nxnx_chem_smiles.nxnx_chem_periodic.nxnx_chem_valence.nxnx_chem_mass.nxnx_chem_isotope_pattern.nxnx_chem_adulterant_db.nxnx_chem_peak_list.nxnx_chem_report_json.nxnx_chem_report_csv.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| none |
functions
| 27 | func process_one_csv(db: *AdulterantDB, peak_path: *u8) -> nx_int |
| 54 | func main(argc: i64, argv: *i64) -> i64 |