- recipe msgf_plus
MS-GF+ is a MS/MS database search tool
- Homepage:
- License:
https://github.com/msgfplus/msgfplus/blob/master/LICENSE.txt
- Recipe:
- 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¶
- versions:
2024.03.26-0
,2023.01.1202-1
,2023.01.1202-0
,2022.04.18-0
,2022.01.07-0
,2021.09.06-0
,2021.03.22-1
,2021.03.22-0
,2021.01.08-1
,2024.03.26-0
,2023.01.1202-1
,2023.01.1202-0
,2022.04.18-0
,2022.01.07-0
,2021.09.06-0
,2021.03.22-1
,2021.03.22-0
,2021.01.08-1
,2021.01.08-0
,2020.08.05-0
,2020.06.22-0
,2020.06.16-0
,2020.03.14-0
,2020.03.12-0
,2020.01.15-0
,2019.07.03-0
,2019.06.28-0
,2019.04.18-0
,2019.02.28-3
,2017.07.21-3
,2017.07.21-2
,2017.07.21-1
,2017.07.21-0
,2016.10.26-2
,2016.10.26-1
,2016.10.26-0
,1.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¶
Link to this page¶
Render an 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/msgf_plus/README.html)