mzml-d 1.0.20
A library for parsing .mzML files used in mass spectrometry.
To use this package, run the following command in your project's root directory:
Manual usage
Put the following dependency into your project's dependences section:
mzml-d
A library for parsing .mzML files used in mass spectrometry
Installation
DUB
### Github
Clone the repository to your local computer. You can then either move the required module(s) to your source folder, or add the cloned directory to your path (see the Dlang documentation).
## Use:
Example Usage:
import scans; import mzmlparser; import mzmlwriter;
void main() {
string myFileContents = read_file("testfiles/mzML.tiny.pwiz.1.1.mzML");
ScanFile myScanFile = parse_mzml(myFileContents);
// Use/change ScanFile object
generate_mzML_content(myScanFile, "./output.mzML", encode_scans=true);
}
- Registered by Jonathan Samson
- 1.0.20 released 32 days ago
- samsonjm/mzml-d
- GPL-3.0-or-later
- Copyright © 2024, Jonathan Matthew Samson
- Authors:
- Dependencies:
- dxml
- Versions:
-
1.0.20 2024-Oct-11 1.0.19 2024-Oct-10 1.0.18 2024-Jun-05 1.0.17 2024-Jun-03 1.0.13 2024-Mar-18 - Download Stats:
-
-
0 downloads today
-
0 downloads this week
-
0 downloads this month
-
78 downloads total
-
- Score:
- 0.0
- Short URL:
- mzml-d.dub.pm