From: Steve F. <sfi...@pc...> - 2004-01-21 19:01:24
|
In general, the things in that file are values that are substituted into the WDK code. PROJECT_ID: some queries are constrained by project_id. Eg, find all na_sequences that are from a given project. If you don't plan on using this i think you can ignore this property SHOW_PRIVATE_IDS and PRIVATE_SEQ_DB_IDS has to do with storing sequences that are proprietary. I woudld set the first to true and ignore the second. steve Fidel Salas wrote: >I am trying to install the WDK. I have a question wrt the >InstallConfig.pm file, which is used to configure each servlet. > >The variable $InstallConfig::CONFIG uses a hash with some params. >Would someone elaborate on what PROJECT_ID, SHOW_PRIVATE_SEQS, and >PRIVATE_SEQ_DB_IDS (see below for $InstallConfig::CONFIG example) are >supposed to be for? I assume that PROJECT_ID comes from >core.projectinfo. > >Thanks > >Fidel > > >'dotsgenes'=> { > ... > params { > ... > PROJECT_ID => 839, # AllGenes-6.0 > SHOW_PRIVATE_SEQS => 0, > PRIVATE_SEQ_DB_IDS => '(178,3392,3892)', > .... > > > > >------------------------------------------------------- >The SF.Net email is sponsored by EclipseCon 2004 >Premiere Conference on Open Tools Development and Integration >See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. >http://www.eclipsecon.org/osdn >_______________________________________________ >Gusdev-gusdev mailing list >Gus...@li... >https://lists.sourceforge.net/lists/listinfo/gusdev-gusdev > > |