ubuntu安装homer

作者: 苏牧传媒 | 来源:发表于2018-08-03 16:07 被阅读52次

ref: Homer Software and Data Download

# 满足条件:

The following UNIX utilities are required to use HOMER.  You might need to run your UNIX package manager to install them if missing (i.e. "sudo apt-get install wget"):

gcc g++ make perl zip/unzip gzip/gunzip wget

The following NGS tools may be required to perform certain analyses and are highly highly recommended:

samtools

R (with Bioconductor packages DESeq2, edgeR)


# conda:

conda install wget samtools r-essentials bioconductor-deseq2 bioconductor-edger

# 下载:

Download the "configureHomer.pl" script and place it in a directory where you would like homer to be installed (i.e. /home/chucknorris/homer/).

# 安装:

perl configureHomer.pl -install

# 环境:

gedit ~/.bashrc

source ~/.bashrc

相关文章

  • ubuntu安装homer

    ref: Homer Software and Data Download # 满足条件: The followi...

  • Homer

    使用 conda 安装 Homer 默认安装 homer 最新版conda install homer -y ...

  • homer安装和使用

    介绍 安装 1.下载homer文件 网址:http://homer.ucsd.edu/homer/download...

  • homer的安装

    homer的安装 第一种方式:用conda进行安装conda install -c bioconda homer ...

  • 2021-09-29-motif-homer分析

    软件安装 下载configureHomer链接[http://homer.ucsd.edu/homer/confi...

  • Motif 分析

    1. Homer 1.1. homer的安装和配置 按照这个链接里的教程进行。 1.2. install mm10...

  • homer分析RNAseq数据

    结果: 相应的promoter或者genome安装:查看可以安装的文件:perl /path-to-homer/c...

  • HOMER安装和使用

    1.HOMER的作用? HOMER是一套基于 C++ 和 Perl 语言的用于 motif 查找和二代数据分析的工...

  • 找motif

    homer: ref:http://homer.ucsd.edu/homer/ngs/peakMotifs.htm...

  • 使用小觅深度相机避障

    小觅SDK安装 Ubuntu SDK 源码安装在 Ubuntu 14.04 Ubuntu 16.04 Ubuntu...

网友评论

本文标题:ubuntu安装homer

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