-
Notifications
You must be signed in to change notification settings - Fork 79
/
Copy pathrequirements.txt
55 lines (52 loc) · 1.42 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
51
52
53
54
55
# channels : defaults, r, bioconda
nomkl
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-bedtobigbed
ucsc-twobittofa
macs2 ==2.1.1.20160309 #2.1.0 (no binaries for OSX)
boost ==1.57.0
openblas ==0.2.19
numpy ==1.11.3 #1.13.3 #1.10.2 (no binaries for OSX) #1.9.0, 1.8.2 conflicts with ATAQC
matplotlib ==1.5.1
six==1.10.0 # to fix (ImportError: cannot import name _thread)
python-dateutil==2.6.1
libgfortran==3.0
graphviz ==2.38.0
libtool
ghostscript # pdf2png
pigz
zlib
sambamba ==0.6.6 # 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
#glibc #segmentation fault in conda with openssl
pyfaidx ==0.4.7.1
cutadapt ==1.9.1
preseq ==2.0.3
trim-galore ==0.4.1 # for old trimmer
python-levenshtein # for old trimmer (trimAdapter.py)
bowtie2 ==2.2.6
ncurses
ucsc-bigWigAverageOverBed
gnuplot #==5.0.3
scipy # ==0.17.0: to fix 'undefined symbol: PyUnicodeUCS2_DecodeUTF8'
pandas #==0.18.0 #==0.16.1 # ataqc
metaseq #==0.5.6 # ataqc
jinja2 # ataqc
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
openssl==1.0.2p