Biopython API documentation: Bio.sources | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Base code for representing a database source of sequences. This module contains code which can be used to describe a specialized location where sequence information is available from. The code here covers the basic cases (ie. a CGI script to retrieve information from) as classes (CGI, in our example) which need to be supplied the database specific information. So, if you want to programmatically describe a database, this is the place to start looking for useful classes.
|