sneumann / mzR

This is the git repository matching the Bioconductor package mzR: parser for netCDF, mzXML, mzData and mzML files (mass spectrometry data)
40 stars 26 forks source link

Continuous integration

The mzR project master branch is subjected to CI using travis:

Build Status

The devel branch is tested on multiple architectures by the BioC build farm:

http://bioconductor.org/checkResults/devel/bioc-LATEST/mzR/

Installation

Installation on macOS

If you install from source, you first need to install the netCDF headers and libraries: brew install netcdf, and then instal mzR the BioC way via:

if (!requireNamespace("BiocManager", quietly=TRUE))
    install.packages("BiocManager")
BiocManager::install("mzR", suppressUpdates = TRUE)

Installation on Linux

We are not shipping the full set of boost headers due to size restrictions. This might cause compilation failure due to missing files. We have tested several OS and compiler build environments successfully, please report any compilation failures at https://github.com/sneumann/mzR/issues and we'll add the missing files.

mzR-2.9.1 with boost-1.59.0 has been tested on the following compilers:

On the BioC build farm (http://bioconductor.org/checkResults/devel/bioc-LATEST/mzR/)

Also on:

Contributions

Please read the contributions guide and code of conduct.