recipe easypqp

EasyPQP: Simple library generation for OpenSWATH

Homepage:

https://pypi.org/project/easypqp/

Developer docs:

https://github.com/grosenberger/easypqp

License:

BSD / BSD-3-Clause

Recipe:

/easypqp/meta.yaml

EasyPQP: Simple library generation for OpenSWATH ================================================

EasyPQP is a Python package that provides simplified and fast peptide query parameter generation for OpenSWATH. It can process input from MSFragger or other database search engines in pepXML format. Statistical validation can be conducted either using PyProphet or PeptideProphet/iProphet. Retention times are calibrated using an internal or external standard. In addition to a cumulative library, run-specific libraries are generated for non-linear RT alignment in OpenSWATH.

Installation ============

We strongly advice to install EasyPQP in a Python [*virtualenv*](https://virtualenv.pypa.io/en/stable/). EasyPQP is compatible with Python 3.

Install the development version of *easypqp* from GitHub:

````

$ pip install git+https://github.com/grosenberger/easypqp.git@master

````

Running EasyPQP ===============

*EasyPQP* is not only a Python package, but also a command line tool:

````

$ easypqp --help

````

or:

````

$ easypqp convert --help $ easypqp library --help

````

Docker ======

EasyPQP is also available from Docker (automated builds):

Pull the development version of *easypqp* from DockerHub (synced with GitHub):

````

$ docker pull grosenberger/easypqp:latest

````

package easypqp

(downloads) docker_easypqp

Versions:
0.1.58-00.1.57-10.1.57-00.1.56-00.1.55-00.1.54-00.1.53-00.1.52-00.1.51-0

0.1.58-00.1.57-10.1.57-00.1.56-00.1.55-00.1.54-00.1.53-00.1.52-00.1.51-00.1.50-10.1.50-00.1.49-00.1.48-00.1.47-00.1.46-00.1.45-00.1.44-00.1.42-00.1.41-00.1.40-00.1.39-00.1.37-00.1.36-00.1.35-00.1.34-00.1.33-00.1.32-00.1.30-00.1.29-00.1.28-00.1.27-00.1.26-00.1.25-00.1.24-00.1.23-00.1.22-00.1.21-00.1.20-00.1.19-00.1.18-00.1.17-00.1.16-00.1.15-00.1.14-00.1.13-00.1.12-00.1.11-00.1.10-00.1.9-00.1.8-00.1.7-00.1.6-00.1.5-00.1.0-0

Depends:
  • on biopython

  • on click

  • on matplotlib-base

  • on numba

  • on numpy

  • on pandas <3.0

  • on pyopenms

  • on pyprophet

  • on python >=3.9

  • on scikit-learn

  • on scipy

  • on seaborn-base

  • on statsmodels

  • on tqdm

Additional platforms:

Installation

You need a conda-compatible package manager (currently either pixi, conda, or micromamba) and the Bioconda channel already activated (see Usage). Below, we show how to install with either pixi or conda (for micromamba and mamba, commands are essentially the same as with conda).

Pixi

With pixi installed and the Bioconda channel set up (see Usage), to install globally, run:

pixi global install easypqp

to add into an existing workspace instead, run:

pixi add easypqp

In the latter case, make sure to first add bioconda and conda-forge to the channels considered by the workspace:

pixi workspace channel add conda-forge
pixi workspace channel add bioconda

Conda

With conda installed and the Bioconda channel set up (see Usage), to install into an existing and activated environment, run:

conda install easypqp

Alternatively, to install into a new environment, run:

conda create -n envname easypqp

with envname being the name of the desired environment.

Container

Alternatively, every Bioconda package is available as a container image for usage with your preferred container runtime. For e.g. docker, run:

docker pull quay.io/biocontainers/easypqp:<tag>

(see easypqp/tags for valid values for <tag>).

Integrated deployment

Finally, note that many scientific workflow management systems directly integrate both conda and container based software deployment. Thus, workflow steps can be often directly annotated to use the package, leading to automatic deployment by the respective workflow management system, thereby improving reproducibility and transparency. Check the documentation of your workflow management system to find out about the integration.

Download stats