Harvard:Biophysics 101/2007:Python: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
Line 21: Line 21:


==BioPython==
==BioPython==
'''Documentation'''
*[http://biopython.org/wiki/Documentation BioPython documentation]
*[http://www.bioinformatics.org/bradstuff/bp/tut/index.html Tutorial & Cookbook]
'''Pre-installation dependencies'''
'''Pre-installation dependencies'''
*Python (see above)
*Python (see above)
Line 50: Line 54:
</pre>
</pre>


'''Documentation'''
'''Linux'''
*[http://biopython.org/wiki/Documentation BioPython documentation]
*[[Harvard:Biophysics_101/2007/Notebook:Denizkural/2007-2-2|Ubuntu]]
*[http://www.bioinformatics.org/bradstuff/bp/tut/index.html Tutorial & Cookbook]
</div>
</div>

Revision as of 17:15, 14 February 2007

Biophysics 101: Genomics, Computing, and Economics

Home        People        Schedule        Project        Python        Help       

Python

Installation

Documentation

BioPython

Documentation

Pre-installation dependencies

Windows Installation

OS X Installation

python setup.py build
python setup.py install
python setup.py build
python setup.py test
python setup.py install

Linux