recipe vcf2db

Create a gemini-compatible database from a VCF

Homepage:

https://github.com/quinlan-lab/vcf2db

License:

MIT

Recipe:

/vcf2db/meta.yaml

package vcf2db

(downloads) docker_vcf2db

versions:
2020.02.24-32020.02.24-22020.02.24-12020.02.24-02018.10.26-12018.10.26-02018.05.23-22018.05.23-02018.01.23-0

2020.02.24-32020.02.24-22020.02.24-12020.02.24-02018.10.26-12018.10.26-02018.05.23-22018.05.23-02018.01.23-02017.12.11-02017.11.15-02017.10.11-02017.09.14-02017.04.12-02017.03.01-02017.02.25-02017.02.24-12017.02.24-02017.01.10-02016.12.09-12016.12.09-02016.11.08-02016.04.29-0

depends cyvcf2:

>=0.30

depends geneimpacts:

>=0.3

depends nomkl:

depends numpy:

depends peddy:

>=0.2.9

depends perl:

>=5.32.1,<6.0a0 *_perl5

depends python:

depends python-snappy:

depends snappy:

depends sqlalchemy:

<2.0

requirements:

Installation

You need a conda-compatible package manager (currently either micromamba, mamba, or conda) and the Bioconda channel already activated (see 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 vcf2db

and update with::

   mamba update vcf2db

To create a new environment, run:

mamba create --name myenvname vcf2db

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/vcf2db:<tag>

(see `vcf2db/tags`_ for valid values for ``<tag>``)

Download stats