forked from kundajelab/atac_dnase_pipelines
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
50 lines (49 loc) · 1.25 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
44
45
46
47
48
49
50
# channels : defaults, r, bioconda
bowtie ==1.1.2
bowtie2 ==2.2.6
ncurses
samtools ==1.2
htslib ==1.4 # 1.5 in bioconda needed libbz2.so.1.0
bedtools ==2.26.0 #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-fetchchromsizes
ucsc-wigtobigwig
ucsc-bedgraphtobigwig
ucsc-bigwiginfo
ucsc-bedclip
ucsc-bigWigAverageOverBed
ucsc-bedtobigbed
ucsc-twobittofa
macs2 ==2.1.0
boost ==1.57.0
gnuplot #==5.0.3
numpy ==1.10.2 #1.9.0, 1.8.2 conflicts with ATAQC
scipy # ==0.17.0: to fix 'undefined symbol: PyUnicodeUCS2_DecodeUTF8'
matplotlib
libgfortran==3.0 # ataqc
pandas ==0.18.0 #==0.16.1 # ataqc
metaseq #==0.5.6 # ataqc
jinja2 # ataqc
graphviz==2.38.0
libtool
ghostscript # pdf2png
gsl # for preseq
pysam==0.8.2.1 # 0.8.3, 0.9 from bioconda has an issue with ATAQC (segmentation fault), need to use -c bcbio
pybedtools==0.6.9 # same issue as in pysam
pigz
zlib
sambamba ==0.6.5 # to fix seg fault error in 0.6.1
r ==3.2.2
r-snow
r-snowfall
r-bitops
r-catools
bioconductor-rsamtools
r-spp ==1.13
cutadapt ==1.9.1
preseq ==2.0.2
trim-galore ==0.4.1 # for old trimmer
python-levenshtein # for old trimmer (trimAdapter.py)
#glibc #segmentation fault in conda with openssl
pyfaidx ==0.4.7.1
six ==1.4.1