recipe gw

View genomic sequencing data and vcf files

Homepage:

https://github.com/kcleal/gw

License:

MIT

Recipe:

/gw/meta.yaml

package gw

(downloads) docker_gw

versions:
0.9.3-10.9.3-00.9.1-00.8.2-10.8.2-00.8.1-00.7.0-20.7.0-10.7.0-0

0.9.3-10.9.3-00.9.1-00.8.2-10.8.2-00.8.1-00.7.0-20.7.0-10.7.0-00.6.4-10.6.4-00.6.3-10.6.3-00.6.2-00.6.1-00.5.3-00.5.2-00.5.0-00.4.3-00.4.2-10.4.2-00.4.0-00.3.1-00.3.0-10.3.0-00.2.1-00.2.0-00.1.8-00.1.7-0

depends fontconfig:

>=2.14.2,<3.0a0

depends fonts-conda-ecosystem:

depends freetype:

>=2.12.1,<3.0a0

depends glfw:

>=3.3

depends glfw:

>=3.4,<4.0a0

depends htslib:

>=1.19,<1.21.0a0

depends libcurl:

>=8.5.0,<9.0a0

depends libdeflate:

>=1.19,<1.20.0a0

depends libgcc-ng:

>=12

depends libstdcxx-ng:

>=12

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 gw

and update with::

   mamba update gw

To create a new environment, run:

mamba create --name myenvname gw

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

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

Download stats