recipe comet-ms

Comet is a command line tool that does MS/MS database search.

Homepage:

https://uwpr.github.io/Comet/

License:

Apache License 2.0

Recipe:

/comet-ms/meta.yaml

Links:

doi: 10.1007/s13361-015-1179-x, doi: 10.1002/pmic.201200439

package comet-ms

(downloads) docker_comet-ms

versions:
2023012-02023010-22023010-12023010-02021010-12021010-02019015-02019014-02019013-0

2023012-02023010-22023010-12023010-02021010-12021010-02019015-02019014-02019013-02019012-02019011-02019010-02018014-02018013-02018012-12018012-02016013-62016013-52016013-42016013-32016013-22016013-1

depends __glibc:

>=2.17,<3.0.a0

depends libgcc-ng:

>=12

depends libstdcxx-ng:

>=12

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 comet-ms

and update with::

   mamba update comet-ms

To create a new environment, run:

mamba create --name myenvname comet-ms

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/comet-ms:<tag>

(see `comet-ms/tags`_ for valid values for ``<tag>``)

Download stats