:orphan: .. only available via index, not via toctree .. title:: Package Recipe 'metawatt' .. highlight: bash metawatt ======== .. conda:recipe:: metawatt :replaces_section_title: :noindex: MetaWatt is a metagenomic binning tool :homepage: https://sourceforge.net/projects/metawatt/ :license: AFL :recipe: /`metawatt `_/`meta.yaml `_ :links: doi: :doi:`10.3389/fmicb.2012.00410` The Metawatt binner is a graphical binning tool that makes use of multivariate statistics of tetranucleotide frequencies and differential coverage based binning. It also performs taxonomic assessment of binning quality \(via diamond BLASTx\). Created bins can be edited and exported as fasta. The Metawatt is implemented in Java SWING and minimally depends on Diamond\, HMMer3.1\, BBMap\, Prodigal and the Batik library for the export of SVG graphics. .. conda:package:: metawatt |downloads_metawatt| |docker_metawatt| :versions: ``3.5.3-3``,  ``3.5.3-2``,  ``3.5.3-1``,  ``3.5.3-0`` :depends on aragorn: :depends on bbmap: :depends on blast: :depends on diamond: ``0.7.*`` :depends on fasttree: :depends on hmmer: :depends on mafft: :depends on openjdk: :depends on prodigal: :depends on samtools: :depends on wget: :additional platforms: Installation ------------ You need a conda-compatible package manager (currently either `pixi `__, `conda `__, or `micromamba `__) and the Bioconda channel already activated (see :ref:`bioconda_setup`). 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 :ref:`bioconda_setup`), to install globally, run:: pixi global install metawatt to add into an existing workspace instead, run:: pixi add metawatt 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 :ref:`bioconda_setup`), to install into an existing and activated environment, run:: conda install metawatt Alternatively, to install into a new environment, run:: conda create -n envname metawatt 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/metawatt: (see `metawatt/tags`_ for valid values for ````). 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. .. _conda: https://conda.io .. _pixi: https://pixi.sh .. |downloads_metawatt| image:: https://img.shields.io/conda/dn/bioconda/metawatt.svg?style=flat :target: https://anaconda.org/bioconda/metawatt :alt: (downloads) .. |docker_metawatt| image:: https://quay.io/repository/biocontainers/metawatt/status :target: https://quay.io/repository/biocontainers/metawatt .. _`metawatt/tags`: https://quay.io/repository/biocontainers/metawatt?tab=tags .. raw:: html Notes ----- metawatt \-\-help Download stats ----------------- .. raw:: html :file: ../../templates/package_dashboard.html Link to this page ----------------- Render an |install-with-bioconda| 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/metawatt/README.html) .. |install-with-bioconda| image:: https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat :target: http://bioconda.github.io/recipes/metawatt/README.html