/queqiao

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

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

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