recipe checkm-genome

Assess the quality of microbial genomes recovered from isolates, single cells, and metagenomes.

Homepage:

https://github.com/Ecogenomics/CheckM

Documentation:

https://ecogenomics.github.io/CheckM

License:

GPL3 / GPL-3.0-or-later

Recipe:

/checkm-genome/meta.yaml

Links:

doi: 10.1101/gr.186072.114, biotools: checkm, usegalaxy-eu: checkm_taxonomy_wf, usegalaxy-eu: checkm_tree, usegalaxy-eu: checkm_lineage_wf, usegalaxy-eu: checkm_tree_qa, usegalaxy-eu: checkm_analyze, usegalaxy-eu: checkm_tetra, usegalaxy-eu: checkm_qa, usegalaxy-eu: checkm_taxon_set, usegalaxy-eu: checkm_plot, usegalaxy-eu: checkm_lineage_set

package checkm-genome

(downloads) docker_checkm-genome

Versions:
1.2.5-01.2.4-21.2.4-11.2.4-01.2.3-11.2.3-01.2.2-11.2.2-01.2.1-0

1.2.5-01.2.4-21.2.4-11.2.4-01.2.3-11.2.3-01.2.2-11.2.2-01.2.1-01.2.0-01.1.11-01.1.10-01.1.9-01.1.8-01.1.3-11.1.3-01.1.2-21.1.2-11.1.2-01.1.1-01.1.0-11.1.0-01.0.18-01.0.17-01.0.16-01.0.13-11.0.13-01.0.12-01.0.11-11.0.11-01.0.7-01.0.5-0

Depends:
  • on dendropy >=4.5.2

  • on hmmer

  • on matplotlib-base >=3.5.1

  • on numpy >=1.21.3

  • on pplacer 1.1.alpha20

  • on prodigal

  • on pysam >=0.19.0

  • on python >=3.6,<3.12

  • on scipy >=1.7.3

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 checkm-genome

to add into an existing workspace instead, run:

pixi add checkm-genome

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 checkm-genome

Alternatively, to install into a new environment, run:

conda create -n envname checkm-genome

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/checkm-genome:<tag>

(see checkm-genome/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