Simple and fast spectrum viewer using pymzML and Dash
GitHub version: Start by cloning the GitHub repository:
user@localhost:~$ git clone https://github.com/pymzML/spectrum_viewer.git user@localhost:~$ cd spectrum_viewer user@localhost:~$ pip install -r requirements.txt
Invoke script with path to mzML file as first argument:
user@localhost:~$ python spectrum_viewer.py <path_to_mzml_file>