- recipe tritimap
Triti-Map is a Snakemake-based pipeline for gene mapping in Triticeae.
- Homepage:
- Documentation:
- License:
MIT
- Recipe:
Triti-Map is a Snakemake-based pipeline for gene mapping in Triticeae, which contains a suite of user-friendly computational packages and web-interface integrating multi-omics data from Triticeae species including genomic, epigenomic, evolutionary and homologous information.
Triti-Map could efficiently explore trait-related genes or functional elements not present in the reference genome and reduce the time and labor required for gene mapping in large genome species.
- package tritimap¶
-
- Versions:
0.9.7-0,0.9.6-0,0.9.5-0,0.9.4-0,0.9.3-0,0.9.2-0,0.9.1-0,0.9.0-0- Depends:
on abyss
2.0.2.*on bedops
2.4.39.*on bioawk
on biopython
on blast
>=2.5.0on bwa
0.7.17.*on bwa-mem2
2.2.1.*on click
>=7on fastp
>=0.20.1on gatk4
>=4.2.0on hmmer
3.3.2.*on minimap2
>=2.17on python
3.9.2.*on r-base
4.0.2.*on r-jsonlite
1.7.2.*on r-qtlseqr
0.7.5.2.*on samtools
1.12.*on seqkit
>=0.15.0on snakemake
>=6.0.3on spades
3.15.0.*on star
2.7.6a.*on xmltramp2
3.1.1.*
- 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 tritimap
to add into an existing workspace instead, run:
pixi add tritimap
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 tritimap
Alternatively, to install into a new environment, run:
conda create -n envname tritimap
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/tritimap:<tag>
(see tritimap/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/tritimap/README.html)