Installation

Installing Rapid-QC-MS is relatively easy and straightforward. You’ll need to:

  1. Install Python
  2. Install Rapid-QC-MS
  3. Download MS-DIAL
  4. Install .NET Framework
  5. Install MSConvert

If you run into trouble or have any questions, please feel free to open a new issue on GitHub. You can also visit the Frequently Asked Questions to see if your issue has been documented already.

1. Install Python

If you don’t have Python installed already, you can download and install python 3.8, 3.9, 3.10, or 3.11 for Windows or Mac. They are available under “Looking for a specific release?”. The latest compatible version is 3.11.7 (direct link, download at bottom of page) as of Dec 7 2023.

Important

Make sure to check the box to ‘add python to PATH’ before pressing ‘install now’

2. Install Rapid-QC-MS

There are several ways to install Rapid-QC-MS.

Option 2: Install directly with pip

If you have no other python software installed on the computer, and don’t plan on installing any in the future, it can be more expedient to install Rapid-QC-MS directly using pip, simply enter the following command in your terminal:

py -m pip install Rapid-QC-MS

Option 3: Install manually

If your LC-MS instrument computer does not have an internet connection – you can manually download and install Rapid-QC-MS locally.

  1. Download Rapid-QC-MS v1.0.0 from GitHub.
  2. Extract the ZIP file to a folder of your choice.
  3. Optionally, you can setup and activate a virtual environment as outlined in step 1 (recommended)
  4. Open a terminal window and enter:
cd <path-to-folder>
py -m pip install .

Start Rapid-QC-MS

To start Rapid-QC-MS, activate your virtual environment (if not already activated)

> .\<path-to-venv-folder>\Scripts\activate

then call the package

(yourenvname) > rapidqcms
Warning

If you encounter a path error, you may need to navigate to the installation folder within the python directory, assuming default installation settings:

C:\Users\username\AppData\Local\Programs\Python\Python311\Lib\site-packages\rapid-qc-ms\src> rapidqcms

Your browser may open automatically, if not point your browser to localhost:8050 or 127.0.0.1:8050. If you see the screen below, then Rapid-QC-MS was installed properly!

If you run into any problems with installing or opening the app, check the FAQ and/or post an issue on github.

Important note

At this point, if you are installing Rapid-QC-MS only to sign in to your workspace and view the QC dashboard, you can move on to the Quickstart guide to learn how to get started using Rapid-QC-MS.

If you are installing Rapid-QC-MS on an instrument computer for the first time, continue with installation of MS-DIAL and MSConvert below.

3. Download MS-DIAL

Download the latest version of MS-DIAL 4 (which is v4.9.2 at the time of this writing). Once the download has completed, extract the ZIP file into a directory of your choice. MS-Dial 5 is not compatible at this time.

Tip

Note this directory path! You will need to provide it to Rapid-QC-MS later.

4. Install .NET Framework

Versions 4.7.2 (or newer) of the .NET Framework is required to install MSConvert. Download and install the .NET Framework from the official Microsoft website.

Once the installation is complete, you may need to restart your computer.

5. Install MSConvert

Download and install MSConvert from the ProteoWizard website. For Platform, select Windows 32-bit installer (able to convert vendor files) or Windows 64-bit installer (able to convert vendor files except T2D).

6. Setup Rapid-QC-MS

Visit the quickstart guide to learn how to configure your Rapid-QC-MS workspace and set up your first QC job.