PageRenderTime 62ms CodeModel.GetById 30ms RepoModel.GetById 1ms app.codeStats 0ms

/config/python-libs.yaml

https://github.com/pjotrp/cloudbiolinux
YAML | 83 lines | 64 code | 1 blank | 18 comment | 0 complexity | 3fa643b3123e7e0bb887ebaa0e6dbae8 MD5 | raw file
  1. ---
  2. # Configuration file defining python specific libraries on pypi to install
  3. # using easy install
  4. pypi:
  5. # infrastructure
  6. - setuptools
  7. - amqplib
  8. - BeautifulSoup
  9. - fabric
  10. - Logbook
  11. - lxml
  12. - mako
  13. - paste
  14. - pastescript
  15. - pycrypto
  16. - python-cjson
  17. - pyOpenSSL
  18. - routes
  19. - simplejson
  20. - sphinx
  21. - StarCluster
  22. - webhelpers
  23. - webob
  24. - xlrd
  25. # build
  26. - Pyrex-real
  27. - cython # needed for installing pybedtools
  28. # concurrency/web
  29. - Twisted
  30. # science
  31. - cutadapt
  32. - ruffus
  33. - DendroPy
  34. - HTSeq
  35. - pybedtools
  36. - pygr
  37. - PyVCF
  38. - rpy2
  39. - ramp
  40. # databases
  41. - CouchDB
  42. - MySQL-python
  43. - pymongo
  44. - pysqlite
  45. - psycopg2
  46. # visualization
  47. - gnuplot-py
  48. - PIL
  49. - pypdf
  50. - reportlab
  51. # cloudman
  52. - oca
  53. - hoover
  54. - Mako
  55. conda:
  56. - boto
  57. - biopython
  58. - cython
  59. - h5py
  60. - ipython
  61. - matplotlib
  62. - networkx
  63. - nose
  64. - numpy
  65. - pandas
  66. - pysam
  67. - pyyaml
  68. - pyzmq
  69. - scikit-learn
  70. - scipy
  71. - SQLAlchemy
  72. - statsmodels
  73. - tornado
  74. ## compile problems
  75. #- cogent
  76. #- tables
  77. #- pygraphviz
  78. #- pysparse
  79. #- sympy
  80. #- pydot # references python 3-only pyparsing
  81. #- pygooglechart
  82. #- rpy2-bioconductor-extensions