Mzmine batch processing configuration
Curated, evidence-grounded skill and software-tool collections for scientific AI agents, generated by the AgenticScienceBuilder
npx -y skills add HolobiomicsLab/asb-skill-collections --skill mzmine-batch-processing-configurationAssembled 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 author says it does
Copied from the file, not written here
Use when you have raw metabolomics data in mzML or mzXML format and need to extract ion features, align them across samples, and produce a normalized feature table for downstream statistical or chemotaxonomic analysis.
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.5 KB, ~1.0k tokens by cl100k_base, as published. Nobody here has run it
MZmine Batch Processing Configuration
License: restricted — no clear open-source license detected for the underlying tool; verify licensing before commercial use or redistribution. <!-- asb-license-banner -->
Summary
Extract and apply MZmine batch processing parameters to perform automated metabolomics feature detection, alignment, and normalization on raw mass spectrometry data (mzML/mzXML format). This skill enables reproducible, high-throughput metabolomics workflows by translating documented input configurations into executable batch jobs.
When to use
You have raw metabolomics data in mzML or mzXML format and need to extract ion features, align them across samples, and produce a normalized feature table for downstream statistical or chemotaxonomic analysis. Use this skill when the repository or study documentation provides MZmine batch input files (.xml or configuration dumps) that specify the processing parameters for feature detection, alignment, and normalization suitable for your biological context.
When NOT to use
- Input is already a processed feature table or aligned feature matrix; do not re-process.
- Raw data is in a non-standard MS format (e.g., proprietary binary) not supported by MZmine import.
- No batch configuration file or processing parameters are available; manual parameter optimization would be needed instead.
Inputs
- MZmine batch configuration file (.xml or input configuration dump)
- Raw metabolomics data files in mzML or mzXML format
- Study or repository documentation of expected feature extraction parameters
Outputs
- Aligned metabolomics feature table (CSV or mzTab format)
- Feature annotations (m/z, retention time, intensity per sample)
- Processing log or quality report
How to apply
Clone the plantMASST repository and locate the MZmine/ directory containing input configuration and batch files. Open MZmine and load the batch processing configuration file, which encodes parameters for feature detection (mass accuracy, RT tolerance), alignment (m/z and retention time windows), and normalization steps. Load your raw metabolomics data (mzML/mzXML format) and execute the batch workflow end-to-end. Export the processed feature table in a standardized tabular format (CSV or mzTab), which will contain m/z values, retention times, and intensity measurements aligned across all input samples. Validate the output table dimensions (number of features and samples) and verify feature counts match repository documentation or expected magnitude for your experimental design.
Related tools
- MZmine (Batch processing engine for automated feature detection, retention time alignment, mass accuracy calibration, and normalization of liquid chromatography–mass spectrometry (LC–MS) data)
Evaluation signals
- Output feature table dimensions (rows = features, columns = samples) are consistent with input sample count and expected feature complexity for the metabolomics platform.
- Feature table contains populated m/z, retention time, and intensity columns with no null entries in core fields.
- Exported file format (CSV or mzTab) is readable and parseable; schema matches documented feature table structure in repository or manuscript supplementary materials.
- Feature counts and intensity ranges match orders of magnitude reported in the plantMASST manuscript or prior analyses of the same biological material.
- Processing log reports successful completion of feature detection, alignment, and normalization stages with no critical errors or warnings.
Limitations
- Batch configuration parameters are optimized for the specific MS instrument and chromatographic method used in plantMASST; transfer to other platforms or ionization modes may require parameter re-tuning.
- No changelog is documented in the repository, limiting traceability of configuration changes across versions.
- Batch processing assumes uniform raw data format and quality; corrupted or malformed mzML/mzXML files may cause pipeline failure or partial output.
Evidence
- [intro] The repository contains MZmine inputs used for metabolomics processing as part of its organized collection of analysis materials.: "MZmine inputs used for metabolomics processing"
- [other] The workflow involves loading raw data, executing batch processing for feature detection, alignment, and normalization, then exporting a standardized feature table.: "Load raw metabolomics data (mzML/mzXML format) into MZmine using the repository's batch processing configuration. 3. Execute the MZmine batch workflow to perform feature detection, alignment, and"
- [readme] The repository README explicitly lists MZmine inputs and batch files as organized content.: "MZmine/: input files and batch files for the metabolomics datasets used in as use cases in this project."
- [intro] Repository is organized around MZmine inputs for metabolomics processing.: "It is organized around the main tables used in the study, the notebooks that generate figure panels, the MZmine inputs used for metabolomics processing, and the supplementary HTML outputs produced"
- [other] Validation step confirms output feature table content and dimensions are correct.: "Validate the output feature table dimensions and content against repository documentation or expected schema."