Skip to main content

Glycan and Glycopeptide Mass Spectrometry Database Search Tool

Project description

GitHub Actions Workflow Status

GlycReSoft

Software for analyzing glycomics and glycoproteomics LC-MS/MS data

Usage

This package provides several command line tools, available under the name glycresoft.

$ glycresoft -h
Commands:
  analyze           Identify structures in preprocessed data
  build-hypothesis  Build search spaces for glycans and glycopeptides
  config            Set persistent configuration options
  export            Write Data Collections To Text Files
  mzml              Inspect and preprocess mzML files
  tools             Odds and ends to help inspect data and diagnose issues

Installing

This program requires Python 3.8 or newer, last tested with Python 3.10. The simplest way to perform the installation is to use a virtual environment to isolate its dependencies.

pip install -v glycresoft

To install from source after cloning this repository. The dependencies are listed in requirements.txt. The build system requirements in pyproject.toml, which includes numpy and Cython. A C compiler compatible with your version of Python for your platform is also required.

pip install -v .

or alternatively to install certain dependencies from source

make install-dependencies

This will install this library and all of its dependencies into the current Python environment. The command line tool will be made available under the name glycresoft.

If you want to build the standalone executable that bundles all of its dependencies with its own version of Python, next run

pip install PyInstaller
make build-pyinstaller

This will install PyInstaller, a Python program which can package another Python program and all of its dependencies into a native executable, and run it on an entry point wrapper for GlycReSoft. Afterwards, the standalone executable and its static files are located in ./pyinstaller/dist/glycresoft-cli/, where the executable is named glycresoft-cli, which will operate essentially the same as the glycresoft executable installed above, save that it will do some platform specific configuration and can be used from outside the virtual environment it was created in.

When installing pre-compiled wheels from the package index, installation should take less than 5 minutes on a regular computer. Installing packages from source things may take up to 15 minutes.

Usage

The general CLI information, see the Documentation, or the command-level --help menu.

For Glycopeptides

For a brief tutorial on the original high collision energy glycopeptide search tool, see the Original Tutorial.

For a tutorial on the stepped collision energy glycopeptide search tool, see the SCE Tutorial.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

glycresoft-0.4.23.post1.tar.gz (3.2 MB view hashes)

Uploaded Source

Built Distributions

glycresoft-0.4.23.post1-cp310-cp310-win_amd64.whl (4.7 MB view hashes)

Uploaded CPython 3.10 Windows x86-64

glycresoft-0.4.23.post1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (11.9 MB view hashes)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

glycresoft-0.4.23.post1-cp310-cp310-macosx_11_0_arm64.whl (4.8 MB view hashes)

Uploaded CPython 3.10 macOS 11.0+ ARM64

glycresoft-0.4.23.post1-cp39-cp39-win_amd64.whl (4.7 MB view hashes)

Uploaded CPython 3.9 Windows x86-64

glycresoft-0.4.23.post1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (11.9 MB view hashes)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

glycresoft-0.4.23.post1-cp39-cp39-macosx_11_0_arm64.whl (4.8 MB view hashes)

Uploaded CPython 3.9 macOS 11.0+ ARM64

glycresoft-0.4.23.post1-cp38-cp38-win_amd64.whl (4.7 MB view hashes)

Uploaded CPython 3.8 Windows x86-64

glycresoft-0.4.23.post1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.1 MB view hashes)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

glycresoft-0.4.23.post1-cp38-cp38-macosx_11_0_arm64.whl (4.8 MB view hashes)

Uploaded CPython 3.8 macOS 11.0+ ARM64

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page