Desert分享 http://blog.sciencenet.cn/u/chuangma2006 Early Birds

博文

Windows平台下搭建Eclipse+python+biopython环境

已有 5312 次阅读 2012-7-21 15:39 |个人分类:Python|系统分类:科研笔记| Python, windows, Eclipse, Biopython, GFF

OS: Win7 32bit
==============================
1) download "Eclipse IDE for Java EE Developers" from http://www.eclipse.org/downloads/,解压缩到指定文件夹.

2) download python 2.7.3 (Windows x86 MSI Installer (2.7.3) (sig)) from http://www.python.org/download/releases/2.7.3/, double click and install.

3) 安装c编译器(VS2010)

4)安装biopython依赖软件包Numpy (numpy-1.6.2-win32-superpack-python2.7.exe,http://scipy.org/Download)

5)安装biopython (biopython-1.60.win32-py2.7.exe, http://biopython.org/wiki/Download).
  Note: 提示"cannot find vcvarsall.bat"错误,找到python 2.7安装文件夹中的“msvc9compiler.py”文件,修改
         vc_env = query_vcvarsall(version, plat_spec) 为: vc_env = query_vcvarsall(10.0, plat_spec)

  Note:download ez_setup.py (http://pypi.python.org/pypi/setuptools#windows) and 执行这个脚本安装easy install setuptools

   Note: 安装GFF parsing module (http://biopython.org/wiki/GFF_Parsing)





https://wap.sciencenet.cn/blog-655584-594365.html

上一篇:Installing R from CRAN on Ubuntu: No Public Key Error
下一篇:Connect Cytoscape with R
收藏 IP: 68.230.48.*| 热度|

1 黄富强

该博文允许注册用户评论 请点击登录 评论 (0 个评论)

数据加载中...

Archiver|手机版|科学网 ( 京ICP备07017567号-12 )

GMT+8, 2024-5-23 19:43

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部