zhangrengang / Centromics

Centromics: visualing centromeres with multiple omics data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quick install and start

git clone --recurse-submodules https://github.com/zhangrengang/Centromics
cd Centromics

# install
conda env create -f Centromics.yaml
conda activate RepCent
./install.sh

# start
cd example_data
# long reads
centromics -l hifi.fq.gz -g ref.fa

# long reads + HiC data + ChIP data
centromics -l hifi.fq.gz -g ref.fa -pre hifi -chip chip.bam -hic merged_nodups.hic
centromics -l ont*.fq.gz -g ref.fa -pre ont  -chip chip.bam -hic merged_nodups.hic

About

Centromics: visualing centromeres with multiple omics data

License:GNU General Public License v3.0


Languages

Language:Python 99.4%Language:Perl 0.4%Language:Shell 0.2%