- 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 abricate:
>=1.0.1
- depends bcftools:
>=1.10.2
- depends bedtools:
>=2.29.2
- depends bioawk:
>=1.0
- depends bioconductor-biocgenerics:
- depends bioconductor-biostrings:
- depends bioconductor-iranges:
- depends biopython:
>=1.78
- depends blast:
>=2.10.1
- depends bowtie2:
>=2.4.1
- depends checkm-genome:
>=1.1.3
- depends diamond:
>=2.0.4
- depends flye:
>=2.8.1
- depends kraken2:
>=2.0.8
- depends miniasm:
>=0.3_r179
- depends minimap2:
>=2.17
- depends mummer4:
>=4.0.0beta2
- depends nanofilt:
>=2.7.1
- depends nanostat:
>=1.4.0
- depends pandas:
>=1.1.2
- depends pilon:
>=1.23
- depends pip:
>=20.2.3
- depends platon:
>=1.4.0
- depends porechop:
>=0.2.4
- depends prodigal:
>=2.6.3
- depends qcat:
>=1.1.0
- depends r-base:
- depends r-dplyr:
- depends r-dt:
- depends r-ggplot2:
- depends r-knitr:
- depends r-optparse:
- depends r-plotly:
- depends r-rmarkdown:
- depends r-tidyr:
- depends racon:
>=1.4.13
- depends samtools:
>=1.10
- depends snakemake-minimal:
>=7.12.0
- depends spades:
>=3.14.1
- depends taxonkit:
>=0.6.2
- depends unicycler:
>=0.4.8
- depends yaml:
>=0.2.5
- 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 milonga and update with:: mamba update milonga
To create a new environment, run:
mamba create --name myenvname milonga
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/milonga:<tag> (see `milonga/tags`_ for valid values for ``<tag>``)
Download stats¶
Link to this page¶
Render an badge with the following MarkDown:
[![install with bioconda](https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat)](http://bioconda.github.io/recipes/milonga/README.html)