ProDBWiki/DeveloperDocumentation/copyDB: Difference between revisions

From BRF-Software
Jump to navigation Jump to search
imported>NicoleChaux
No edit summary
imported>NicoleChaux
No edit summary
Line 2: Line 2:
= CopyDB.cgi =
= CopyDB.cgi =


under constructions!
== Overview ==
 
CopyDB.cgi is a script at the mascot server. It handles the setting and getting from a database. To write this script had two different reasons. First the function ''reduce_search_space'' [[ProDBWiki/DeveloperDocumentation/reduceSearchSpace]] from msanalysis.cgi needed to send a database to mascot, so that it can make a search against the  database. Therefore you can use the function ''set_database''. Second, the search tool emowse needed to get the selected databases, from the search form, from mascot to submit his searches to the databases. For this problem you can use the function ''get_database''.
 
== set_database ==
 
== get_database ==


Author: Nicole de la Chaux
Author: Nicole de la Chaux

Revision as of 09:22, 27 May 2005

CopyDB.cgi

Overview

CopyDB.cgi is a script at the mascot server. It handles the setting and getting from a database. To write this script had two different reasons. First the function reduce_search_space ProDBWiki/DeveloperDocumentation/reduceSearchSpace from msanalysis.cgi needed to send a database to mascot, so that it can make a search against the database. Therefore you can use the function set_database. Second, the search tool emowse needed to get the selected databases, from the search form, from mascot to submit his searches to the databases. For this problem you can use the function get_database.

set_database

get_database

Author: Nicole de la Chaux