- recipe ipyrad
Interactive assembly and analysis of RAD-seq data sets.
- Homepage:
- Documentation:
- License:
GPL3 / GPL-3.0-only
- Recipe:
- Links:
biotools: ipyrad, doi: 10.1093/bioinformatics/btz966
- package ipyrad¶
-
- Versions:
0.9.108-0,0.9.107-0,0.9.106-0,0.9.105-0,0.9.104-0,0.9.103-0,0.9.102-0,0.9.101-0,0.9.100-0,0.9.108-0,0.9.107-0,0.9.106-0,0.9.105-0,0.9.104-0,0.9.103-0,0.9.102-0,0.9.101-0,0.9.100-0,0.9.99-0,0.9.98-0,0.9.97-0,0.9.96-0,0.9.95-0,0.9.94-0,0.9.93-0,0.9.92-0,0.9.90-0,0.9.89-0,0.9.88-0,0.9.87-0,0.9.86-0,0.9.85-0,0.9.84-1,0.9.84-0,0.9.82-0,0.9.81-0,0.9.80-0,0.9.78-0,0.9.77-0,0.9.74-0,0.9.71-0,0.9.68-0,0.9.67-0,0.9.66-0,0.9.65-0,0.9.64-0,0.9.63-0,0.9.62-0,0.9.61-0,0.9.60-0,0.9.59-0,0.9.58-0,0.9.57-0,0.9.56-1,0.9.56-0,0.9.54-0,0.9.53-0,0.9.52-0,0.9.51-0,0.9.50-0,0.9.49-0,0.9.48-0,0.9.47-0,0.9.46-0,0.9.45-0,0.9.44-0,0.9.43-0,0.9.42-0,0.9.41-0,0.9.40-0,0.9.33-0,0.9.32-0,0.9.31-0,0.9.30-0,0.9.29-0,0.9.28-0,0.9.26-0,0.9.25-0,0.9.24-0,0.9.20-0,0.9.19-1,0.9.19-0,0.9.18-0,0.9.17-0,0.9.16-0,0.9.15-0,0.9.14-0,0.9.13-0,0.9.12-0,0.9.11-1,0.9.11-0,0.9.10-0,0.9.8-0,0.9.7-0- Depends:
on bedtools
on bwa
on cutadapt
on future
on h5py
on ipyparallel
>=6.0.2on mpi4py
>=3.0on muscle
<5on notebook
on numba
>=0.37on numpy
on pandas
on pysam
>=0.15on python
>=3.5on requests
on samtools
on scipy
on toyplot
on vsearch
>=2.13
- Additional platforms:
Installation¶
You need a conda-compatible package manager (currently either pixi, conda, or micromamba) and the Bioconda channel already activated (see Usage). Below, we show how to install with either pixi or conda (for micromamba and mamba, commands are essentially the same as with conda).
Pixi¶
With pixi installed and the Bioconda channel set up (see Usage), to install globally, run:
pixi global install ipyrad
to add into an existing workspace instead, run:
pixi add ipyrad
In the latter case, make sure to first add bioconda and conda-forge to the channels considered by the workspace:
pixi workspace channel add conda-forge
pixi workspace channel add bioconda
Conda¶
With conda installed and the Bioconda channel set up (see Usage), to install into an existing and activated environment, run:
conda install ipyrad
Alternatively, to install into a new environment, run:
conda create -n envname ipyrad
with envname being the name of the desired environment.
Container¶
Alternatively, every Bioconda package is available as a container image for usage with your preferred container runtime. For e.g. docker, run:
docker pull quay.io/biocontainers/ipyrad:<tag>
(see ipyrad/tags for valid values for <tag>).
Integrated deployment¶
Finally, note that many scientific workflow management systems directly integrate both conda and container based software deployment. Thus, workflow steps can be often directly annotated to use the package, leading to automatic deployment by the respective workflow management system, thereby improving reproducibility and transparency. Check the documentation of your workflow management system to find out about the integration.
Download stats¶
Link to this page¶
Render an badge with the following MarkDown:
[](http://bioconda.github.io/recipes/ipyrad/README.html)