- recipe magicblast
NCBI BLAST next generation read mapper
- Homepage:
- License:
Public Domain
- Recipe:
- Links:
biotools: magicblast, doi: 10.1186/s12859-019-2996-x
Magic-BLAST is a tool for mapping large next-generation RNA or DNA sequencing runs against a whole genome or transcriptome. Each alignment optimizes a composite score, taking into account simultaneously the two reads of a pair, and in case of RNA-seq, locating the candidate introns and adding up the score of all exons. This is very different from other versions of BLAST, where each exon is scored as a separate hit and read-pairing is ignored.
Magic-BLAST incorporates within the NCBI BLAST code framework ideas developed in the NCBI Magic pipeline, in particular hit extensions by local walk and jump (http://www.ncbi.nlm.nih.gov/pubmed/26109056), and recursive clipping of mismatches near the edges of the reads, which avoids accumulating artefactual mismatches near splice sites and is needed to distinguish short indels from substitutions near the edges.
More details about the algorithm and comparison with other similar tools are presented here: https://bmcbioinformatics.biomedcentral.com/articles/10.1186/s12859-019-2996-x.
- package magicblast¶
-
- Versions:
1.6.0-1
,1.6.0-0
,1.5.0-0
,1.4.0-0
- Depends:
- Required By:
Installation
With an activated Bioconda channel (see set-up-channels), install with:
conda install magicblast
and update with:
conda update magicblast
or use the docker container:
docker pull quay.io/biocontainers/magicblast:<tag>
(see magicblast/tags for valid values for
<tag>
)
Download stats¶
Link to this page¶
Render an badge with the following MarkDown:
[](http://bioconda.github.io/recipes/magicblast/README.html)