recipe matchms

Python library for fuzzy comparison of mass spectrum data and other Python objects

Homepage:

https://github.com/matchms/matchms

Documentation:

https://matchms.readthedocs.io/en/latest/

License:

APACHE / Apache-2.0

Recipe:

/matchms/meta.yaml

package matchms

(downloads) docker_matchms

versions:
0.24.4-00.24.3-00.24.2-00.24.1-00.24.0-10.24.0-00.23.1-00.22.0-00.21.2-0

0.24.4-00.24.3-00.24.2-00.24.1-00.24.0-10.24.0-00.23.1-00.22.0-00.21.2-00.21.1-10.21.1-00.20.0-00.19.0-00.18.0-00.17.0-00.16.0-00.15.0-00.14.0-00.13.0-00.12.0-00.11.0-00.10.0-00.9.2-00.9.1-10.9.1-00.9.0-00.8.2-00.8.1-10.8.1-00.8.0-00.7.0-00.6.2-00.6.1-00.6.0-0

depends deprecated:

depends lxml:

depends matplotlib-base:

depends networkx:

depends numba:

>=0.47

depends numpy:

<1.25

depends pandas:

depends pickydict:

>=0.4.0

depends pillow:

9.5.*

depends pubchempy:

depends pyteomics:

>=4.6

depends python:

>=3.8

depends pyyaml:

depends rdkit:

>=2020.03.1

depends requests:

depends scipy:

>=1.4.0,<1.11

depends sparsestack:

>=0.4.1

depends tqdm:

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 matchms

and update with::

   mamba update matchms

To create a new environment, run:

mamba create --name myenvname matchms

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

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

Download stats