recipe msgf_plus

MS-GF+ is a MS/MS database search tool

Homepage:

https://msgfplus.github.io/

License:

https://github.com/msgfplus/msgfplus/blob/master/LICENSE.txt

Recipe:

/msgf_plus/meta.yaml

Links:

biotools: MSGFplus, doi: 10.1038/ncomms6277

MS-GF+ is a MS/MS database search tool that is sensitive (it identifies more peptides than other database search tools and as many peptides as spectral library search tools) and universal (works well for diverse types of spectra, different configurations of MS instruments and different experimental protocols).

package msgf_plus

(downloads) docker_msgf_plus

versions:
2024.03.26-02023.01.1202-12023.01.1202-02022.04.18-02022.01.07-02021.09.06-02021.03.22-12021.03.22-02021.01.08-1

2024.03.26-02023.01.1202-12023.01.1202-02022.04.18-02022.01.07-02021.09.06-02021.03.22-12021.03.22-02021.01.08-12021.01.08-02020.08.05-02020.06.22-02020.06.16-02020.03.14-02020.03.12-02020.01.15-02019.07.03-02019.06.28-02019.04.18-02019.02.28-32017.07.21-32017.07.21-22017.07.21-12017.07.21-02016.10.26-22016.10.26-12016.10.26-01.0.0-0

depends openjdk:

>=11

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 msgf_plus

and update with::

   mamba update msgf_plus

To create a new environment, run:

mamba create --name myenvname msgf_plus

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/msgf_plus:<tag>

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

Download stats