mzxmlReader is a Python based web-app served by Flask which helps parse .mzXML files into user-readable data.
To run the app locally, you will need to have the following:
- Flask==2.1.2
- molmass==2022.12.9
- pyopenms==2.7.0
- requests==2.28.2 See requirements.txt
-
Clone this repository to your local machine.
-
Navigate to the directory and install the required Python packages by running the following command:
pip install -r requirements.txt
- Open the
mzxml
directory in terminal pip install -r requirements.txt
flask run
- May not work for all .mzXML files
- Test file must be in directory of Flask application