:orphan: .. only available via index, not via toctree .. title:: Package Recipe 'gcnvkernel' .. highlight: bash gcnvkernel ========== .. conda:recipe:: gcnvkernel :replaces_section_title: :noindex: Python package to support GATK gCNV calling. :homepage: https://www.broadinstitute.org/gatk/ :developer docs: https://github.com/broadinstitute/gatk :license: BSD / BSD-3-Clause :recipe: /`gcnvkernel `_/`meta.yaml `_ .. conda:package:: gcnvkernel |downloads_gcnvkernel| |docker_gcnvkernel| :versions: ``0.9-0``,  ``0.8-1``,  ``0.8-0``,  ``0.7-0`` :depends biopython: ``1.84.*`` :depends blas: ``1.0 mkl`` :depends dill: ``0.3.7.*`` :depends h5py: ``3.10.0.*`` :depends matplotlib: ``3.8.2.*`` :depends numpy: ``1.26.2.*`` :depends pandas: ``2.1.3.*`` :depends pip: ``23.3.1.*`` :depends pymc: ``5.10.1.*`` :depends pysam: ``0.22.0.*`` :depends pytensor: ``2.18.3.*`` :depends python: ``3.10.13.*`` :depends pytorch: ``2.1.0 *mkl*100`` :depends pytorch-lightning: ``2.4.0.*`` :depends pyvcf: ``0.6.8.*`` :depends r-backports: ``1.4.1.*`` :depends r-base: ``4.3.1.*`` :depends r-data.table: ``1.14.8.*`` :depends r-dplyr: ``1.1.3.*`` :depends r-getopt: ``1.20.4.*`` :depends r-ggplot2: ``3.4.4.*`` :depends r-gplots: ``3.1.3.*`` :depends r-gsalib: ``2.2.1.*`` :depends r-optparse: ``1.7.3.*`` :depends scikit-learn: ``1.3.2.*`` :depends scipy: ``1.11.4.*`` :depends tqdm: ``4.66.1.*`` :requirements: :additional platforms: .. 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 gcnvkernel and update with:: mamba update gcnvkernel To create a new environment, run:: mamba create --name myenvname gcnvkernel 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/gcnvkernel: (see `gcnvkernel/tags`_ for valid values for ````) .. |downloads_gcnvkernel| image:: https://img.shields.io/conda/dn/bioconda/gcnvkernel.svg?style=flat :target: https://anaconda.org/bioconda/gcnvkernel :alt: (downloads) .. |docker_gcnvkernel| image:: https://quay.io/repository/biocontainers/gcnvkernel/status :target: https://quay.io/repository/biocontainers/gcnvkernel .. _`gcnvkernel/tags`: https://quay.io/repository/biocontainers/gcnvkernel?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/gcnvkernel/README.html) .. |install-with-bioconda| image:: https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat :target: http://bioconda.github.io/recipes/gcnvkernel/README.html