8000 GitHub - siwei-deng/ChIA-PIPE: ChIA-PIPE: A fully automated pipeline for comprehensive ChIA-PET data analysis and visualization
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ChIA-PIPE: A fully automated pipeline for comprehensive ChIA-PET data analysis and visualization

License

Notifications You must be signed in to change notification settings

siwei-deng/ChIA-PIPE

 
 

Repository files navigation

ChIA-PIPE README

The Jackson Laboratory for Genomic Medicine

Version 1.0, (November 26, 2018)

(a) Initialize outer working directory

mkdir -p testing_chia_pipe
cd testing_chia_pipe

(b) Clone ChIA-PIPE

git clone https://github.com/TheJacksonLaboratory/ChIA-PIPE.git

or (b.ii) Download ChIA-PIPE

wget git@github.com:TheJacksonLaboratory/chia_pipe.zip

(c) Install ChIA-PIPE dependencies

cd ChIA-PIPE/
dep_dir="dep_dir"
mkdir $dep_dir
bash local_install_chia_pipe_dependencies.sh -i ${dep_dir}

(d) Download test data from Dropbox

https://www.dropbox.com/sh/kiunzdfj74dpamh/AAB3u4vVGHIUSZoiPSjEYuYva?dl=0
mkdir -p fastq
cp  LDK0004-ds_*.fastq.gz  fastq

(e) Launch ChIA-PIPE

bash chia_pipe-master/0.chia_pipe_shell.sh -c chia_pipe-master/example_config_file.sh

or (e.ii) Launch ChIA-PIPE on HPC

qsub -F "--conf chia_pipe-master/example_config_file.sh" chia_pipe-master/0.chia_pipe_hpc.pbs

About

ChIA-PIPE: A fully automated pipeline for comprehensive ChIA-PET data analysis and visualization

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 61.4%
  • C++ 22.4%
  • Shell 2.5%
  • Makefile 2.2%
  • HTML 2.2%
  • Assembly 1.8%
  • Other 7.5%
0