forked from kundajelab/atac_dnase_pipelines
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
43 lines (39 loc) · 1.13 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
bowtie ==1.1.2
bowtie2 ==2.2.6
samtools ==1.2 # ncurses bug
htslib
readline ==6.2.5 #
bedtools ==2.22 #2.21.0
picard ==1.126 #wanted 1.129 here but doesn't exist. instead 1.139 has backward compatibility issue, so take 1.126
ucsc-wigtobigwig
ucsc-bedgraphtobigwig
ucsc-bigwiginfo
ucsc-bedclip
ucsc-bigWigAverageOverBed
macs2 ==2.1.0
boost ==1.57.0
gnuplot ==5.0.3
trim-galore ==0.4.1
numpy ==1.10.4 #1.9.0 # ==1.8.2 # 1.10.4 conflicts with ATAQC
scipy ==0.17.0
matplotlib #==1.5.1
python-levenshtein
pybedtools
libgfortran==3.0 # ataqc
pandas ==0.18.0 #==0.16.1 # ataqc
metaseq #==0.5.6 # ataqc
jinja2 # ataqc
graphviz # for HTML report
ghostscript # for conver (pdf to png)
gsl # for preseq
pysam ==0.8.3 # 0.9 has a issue with ATAQC
## picard tool does not have a shell variable PICARDROOT
## PICARDROOT will be defined in conda activate.
## see install_dependencies.sh
## samtools could not find libncurse.
## need to prepend conda library dir. to LD_LIBRARY_PATH
## see install_dependencies.sh
## there are packages that are not in official conda repos
## run install_dependencies.sh to install these softwares
# texlive ==2013
# preseq ==2.0.2