- recipe milonga
MiLongA - A snakemake workflow for Microbial Long-read Assembly
- Homepage:
- License:
BSD-3-Clause
- Recipe:
- package milonga¶
-
- Versions:
1.0.3-0,1.0.2-0,1.0.1-0- Depends:
on abricate
>=1.0.1on bcftools
>=1.10.2on bedtools
>=2.29.2on bioawk
>=1.0on bioconductor-biocgenerics
on bioconductor-biostrings
on bioconductor-iranges
on biopython
>=1.78on blast
>=2.10.1on bowtie2
>=2.4.1on checkm-genome
>=1.1.3on diamond
>=2.0.4on flye
>=2.8.1on kraken2
>=2.0.8on miniasm
>=0.3_r179on minimap2
>=2.17on mummer4
>=4.0.0beta2on nanofilt
>=2.7.1on nanostat
>=1.4.0on pandas
>=1.1.2on pilon
>=1.23on pip
>=20.2.3on platon
>=1.4.0on porechop
>=0.2.4on prodigal
>=2.6.3on qcat
>=1.1.0on r-base
on r-dplyr
on r-dt
on r-ggplot2
on r-knitr
on r-optparse
on r-plotly
on r-rmarkdown
on r-tidyr
on racon
>=1.4.13on samtools
>=1.10on snakemake-minimal
>=7.12.0on spades
>=3.14.1on taxonkit
>=0.6.2on unicycler
>=0.4.8on yaml
>=0.2.5
- 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 milonga
to add into an existing workspace instead, run:
pixi add milonga
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 milonga
Alternatively, to install into a new environment, run:
conda create -n envname milonga
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/milonga:<tag>
(see milonga/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/milonga/README.html)