mh_utils
Utilities for handing ancillary files produced by MassHunter.
Docs |
|
|---|---|
Tests |
|
PyPI |
|
Anaconda |
|
Activity |
|
QA |
|
Other |
The current utilities are as follows:
mh_utils.cef_parser: Parse Agilent MassHunter Compound Exchange Format files (*.ceffiles).mh_utils.csv_parser: Parser for CSV result files produced by MassHunter Qualitative.mh_utils.worklist_parser: Parse Agilent MassHunter Worklists (*.wklfiles).
Installation
python3 -m pip install mh-utils --user
First add the required channels
conda config --add channels https://conda.anaconda.org/conda-forge
conda config --add channels https://conda.anaconda.org/domdfcoding
Then install
conda install mh-utils
python3 -m pip install git+https://github.com/PyMassSpec/mh_utils@master --user
API Reference
View the Function Index or browse the Source Code.