:orphan: .. only available via index, not via toctree .. title:: Package Recipe 'rgi' .. highlight: bash rgi === .. conda:recipe:: rgi :replaces_section_title: :noindex: This tool provides a preliminary annotation of your DNA sequence\(s\) based upon the data available in The Comprehensive Antibiotic Resistance Database \(CARD\). Hits to genes tagged with Antibiotic Resistance ontology terms will be highlighted. As CARD expands to include more pathogens\, genomes\, plasmids\, and ontology terms this tool will grow increasingly powerful in providing first\-pass detection of antibiotic resistance associated genes. See license at CARD website. :homepage: https://card.mcmaster.ca :license: https://card.mcmaster.ca/about :recipe: /`rgi `_/`meta.yaml `_ :links: doi: :doi:`10.1093/nar/gkz935` .. conda:package:: rgi |downloads_rgi| |docker_rgi| :versions: .. raw:: html
6.0.5-06.0.4-16.0.4-06.0.3-16.0.3-06.0.2-06.0.1-16.0.1-06.0.0-0 ``6.0.5-0``,  ``6.0.4-1``,  ``6.0.4-0``,  ``6.0.3-1``,  ``6.0.3-0``,  ``6.0.2-0``,  ``6.0.1-1``,  ``6.0.1-0``,  ``6.0.0-0``,  ``5.2.1-2``,  ``5.2.1-1``,  ``5.2.1-0``,  ``5.2.0-0``,  ``5.1.1-0``,  ``5.1.0-1``,  ``5.1.0-0``,  ``5.0.0-0``,  ``4.2.2-1``,  ``4.2.2-0``,  ``4.0.3-3``,  ``4.0.3-2``,  ``4.0.3-1``,  ``4.0.3-0``,  ``3.2.1-4``,  ``3.2.1-3``,  ``3.2.1-2``,  ``3.2.1-1``,  ``3.2.0-3``,  ``3.2.0-2``,  ``3.2.0-1``,  ``3.1.2-3``,  ``3.1.2-2``,  ``3.1.2-1``,  ``3.1.1-2``,  ``3.1.1-1``,  ``3.1.0-1``,  ``3.1.0-0`` .. raw:: html
:depends on bamtools: ``2.5.2.*`` :depends on beautifulsoup4: ``>=4.9.3`` :depends on bedtools: ``>=2.31.1`` :depends on biopython: ``>=1.78`` :depends on blast: ``2.16.0`` :depends on bowtie2: ``>=2.5.4`` :depends on bwa: ``>=0.7.18`` :depends on dask: :depends on diamond: ``0.8.36.*`` :depends on filetype: ``>=1.0.0`` :depends on kma: ``>=1.4.17`` :depends on lxml: ``>=4.9.1`` :depends on matplotlib-base: ``>=2.1.2`` :depends on oligoarrayaux: ``3.8.*`` :depends on pandas: ``>=0.15.0`` :depends on prodigal: ``2.6.3.*`` :depends on pyahocorasick: ``2.1.0`` :depends on pyfaidx: ``>=0.5.4.1`` :depends on pyrodigal: ``>=3.0.0`` :depends on pysam: ``>=0.16.0.1`` :depends on pytest: ``>=3.0.0`` :depends on python: ``>=3.6`` :depends on requests: ``2.32.4`` :depends on samtools: ``1.21.*`` :depends on seaborn-base: ``>=0.8.1`` :depends on setuptools: ``>=47.1.0`` :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 rgi to add into an existing workspace instead, run:: pixi add rgi 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 rgi Alternatively, to install into a new environment, run:: conda create -n envname rgi 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/rgi: (see `rgi/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_rgi| image:: https://img.shields.io/conda/dn/bioconda/rgi.svg?style=flat :target: https://anaconda.org/bioconda/rgi :alt: (downloads) .. |docker_rgi| image:: https://quay.io/repository/biocontainers/rgi/status :target: https://quay.io/repository/biocontainers/rgi .. _`rgi/tags`: https://quay.io/repository/biocontainers/rgi?tab=tags .. raw:: html 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/rgi/README.html) .. |install-with-bioconda| image:: https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat :target: http://bioconda.github.io/recipes/rgi/README.html