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.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-0

0.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 biopython:

depends click:

depends matplotlib-base:

depends numba:

depends numpy:

depends pandas:

depends pyopenms:

depends pyprophet:

depends python:

>=3.6

depends scikit-learn:

depends scipy:

depends seaborn:

depends statsmodels:

depends tqdm:

requirements:

Installation

You need a conda-compatible package manager (currently either micromamba, mamba, or conda) and the Bioconda channel already activated (see set-up-channels).

While any of above package managers is fine, it is currently recommended to use either micromamba or mamba (see here for installation instructions). We will show all commands using mamba below, but the arguments are the same for the two others.

Given that you already have a conda environment in which you want to have this package, install with:

   mamba install easypqp

and update with::

   mamba update easypqp

To create a new environment, run:

mamba create --name myenvname easypqp

with myenvname being a reasonable name for the environment (see e.g. the mamba docs for details and further options).

Alternatively, use the docker container:

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

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

Download stats