MannLabs / alpharaw

An open-source Python package to unify raw MS data accession and storage.
Apache License 2.0
18 stars 3 forks source link

Fix tests #44

Closed jalew188 closed 6 months ago

jalew188 commented 6 months ago

AlphaRaw now supports testing directly for .raw/.wiff files on Windows/Linux/MacOS-intel64 based on pythonnet:

  1. conda install mono (Installing mono for MacOS-arm64 is a bit complicated, see https://github.com/MannLabs/alpharaw?tab=readme-ov-file#installation).
  2. pip install alpharaw including pythonnet. This must be done after mono installation.
  3. Run tests (cd tests then run . ./run_tests.sh).

Thus, almost all RAW data readers are tested.