- recipe reparation_blast
A pipeline that detects novel open reading frames with ribseq data for bacteria.
- Homepage:
- License:
GPL3
- Recipe:
A pipeline that uses ribosome profiling data for a de novo open reading frame delineation in prokaryotic (bacterial) genomes. I changed the original reparation project to use the open-source blast tool (https://blast.ncbi.nlm.nih.gov/Blast.cgi) instead of the commercial usearch --ublast tool (https://drive5.com/usearch/manual/ublast_algo.html). I did this in order to add this tool to bioconda without having licensing issues with the commercial usearch -ublast tool. The original software was created at VIB-UGent Center for Medical Biotechnology and Lab of Bioinformatics and Computational Genomics (Biobix), University of Gent, Belgium, by Elvis Ndah. (https://github.com/Biobix/REPARATION). Be advised that the adapted version has slightly different results and is slower than the original reparation software.
- package reparation_blast¶
-
- Versions:
1.0.9-3,1.0.9-2,1.0.9-1,1.0.9-0,1.0.8-0,1.0.7-2,1.0.7-0,v1.0.7-1,v1.0.7-0,1.0.9-3,1.0.9-2,1.0.9-1,1.0.9-0,1.0.8-0,1.0.7-2,1.0.7-0,v1.0.7-1,v1.0.7-0,v1.0.6-0,v1.0.5-0,v1.0.4-0,v1.0.3-2,v1.0.2-1,v1.0.1-0- Depends:
on biopython
1.77.*on blast
on glimmer
on openssl
>=1.1.0,<=1.1.1on perl
>=5.32.1,<6.0a0 *_perl5on perl-bioperl
>=1.7.2on perl-posix
on plastid
on prodigal
on pysam
0.16.0.1.*on r-ggplot2
on r-prroc
on r-randomforest
on r-rocr
on r-sizer
on samtools
- 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 reparation_blast
to add into an existing workspace instead, run:
pixi add reparation_blast
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 reparation_blast
Alternatively, to install into a new environment, run:
conda create -n envname reparation_blast
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/reparation_blast:<tag>
(see reparation_blast/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/reparation_blast/README.html)