Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Nov 10, 2025. It is now read-only.

vicinitas-therapeutics/pyRapidFire_app

Repository files navigation

PyRapidFire Web App

pyrapidfire

Overview

This is a web app for the PyRapidFire project. It is a Flask app that uses the PyRapidFire library. The library runs the PyRapidFire algorithms. It is used for the rapidfire mass spectrometry project and so performs its own protein deconvolution as well as accepting Agilent bioconfirm files. It is designed to be deployed on Azure or docker.

Description

This is a flask app for the PyRapidFire project. It is a web app that uses the PyRapidFire library. Each section of the app is a different page. The pages are:

  • Run Experiment
    • Bioconfirm
    • pyRapidFire deconvolution
  • View Data
    • Graphs
    • Tables
  • Tools
    • CSV Combiner
    • Plot IC50s
    • Protein Deconvolution
      • UniDec
      • OpenMS

pyrapidfire

Installation

This app is designed to run along side the PyRapidFire library. In order to run the app you will need to install the pyrapidfire library first. Additionally there is a Makefile that will help with the installation. Assuming that you have cloned the repository, are in the root directory of the repository and that the pyrapidfire directory is in the ../root directory you can run the following:

make build

Azure