美文网首页
homer的安装

homer的安装

作者: mumu不知 | 来源:发表于2022-05-20 16:09 被阅读0次

homer的安装

第一种方式:
用conda进行安装
conda install -c bioconda homer -y (## -y 表示直接安装,不询问确认与否)
第二种方式:
1.通过homer主页下载configureHomer.pl文件(网址: http://homer.ucsd.edu/homer/download.html
2.安装homer
perl /home/homer/configureHomer.pl -install
3.添加到环境变量
vi ~/.bashrc
PATH=$PATH:/Users/chucknorris/homer/bin/
source ~/.bashrc
4.下载homer的软件包,包括基因组文件[这个真的取决网速]
perl configureHomer.pl -install mm10
perl configureHomer.pl -install hg19
附:
后续如果要更新homer包:
perl /path-to-homer/configureHomer.pl -update
或者,可以简单地强制重新安装基本软件...
perl /path-to-homer/configureHomer.pl -install home

相关文章

  • 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...

  • ubuntu安装homer

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

  • 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...

  • motif分析——从实战到原理(Homer篇)

    一、不求甚解系列 软件下载及配置 conda安装: conda install -c bioconda homer...

网友评论

      本文标题:homer的安装

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