- recipe metawrap-mg
MetaWRAP is a pipeline for genome-resolved metagenomic data analysis
- Homepage:
- License:
MIT
- Recipe:
- package metawrap-annotate-bins¶
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 metawrap-annotate-bins and update with:: mamba update metawrap-annotate-bins
To create a new environment, run:
mamba create --name myenvname metawrap-annotate-bins
with
myenvnamebeing 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/metawrap-annotate-bins:<tag> (see `metawrap-annotate-bins/tags`_ for valid values for ``<tag>``)
- package metawrap-assembly¶
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 metawrap-assembly and update with:: mamba update metawrap-assembly
To create a new environment, run:
mamba create --name myenvname metawrap-assembly
with
myenvnamebeing 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/metawrap-assembly:<tag> (see `metawrap-assembly/tags`_ for valid values for ``<tag>``)
- package metawrap-binning¶
- versions:
1.3.0-3- depends bwa:
0.7.17.*- depends checkm-genome:
1.0.12.*- depends concoct:
1.0.0.*- depends curl:
- depends libgfortran:
3.*- depends maxbin2:
2.2.6.*- depends metabat2:
2.12.1.*- depends metawrap-mg:
>=1.3.0,<1.4.0a0- depends pplacer:
1.1.alpha19.*- depends samtools:
1.9.*- requirements:
- additional platforms:
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 metawrap-binning and update with:: mamba update metawrap-binning
To create a new environment, run:
mamba create --name myenvname metawrap-binning
with
myenvnamebeing 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/metawrap-binning:<tag> (see `metawrap-binning/tags`_ for valid values for ``<tag>``)
- package metawrap-blobology¶
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 metawrap-blobology and update with:: mamba update metawrap-blobology
To create a new environment, run:
mamba create --name myenvname metawrap-blobology
with
myenvnamebeing 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/metawrap-blobology:<tag> (see `metawrap-blobology/tags`_ for valid values for ``<tag>``)
- package metawrap-classify-bins¶
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 metawrap-classify-bins and update with:: mamba update metawrap-classify-bins
To create a new environment, run:
mamba create --name myenvname metawrap-classify-bins
with
myenvnamebeing 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/metawrap-classify-bins:<tag> (see `metawrap-classify-bins/tags`_ for valid values for ``<tag>``)
- package metawrap-kraken¶
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 metawrap-kraken and update with:: mamba update metawrap-kraken
To create a new environment, run:
mamba create --name myenvname metawrap-kraken
with
myenvnamebeing 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/metawrap-kraken:<tag> (see `metawrap-kraken/tags`_ for valid values for ``<tag>``)
- package metawrap-mg¶
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 metawrap-mg and update with:: mamba update metawrap-mg
To create a new environment, run:
mamba create --name myenvname metawrap-mg
with
myenvnamebeing 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/metawrap-mg:<tag> (see `metawrap-mg/tags`_ for valid values for ``<tag>``)
- package metawrap-quant-bins¶
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 metawrap-quant-bins and update with:: mamba update metawrap-quant-bins
To create a new environment, run:
mamba create --name myenvname metawrap-quant-bins
with
myenvnamebeing 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/metawrap-quant-bins:<tag> (see `metawrap-quant-bins/tags`_ for valid values for ``<tag>``)
- package metawrap-read-qc¶
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 metawrap-read-qc and update with:: mamba update metawrap-read-qc
To create a new environment, run:
mamba create --name myenvname metawrap-read-qc
with
myenvnamebeing 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/metawrap-read-qc:<tag> (see `metawrap-read-qc/tags`_ for valid values for ``<tag>``)
- package metawrap-reassemble-bins¶
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 metawrap-reassemble-bins and update with:: mamba update metawrap-reassemble-bins
To create a new environment, run:
mamba create --name myenvname metawrap-reassemble-bins
with
myenvnamebeing 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/metawrap-reassemble-bins:<tag> (see `metawrap-reassemble-bins/tags`_ for valid values for ``<tag>``)
- package metawrap-refinement¶
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 metawrap-refinement and update with:: mamba update metawrap-refinement
To create a new environment, run:
mamba create --name myenvname metawrap-refinement
with
myenvnamebeing 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/metawrap-refinement:<tag> (see `metawrap-refinement/tags`_ for valid values for ``<tag>``)
Download stats¶
Link to this page¶
Render an badge with the following MarkDown:
[](http://bioconda.github.io/recipes/metawrap-mg/README.html)