- recipe instanovo
InstaNovo enables diffusion-powered de novo peptide sequencing in large scale proteomics experiments.
- Homepage:
- Documentation:
- License:
APACHE / Apache-2.0
- Recipe:
- Links:
doi: 10.1038/s42256-025-01019-5, biotools: instanovo
- package instanovo¶
-
- Versions:
1.2.2-1,1.2.2-0,1.1.4-0,1.1.3-1,1.1.3-0,1.1.2-0,1.1.1-0,1.0.0-0- Depends:
on accelerate
>=1.6.0on datasets
>=3.5.0on gitpython
>=3.1.44on hydra-core
>=1.3.2on importlib-resources
>=6.5.2on jaxtyping
>=0.2.34on jiwer
>=3.0.5on matchms
>=0.28.1on neptune
>=1.13.0on numpy
>=2.0.2on omegaconf
>=2.3.0on pandas
>=2.2.3on platformdirs
>=4.5.1on polars
>=1.12.0on pubchempy
>=1.0.4on pyteomics
>=4.7.5on python
>=3.10,<3.14on python-dotenv
>=1.0.1on pyyaml
>=6.0.2on requests
>=2.32.3on s3fs
>=2024.12.0on scikit-learn
>=1.5.2on signalrcore
>=0.9.5on spectrum_utils
>=0.4.2on tensorboard
>=2.18.0on tqdm
>=4.67.0on transfusion-asr
>=0.1.0on typer
>=0.15.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 instanovo
to add into an existing workspace instead, run:
pixi add instanovo
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 instanovo
Alternatively, to install into a new environment, run:
conda create -n envname instanovo
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/instanovo:<tag>
(see instanovo/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/instanovo/README.html)