码迷,mamicode.com
首页 > 其他好文 > 详细

超短reads(primer、barcode、UMI、index等)比对方法

时间:2017-07-21 17:12:53      阅读:246      评论:0      收藏:0      [点我收藏+]

标签:sam   http   for   thread   primer   barcode   targe   short   code   

二代reads最短都有50bp,所以大家常用的比对工具都是不支持50bp以下的reads的比对的。

但是,在实际中,我们确实又有比对super short reads的需求。

So,我找到了如下方法来比对super short reads:

1.msa.sh,bbmap里的,好用,但是太慢。

2.bbduk.sh,bbmap里的,不支持输出sam文件,只能输出map和unmap的reads。

3.bbmap.sh,好用,超快,但是不支持mismatch,可惜。

4.seal.sh,没试过。

5.bowtie1,亲测可用,输出Sam文件。

 

参考:Good way to align very, very short reads?

超短reads(primer、barcode、UMI、index等)比对方法

标签:sam   http   for   thread   primer   barcode   targe   short   code   

原文地址:http://www.cnblogs.com/leezx/p/7218321.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!