Skip to content

mgleeming/HTInspect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTInspect

Description

Tools for inspecting the results of HiTIME searches of liquid-chromatography mass spectrometry data.

License

HTInspect is released under the terms of the 3-Clause BSD License. The terms of the License are provided in the file called LICENSE in the top level of the repository.

Requirements

HTInspect is written in Python 3.7 and requires the Qt5 toolkit.

Instructions for installing Qt5 on various operating systems are provided by the Qt wiki.

Installation

  1. Clone this repository:
git clone https://github.com/mgleeming/HTInspect
  1. Create a Python virtual environment on your computer, and install HTInspect into the sandbox:
cd HTInspect
python3 -m venv sandbox
source sandbox/bin/activate
pip install -U .

Usage

With the sandbox from above activated, run the HTInspect program:

HTInspect

If you do not have the sandbox activated, it can be reactivated like so:

cd HTInspect
source sandbox/bin/activate

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages