- recipe clair3-trio
Clair3-Trio is a variants caller tailored for family trios from nanopore long-reads. Clair3-Trio employs a Trio-to-Trio deep neural network model that allows it to input all trio’s sequencing information and output all trio’s predicted variants within a single model, to perform far better variant calling. We also present MCVLoss, the first loss function that can improve variants calling in trios by leveraging the explicitly encoding of the priors of the Mendelian inheritance in trios. Clair3-Trio showed comprehensive improvement in experiments. It predicted much fewer Mendelian inheritance violation variations than current state-of-the-art methods.
- Homepage:
- License:
BSD-3-Clause
- Recipe:
- package clair3-trio¶
-
- Versions:
0.7-2,0.7-1,0.7-0,0.6-1,0.6-0,0.5-0,0.3-2,0.3-1,0.3-0,0.7-2,0.7-1,0.7-0,0.6-1,0.6-0,0.5-0,0.3-2,0.3-1,0.3-0,0.2-0,0.1-0- Depends:
on bzip2
>=1.0.8,<2.0a0on cffi
on libgcc
>=13on liblzma
>=5.6.3,<6.0a0on libstdcxx
>=13on libzlib
>=1.2.13,<2.0a0on numpy
on parallel
20191122.*on pigz
on pypy3.6
on pytables
on python
>=3.9,<3.10.0a0on python_abi
3.9.* *_cp39on samtools
1.15.1.*on tensorflow
2.8.0.*on whatshap
1.7.*on zstd
- 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 clair3-trio
to add into an existing workspace instead, run:
pixi add clair3-trio
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 clair3-trio
Alternatively, to install into a new environment, run:
conda create -n envname clair3-trio
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/clair3-trio:<tag>
(see clair3-trio/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/clair3-trio/README.html)