Closed jalew188 closed 6 months ago
AlphaRaw now supports testing directly for .raw/.wiff files on Windows/Linux/MacOS-intel64 based on pythonnet:
conda install mono
cd tests
. ./run_tests.sh
Thus, almost all RAW data readers are tested.
AlphaRaw now supports testing directly for .raw/.wiff files on Windows/Linux/MacOS-intel64 based on pythonnet:
conda install mono
(Installing mono for MacOS-arm64 is a bit complicated, see https://github.com/MannLabs/alpharaw?tab=readme-ov-file#installation).cd tests
then run. ./run_tests.sh
).Thus, almost all RAW data readers are tested.