recipe ipyrad

Interactive assembly and analysis of RAD-seq data sets.

Homepage:

http://github.com/dereneaton/ipyrad

License:

GPL3 / GPL-3.0-only

Recipe:

/ipyrad/meta.yaml

package ipyrad

(downloads) docker_ipyrad

versions:
0.9.94-00.9.93-00.9.92-00.9.90-00.9.89-00.9.88-00.9.87-00.9.86-00.9.85-0

0.9.94-00.9.93-00.9.92-00.9.90-00.9.89-00.9.88-00.9.87-00.9.86-00.9.85-00.9.84-10.9.84-00.9.82-00.9.81-00.9.80-00.9.78-00.9.77-00.9.74-00.9.71-00.9.68-00.9.67-00.9.66-00.9.65-00.9.64-00.9.63-00.9.62-00.9.61-00.9.60-00.9.59-00.9.58-00.9.57-00.9.56-10.9.56-00.9.54-00.9.53-00.9.52-00.9.51-00.9.50-00.9.49-00.9.48-00.9.47-00.9.46-00.9.45-00.9.44-00.9.43-00.9.42-00.9.41-00.9.40-00.9.33-00.9.32-00.9.31-00.9.30-00.9.29-00.9.28-00.9.26-00.9.25-00.9.24-00.9.20-00.9.19-10.9.19-00.9.18-00.9.17-00.9.16-00.9.15-00.9.14-00.9.13-00.9.12-00.9.11-10.9.11-00.9.10-00.9.8-00.9.7-0

depends bedtools:

depends bwa:

depends cutadapt:

depends future:

depends h5py:

depends ipyparallel:

>=6.0.2

depends mpi4py:

>=3.0

depends muscle:

<5

depends notebook:

depends numba:

>=0.37

depends numpy:

depends pandas:

depends pysam:

>=0.15

depends python:

depends requests:

depends samtools:

depends scipy:

depends toyplot:

depends vsearch:

>=2.13

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 ipyrad

and update with::

   mamba update ipyrad

To create a new environment, run:

mamba create --name myenvname ipyrad

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

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

Download stats