- recipe aquamis
AQUAMIS is a snakemake pipeline for routine assembly and quality assessment of microbial isolate sequencing experiments.
- Homepage:
- License:
BSD-3
- Recipe:
- package aquamis¶
-
- Versions:
1.4.0-0,1.3.7-0,1.3.6-0,1.3.5-0,1.3.4-0,1.3.3-0,1.3.0-0- Depends:
on bbmap
>=39on biopython
>=1.79on blast
>=2.14on bracken
>=2.8on bwa
>=0.7.17on cerberus
>=1.3.4on circos
>=0.69.9on confindr
0.7.4.*on entrez-direct
>=16.2on fastp
>=0.23.2on genson
>=1.2.2on jsonschema
>=4.17on kma
>=1.2on kmc
>=3.2.1on kraken2
>=2.1.3on mash
>=2.3on minimap2
>=2.26on mlst
>=2.23on numpy
>=1.21on pandas
>=1.3.5on pandoc
>=2.19on perl-bio-tools-run-alignment-tcoffee
1.7.4 pl5321hdfd78af_4on pilon
>=1.24on python
3.7.*on pyyaml
>=6on quast
>=5.2.0on r-base
4.0.*on r-dt
>=0.25on r-knitr
>=1.40on r-rmarkdown
>=2.16on r-rrapply
>=1.2.5on r-tidyverse
>=1.3.2on r-urltools
>=1.7.3on samtools
>=1.12on seqtk
>=1.4on shovill
>=1.1.0on snakemake-minimal
7.*on spades
>=3.15on taxonkit
>=0.15on trimmomatic
>=0.39on tzdata
- 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 aquamis
to add into an existing workspace instead, run:
pixi add aquamis
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 aquamis
Alternatively, to install into a new environment, run:
conda create -n envname aquamis
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/aquamis:<tag>
(see aquamis/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/aquamis/README.html)