Skip to content

Latest commit

 

History

History
executable file
·
33 lines (20 loc) · 603 Bytes

README.rst

File metadata and controls

executable file
·
33 lines (20 loc) · 603 Bytes

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>