- recipe matchms
Python library for fuzzy comparison of mass spectrum data and other Python objects.
- Homepage:
- Documentation:
- License:
APACHE / Apache-2.0
- Recipe:
- Links:
doi: 10.21105/joss.02411, doi: 10.1186/s13321-024-00878-1, biotools: matchms, usegalaxy-eu: matchms_convert, usegalaxy-eu: matchms_filtering, usegalaxy-eu: matchms_fingerprint_similarity, usegalaxy-eu: matchms_formatter, usegalaxy-eu: matchms_metadata_export, usegalaxy-eu: matchms_metadata_match, usegalaxy-eu: matchms_networking, usegalaxy-eu: matchms_similarity, usegalaxy-eu: matchms_spectral_similarity, usegalaxy-eu: matchms_split, usegalaxy-eu: matchms_subsetting, usegalaxy-eu: matchms_metadata_merge, usegalaxy-eu: matchms_add_key, usegalaxy-eu: matchms_remove_key, usegalaxy-eu: matchms_remove_spectra
- package matchms¶
-
- Versions:
0.32.0-0,0.31.0-0,0.30.2-1,0.30.2-0,0.30.1-0,0.30.0-0,0.29.0-0,0.28.2-0,0.28.1-1,0.32.0-0,0.31.0-0,0.30.2-1,0.30.2-0,0.30.1-0,0.30.0-0,0.29.0-0,0.28.2-0,0.28.1-1,0.28.1-0,0.27.0-1,0.27.0-0,0.26.4-0,0.26.3-0,0.26.2-0,0.26.1-0,0.25.0-0,0.24.4-0,0.24.3-0,0.24.2-0,0.24.1-0,0.24.0-1,0.24.0-0,0.23.1-0,0.22.0-0,0.21.2-0,0.21.1-1,0.21.1-0,0.20.0-0,0.19.0-0,0.18.0-0,0.17.0-0,0.16.0-0,0.15.0-0,0.14.0-0,0.13.0-0,0.12.0-0,0.11.0-0,0.10.0-0,0.9.2-0,0.9.1-1,0.9.1-0,0.9.0-0,0.8.2-0,0.8.1-1,0.8.1-0,0.8.0-0,0.7.0-0,0.6.2-0,0.6.1-0,0.6.0-0- Depends:
on deprecated
>=1.3.1on lxml
>=6.0.2on matplotlib-base
>=3.10.8on networkx
>=3.4.2,<3.5on numba
>=0.61.2on numpy
>=2.0.0on pandas
>=2.2.3on pickydict
>=0.5.0on pillow
!=9.4.0on pubchempy
>=1.0.5on pynndescent
on pyteomics
>=4.7.5on python
>=3.10,<3.14on pyyaml
>=6.0.3on rdkit
>=2024.3.5on requests
>=2.32.5on scipy
>=1.15.3on sparsestack
>=0.7.0on tqdm
>=4.67.1
- Additional platforms:
Installation¶
You need a conda-compatible package manager (currently either pixi, conda, or micromamba) and the Bioconda channel already activated (see Usage). Below, we show how to install with either pixi or conda (for micromamba and mamba, commands are essentially the same as with conda).
Pixi¶
With pixi installed and the Bioconda channel set up (see Usage), to install globally, run:
pixi global install matchms
to add into an existing workspace instead, run:
pixi add matchms
In the latter case, make sure to first add bioconda and conda-forge to the channels considered by the workspace:
pixi workspace channel add conda-forge
pixi workspace channel add bioconda
Conda¶
With conda installed and the Bioconda channel set up (see Usage), to install into an existing and activated environment, run:
conda install matchms
Alternatively, to install into a new environment, run:
conda create -n envname matchms
with envname being the name of the desired environment.
Container¶
Alternatively, every Bioconda package is available as a container image for usage with your preferred container runtime. For e.g. docker, run:
docker pull quay.io/biocontainers/matchms:<tag>
(see matchms/tags for valid values for <tag>).
Integrated deployment¶
Finally, note that many scientific workflow management systems directly integrate both conda and container based software deployment. Thus, workflow steps can be often directly annotated to use the package, leading to automatic deployment by the respective workflow management system, thereby improving reproducibility and transparency. Check the documentation of your workflow management system to find out about the integration.
Download stats¶
Link to this page¶
Render an badge with the following MarkDown:
[](http://bioconda.github.io/recipes/matchms/README.html)