/spectrum_viewer

Interactive spectrum viewer based on pymzML

Primary LanguagePythonMIT LicenseMIT

Introduction

Simple and fast spectrum viewer using pymzML and Dash

Installation

  • 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
    

Usage

Invoke script with path to mzML file as first argument:

user@localhost:~$ python spectrum_viewer.py <path_to_mzml_file>