-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathinstall.sh
17 lines (16 loc) · 1.07 KB
/
install.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#/bin/bash
#download the prior data
cd ./Prior/
wget -O Opn_median_mm9.bed https://github.com/SUwonglab/PECA/raw/master/Prior/Opn_median_mm9.bed
wget -O Opn_median_mm10.bed https://github.com/SUwonglab/PECA/raw/master/Prior/Opn_median_mm10.bed
wget -O Opn_median_hg19.bed https://github.com/SUwonglab/PECA/raw/master/Prior/Opn_median_hg19.bed
wget -O Opn_median_hg38.bed https://github.com/SUwonglab/PECA/raw/master/Prior/Opn_median_hg38.bed
wget -O RE_gene_corr_mm9.bed https://github.com/SUwonglab/PECA/raw/master/Prior/RE_gene_corr_mm9.bed
wget -O RE_gene_corr_mm10.bed https://github.com/SUwonglab/PECA/raw/master/Prior/RE_gene_corr_mm10.bed
wget -O RE_gene_corr_hg19.bed https://github.com/SUwonglab/PECA/raw/master/Prior/RE_gene_corr_hg19.bed
wget -O RE_gene_corr_hg38.bed https://github.com/SUwonglab/PECA/raw/master/Prior/RE_gene_corr_hg38.bed
wget -O TFTG_corr_mouse.mat https://github.com/SUwonglab/PECA/raw/master/Prior/TFTG_corr_mouse.mat
wget -O TFTG_corr_human.mat https://github.com/SUwonglab/PECA/raw/master/Prior/TFTG_corr_human.mat
cd ../
mkdir ./Results/
mkdir ./Homer/