NOTE: We are working on migrating this site away from MediaWiki, so editing pages will be disabled for now.

Difference between revisions of "SupplementaryInformation"

From GMOD
Jump to: navigation, search
(Supplementary information for Reactome)
(Installing your own Reactome)
 
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
If you would like to install a local copy of Reactome to try out some ideas, take a look at: [[SettingUpReactome|SettingUpReactome]].
 
If you would like to install a local copy of Reactome to try out some ideas, take a look at: [[SettingUpReactome|SettingUpReactome]].
  
Don't use the default tarball mentioned in the above document, use this one instead: [www.reactome.org/download/exchange/GKB.tar.gz]
+
Don't use the default tarball mentioned in the above document, use this one instead: [http://www.reactome.org/download/exchange/GKB.tar.gz GKB.tar.gz].  It was checked out from the Reactome CVS on the 12th April, 2011.
  
 
Points to note about installation:
 
Points to note about installation:

Latest revision as of 10:50, 12 April 2011

Supplementary information for Reactome

Installing your own Reactome

If you would like to install a local copy of Reactome to try out some ideas, take a look at: SettingUpReactome.

Don't use the default tarball mentioned in the above document, use this one instead: GKB.tar.gz. It was checked out from the Reactome CVS on the 12th April, 2011.

Points to note about installation:

  1. You will find it easiest to install on Debian or Ubuntu. We can't offer much support or advice for other operating systems.
  2. You are strongly encouraged to use the "cpan -i" command to download Perl modules.
  3. The Javascript portion of the code is in GKB/website/html/entitylevelview.
  4. You will need to set up an Apache server to see the Reactome web pages, and the configuration file for this will need to be modified. It is located in GKB/website/conf.
  5. You should customize GKB/modules/GKB/Config.pm to set up the directory structure properly. Make sure that the "$DEFAULT_VIEW_FORMAT" variable is set to "elv".

Database schema

To understand Reactome's database schema, look at: DataModel.