BED tools安装流程

作者: 无言89 | 来源:发表于2017-03-15 14:35 被阅读159次

BEDTools是可用于genomic features的比较,相关操作及进行注释的工具。而genomic features通常使用Browser Extensible Data (BED) 或者 General Feature Format (GFF)文件表示,用UCSC Genome Browser进行可视化比较。

安装方法:

UNIX系统:

$ wget https://github.com/arq5x/bedtools2/releases/download/v2.25.0/bedtools-2.25.0.tar.gz

$ tar -zxvf bedtools-2.25.0.tar.gz

$cd bedtools2

$ make

$ cp/bin/* usr/local/bin/

ubuntu系统可以直接使用命令

$ apt-get install bedtools

相关文章

网友评论

    本文标题:BED tools安装流程

    本文链接:https://www.haomeiwen.com/subject/hyulnttx.html