| Biopython API documentation | |||||||||
|---|---|---|---|---|---|---|---|---|---|
Biopython README fileThe Biopython Project is an international association of developers of freely available Python tools for computational molecular biology. biopython.org provides an online resource for modules, scripts, and web links for developers of Python-based software for life science research. Thanks to bioperl, we can also provide web, FTP and CVS space for individuals and organizations wishing to distribute or otherwise make available standalone scripts & code. This Biopython package is made available under generous terms. Please see the LICENSE file for further details. For the impatient To build and install Biopython, type: python setup.py build python setup.py test python setup.py install System Requirements
Installation * Make sure Python and Distutils are installed correctly * Installation should be as simple as going to the biopython directory, and typing: If you need to do additional configuration, e.g. changing the base
directory, please type For FreeBSD users, Johann Visagie has made Biopython available in the ports tree. According to Johann: This means that a FreeBSD user with an up-to-date ports tree can now install BioPython as simply as: Fetching of the package as well as installation of all dependencies (Python itself as well as Distutils) will be handled automagically. Testing Biopython includes a suite of regression tests to check if everything's running correctly. To do the tests, type: drevil:~biopython/> python setup.py test If you have Tk installed, this will run a nice GUI that displays the results of the tests. Otherwise, you will see results on the command line. Contributing, Bug Reports Biopython is run by volunteers from all over the world, with many types of backgrounds. We are always looking for people interested in helping with code development, web-site management, technical administration, and whatever else comes up. If you wish to contribute, please visit the web site and join our mailing list If you wish to contribute a bug report, please submit them to the online bug reporting form Distribution Structure
To Do (In no particular order...)
If you see something here you would like to work on, please send mail to biopython@biopython.org! Thanks
|