Nmr workflow pipeline execution
Skill HolobiomicsLab/asb-skill-collections/packs/metabolomics/nmr/skills/nmr-workflow-pipeline-execution
Use when you have raw 1D NMR spectra (FID or processed spectrum files) and need to extract peak parameters (chemical shift, intensity, linewidth) in a tabular format for downstream metabolomic or structural analysis.From its SKILL.md
npx -y skills add HolobiomicsLab/asb-skill-collections --skill nmr-workflow-pipeline-executionAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 14 stars14 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its file declares
Copied from the file, not written here
The file declares its own license as CC-BY-4.0. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
6.1 KB, ~1.0k tokens by cl100k_base, as published. Nobody here has run it
nmr-workflow-pipeline-execution
Summary
Execute the SAND automated workflow to process raw 1D NMR spectra (FID or processed format) through baseline correction, phase correction, and deconvolution to produce structured peak tables with chemical shift, intensity, and linewidth parameters. This skill applies uniformly to both simulated and experimental NMR datasets.
When to use
You have raw 1D NMR spectra (FID or processed spectrum files) and need to extract peak parameters (chemical shift, intensity, linewidth) in a tabular format for downstream metabolomic or structural analysis. Use this skill when manual peak picking is impractical or when you require reproducible, automated deconvolution across multiple spectra (e.g., urine or biological samples).
When NOT to use
- Input is already a manually validated or literature peak assignment table
- Spectrum contains severe artifacts or corrupted baseline that standard NMRPipe processing cannot correct
- You require 2D NMR deconvolution or other NMR data types beyond 1D (the tool has not yet been expanded to those modalities)
Inputs
- 1D NMR spectrum file (FID format or processed spectrum)
- NMR dataset (urine, worm, or other biological sample)
Outputs
- Peak table (CSV or tabular format)
- Peak parameters: chemical shift, intensity, linewidth
How to apply
Load the 1D NMR spectrum file into the SAND processing pipeline via the NMRBox interface (SAND_V7). Apply automatic spectral processing including baseline correction and phase correction using NMRPipe utilities integrated via pipe_scripts/. Execute the SAND deconvolution algorithm to decompose the spectrum into individual peaks, extracting peak parameters (chemical shift, intensity, linewidth). Validate the output peak table for completeness and expected row count by checking the CSV or tabular format export. The same workflow is applicable to both simulated and experimental datasets without modification.
Related tools
- SAND (Core deconvolution engine that performs automatic spectral decomposition into individual peaks and generates peak parameters) — https://github.com/edisonomics/SAND
- NMRBox (Execution environment and web interface (SAND_V7) for running the SAND pipeline on local, HPC, or cloud resources) — https://nmrbox.org
- NMRPipe (Integrated utility suite for baseline correction and phase correction of spectra via pipe_scripts/)
Evaluation signals
- Output peak table is non-empty with row count matching expected number of peaks in the input spectrum
- All required columns are present: chemical shift, intensity, and linewidth with numeric values in expected ranges (e.g., chemical shift in ppm, positive intensity and linewidth values)
- Exported CSV or tabular file is well-formed and parseable without schema errors
- Workflow produces consistent peak tables when applied to the same spectrum (reproducibility check)
- Peak table can be successfully validated against simulated or experimental reference datasets (urine or worm) provided in the SAND tutorial
Limitations
- SAND has been tested on urine and worm datasets; expansion to other dataset types and NMR data types (beyond 1D) is planned but not yet complete
- No changelog is available in the repository, making version-to-version compatibility and change history unclear
- Automated processing relies on NMRPipe baseline and phase correction; severely compromised spectra may require manual preprocessing before SAND deconvolution
Evidence
- [readme] SAND automatic process and deconvolute 1D NMR spectra into peak tables.: "SAND automatic process and deconvolute 1D NMR spectra into peak tables."
- [readme] Similar workflow works for simulated and expermental datasets.: "Similar workflow works for simulated and expermental datasets."
- [other] Load the 1D NMR spectrum file (FID or processed spectrum format) into the SAND processing pipeline via NMRBox interface (SAND_V7). Apply automatic spectral processing including baseline correction and phase correction using NMRPipe utilities integrated via pipe_scripts/.: "Load the 1D NMR spectrum file (FID or processed spectrum format) into the SAND processing pipeline via NMRBox interface (SAND_V7). Apply automatic spectral processing including baseline correction"
- [other] Execute the SAND deconvolution algorithm to decompose the spectrum into individual peaks, generating peak parameters (chemical shift, intensity, linewidth).: "Execute the SAND deconvolution algorithm to decompose the spectrum into individual peaks, generating peak parameters (chemical shift, intensity, linewidth)."
- [readme] We have tested SAND on urine and worm dataset and will expand it to other new data. It will also be expand to other NMR data types.: "We have tested SAND on urine and worm dataset and will expand it to other new data. It will also be expand to other NMR data types."
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.