-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpython-libs.yaml
84 lines (83 loc) · 1.22 KB
/
python-libs.yaml
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
---
# Configuration file defining python specific libraries on pypi to install
# using easy install
pypi:
# infrastructure
- amqplib
- BeautifulSoup
- bioblend
- boto
- distribute
- fabric
- fusepy
- ipython
# - Logbook
# - lxml
- mako
- nose
- numpy
- paste
- pastescript
- pycrypto
- python-cjson
- pyOpenSSL
- pyyaml
- routes
- simplejson
# - sphinx
# - StarCluster
- webhelpers
- webob
# - xlrd
# - yolk
# build
# - cython
# - Pyrex
- virtualenv
# concurrency/web
- pyzmq
# - tornado
# - Twisted
# science
- biopython
- cython # reguired by pybedtools
# - bcbio-nextgen
- ruffus
- git+git://github.com/bjpop/rubra.git #rubra from github source
#- cogent
# - DendroPy
- HTSeq
- jinja2
- matplotlib
- networkx
- pandas
- patsy
- pybedtools
- pygr
- pysam
# - PyVCF
- rpy2
# - rpy2-bioconductor-extensions
# - scikit-learn
- statsmodels
# - ramp
- scipy
# databases
# - CouchDB
# - h5py
# - MySQL-python
# - pymongo
- pysqlite
- psycopg2
- SQLAlchemy
# visualization
# - gnuplot-py
# - PIL
- pydot
# - pygooglechart
- reportlab
## compile problems
#- tables
#- pygraphviz
#- pysparse
#- sympy