ruijiuchen / queqiao

This code is used for the online data analysis of isochronous mass spectrometry experiment.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quick guide of queqiao

  1. Download the code from github with command:

     git clone  https://github.com/ruijiuchen/queqiao.git
    
  2. Use the following command to install the dependencies listed in the "requirements.txt" file:

    pip install -r requirements.txt
    

This will install all the required packages specified in the requirements.txt file.

  1. Install queqiao program via:

    pip install .
    
  2. Execute the code: Before execute the code, make sure the paths in the file "pathsettings.toml" are correct.

    queqiao pathsettings.toml
    

test

About

This code is used for the online data analysis of isochronous mass spectrometry experiment.

License:GNU General Public License v3.0


Languages

Language:Python 99.8%Language:Shell 0.2%