recipe peptide-shaker

Independent platform for interpretation of proteomics identification results

Homepage:

https://compomics.github.io/projects/peptide-shaker.html

Developer docs:

https://github.com/compomics/peptide-shaker

License:

APACHE / Apache-2.0

Recipe:

/peptide-shaker/meta.yaml

Links:

biotools: peptide-shaker, usegalaxy-eu: peptide_shaker, doi: 10.1038/nbt.3109

PeptideShaker is a search engine independent platform for interpretation of proteomics identification results from multiple search engines, currently supporting X!Tandem, MS-GF+, Metamorpheus, MS Amanda, OMSSA, MyriMatch, Comet, Tide, Mascot, Andromeda and mzIdentML. By combining the results from multiple search engines, while re-calculating PTM localization scores and redoing the protein inference, PeptideShaker attempts to give you the best possible understanding of your proteomics data!

package peptide-shaker

(downloads) docker_peptide-shaker

versions:
3.0.6-03.0.4-03.0.3-03.0.1-03.0.0-02.2.25-02.2.23-02.2.17-02.2.6-1

3.0.6-03.0.4-03.0.3-03.0.1-03.0.0-02.2.25-02.2.23-02.2.17-02.2.6-12.2.6-02.0.33-12.0.33-02.0.25-02.0.18-12.0.18-02.0.15-12.0.15-02.0.14-02.0.9-02.0.5-02.0.1.alpha-01.16.40-11.16.40-01.16.36-01.16.35-11.16.35-01.16.32-11.16.31-11.16.30-11.16.29-11.16.26-11.16.23-01.16.22-01.16.20-01.16.17-01.16.16-21.16.16-11.16.16-01.16.15-21.16.15-11.16.15-01.16.14-01.16.13-21.16.13-11.16.13-01.16.4-21.16.4-11.16.4-01.16.3-21.16.3-11.16.3-01.16.0-21.16.0-11.16.0-01.15.1-01.15.0-01.14.6-01.14.4-01.13.6-11.13.6-01.13.3-11.13.3-01.11.0-11.11.0-01.1.3-31.1.3-21.1.3-1

depends openjdk:

>=17

depends python:

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 peptide-shaker

and update with::

   mamba update peptide-shaker

To create a new environment, run:

mamba create --name myenvname peptide-shaker

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/peptide-shaker:<tag>

(see `peptide-shaker/tags`_ for valid values for ``<tag>``)

Notes

PeptideShaker is Java program that comes with a custom wrapper shell script. This shell wrapper is called "opsin" and is on $PATH by default. By default "-Xms512m -Xmx1g" is set in the wrapper. If you want to overwrite it you can specify these values directly after your binaries. If you have _JAVA_OPTIONS set globally this will take precedence. For example run it with "peptide-shaker -Xms512m -Xmx1g"

Download stats