HiC-Pro安装
1.使用conda安装依赖
conda create -n hicpro python=2.7
conda install -y samtools bowtie2 R2.安装对应的R包
R
install.packages(c('ggplot2','RColorBrewer'))3.安装对应的python包
conda install -y pysam bx-python numpy scipy4.配置confir-install.txt安装文件
Last updated