Difference between revisions of "Bioscape Dependencies"

From irefindex
(Revised version dependencies.)
 
m (Added category.)
Line 45: Line 45:
  
 
Bioscape makes extensive use of data provided by [http://www.ncbi.nlm.nih.gov/sites/entrez?db=gene Entrez Gene] and [http://www.ncbi.nlm.nih.gov/sites/entrez?db=PubMed PubMed], as well as [http://www.ncbi.nlm.nih.gov/sites/entrez?db=taxonomy Entrez Taxonomy], [http://www.ebi.ac.uk/chebi/ ChEBI] and [http://www.geneontology.org/ Gene Ontology].
 
Bioscape makes extensive use of data provided by [http://www.ncbi.nlm.nih.gov/sites/entrez?db=gene Entrez Gene] and [http://www.ncbi.nlm.nih.gov/sites/entrez?db=PubMed PubMed], as well as [http://www.ncbi.nlm.nih.gov/sites/entrez?db=taxonomy Entrez Taxonomy], [http://www.ebi.ac.uk/chebi/ ChEBI] and [http://www.geneontology.org/ Gene Ontology].
 +
 +
[[Category:Bioscape]]

Revision as of 14:43, 22 September 2009


Please note that this documentation covers an unreleased product and is for internal use only.


Dependencies

Bioscape has the following basic dependencies.

For bsadmin:

  • PostgreSQL (a relational database system)
  • pyPgSQL (access to PostgreSQL from Python)
  • egenix-mx-base (required by pyPgSQL)
  • sqlliterals (tokenisation of SQL)
  • cmdsyntax (command option processing)
  • NCBI Tools (ASN.1 file parsing, optional)

For bsindex:

  • PyLucene (the Lucene text indexing solution) or...
  • Xapian core plus bindings (text indexing)
  • bsadmin (the Bioscape administrative application)
  • cmdsyntax (command option processing)
  • pprocess (for use of multiple processes)

For bsweb:

  • bsindex (the Bioscape text indexing application) plus dependencies
  • bsadmin (the Bioscape administrative application) plus dependencies
  • WebStack plus dependencies
  • XSLTools plus dependencies
  • libxml2dom plus dependencies
  • cmdsyntax (command option processing)
  • Apache (or equivalent Web server)

Scripts providing guidance for downloading and building these dependencies are provided in the docs/dependencies directory of the bsadmin distribution.

Additional Resources

Some additional resources have been bundled with the software. See the README.txt files in the distributions for more information.

External Resources

Bioscape makes extensive use of data provided by Entrez Gene and PubMed, as well as Entrez Taxonomy, ChEBI and Gene Ontology.