:orphan: .. only available via index, not via toctree .. title:: Package Recipe 'easypqp' .. highlight: bash easypqp ======= .. conda:recipe:: easypqp :replaces_section_title: :noindex: 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 \`\`\`\` .. conda:package:: easypqp |downloads_easypqp| |docker_easypqp| :versions: .. raw:: html
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-0``,  ``0.1.41-0``,  ``0.1.40-0``,  ``0.1.39-0``,  ``0.1.37-0``,  ``0.1.36-0``,  ``0.1.35-0``,  ``0.1.34-0``,  ``0.1.33-0``,  ``0.1.32-0``,  ``0.1.30-0``,  ``0.1.29-0``,  ``0.1.28-0``,  ``0.1.27-0``,  ``0.1.26-0``,  ``0.1.25-0``,  ``0.1.24-0``,  ``0.1.23-0``,  ``0.1.22-0``,  ``0.1.21-0``,  ``0.1.20-0``,  ``0.1.19-0``,  ``0.1.18-0``,  ``0.1.17-0``,  ``0.1.16-0``,  ``0.1.15-0``,  ``0.1.14-0``,  ``0.1.13-0``,  ``0.1.12-0``,  ``0.1.11-0``,  ``0.1.10-0``,  ``0.1.9-0``,  ``0.1.8-0``,  ``0.1.7-0``,  ``0.1.6-0``,  ``0.1.5-0``,  ``0.1.0-0`` .. raw:: html
: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: .. rubric:: Installation You need a conda-compatible package manager (currently either `micromamba `_, `mamba `_, or `conda `_) and the Bioconda channel already activated (see :ref:`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: (see `easypqp/tags`_ for valid values for ````) .. |downloads_easypqp| image:: https://img.shields.io/conda/dn/bioconda/easypqp.svg?style=flat :target: https://anaconda.org/bioconda/easypqp :alt: (downloads) .. |docker_easypqp| image:: https://quay.io/repository/biocontainers/easypqp/status :target: https://quay.io/repository/biocontainers/easypqp .. _`easypqp/tags`: https://quay.io/repository/biocontainers/easypqp?tab=tags .. raw:: html Download stats ----------------- .. raw:: html :file: ../../templates/package_dashboard.html Link to this page ----------------- Render an |install-with-bioconda| badge with the following MarkDown:: [![install with bioconda](https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat)](http://bioconda.github.io/recipes/easypqp/README.html) .. |install-with-bioconda| image:: https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat :target: http://bioconda.github.io/recipes/easypqp/README.html