:orphan: .. only available via index, not via toctree .. title:: Package Recipe 'r-whopgenome' .. highlight: bash r-whopgenome ============ .. conda:recipe:: r-whopgenome :replaces_section_title: :noindex: Provides very fast access to whole genome\, population scale variation data from VCF files and sequence data from FASTA\-formatted files. It also reads in alignments from FASTA\, Phylip\, MAF and other file formats. Provides easy\-to\-use interfaces to genome annotation from UCSC and Bioconductor and gene ontology data from AmiGO and is capable to read\, modify and write PLINK .PED\-format pedigree files. :homepage: https://CRAN.R-project.org/package=WhopGenome :license: GPL3 / GPL (>= 2) :recipe: /`r-whopgenome `_/`meta.yaml `_ .. conda:package:: r-whopgenome |downloads_r-whopgenome| |docker_r-whopgenome| :versions: .. raw:: html
0.9.7-90.9.7-80.9.7-70.9.7-60.9.7-50.9.7-40.9.7-30.9.7-20.9.7-1 ``0.9.7-9``,  ``0.9.7-8``,  ``0.9.7-7``,  ``0.9.7-6``,  ``0.9.7-5``,  ``0.9.7-4``,  ``0.9.7-3``,  ``0.9.7-2``,  ``0.9.7-1``,  ``0.9.7-0`` .. raw:: html
:depends libgcc-ng: ``>=12`` :depends libstdcxx-ng: ``>=12`` :depends r-base: ``>=4.3,<4.4.0a0`` :requirements: .. rubric:: Installation You need a conda-compatible package manager (currently either `micromamba `_, `mamba `_, or `conda `_) and the Bioconda channel already activated (see :ref:`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 r-whopgenome and update with:: mamba update r-whopgenome To create a new environment, run:: mamba create --name myenvname r-whopgenome 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/r-whopgenome: (see `r-whopgenome/tags`_ for valid values for ````) .. |downloads_r-whopgenome| image:: https://img.shields.io/conda/dn/bioconda/r-whopgenome.svg?style=flat :target: https://anaconda.org/bioconda/r-whopgenome :alt: (downloads) .. |docker_r-whopgenome| image:: https://quay.io/repository/biocontainers/r-whopgenome/status :target: https://quay.io/repository/biocontainers/r-whopgenome .. _`r-whopgenome/tags`: https://quay.io/repository/biocontainers/r-whopgenome?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/r-whopgenome/README.html) .. |install-with-bioconda| image:: https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat :target: http://bioconda.github.io/recipes/r-whopgenome/README.html