Difference between revisions of "GMOD - Getting Started"

From GMOD
Jump to: navigation, search
(New page: This is a guide to getting started with chado Chado and GMOD. If you want to set up your own model organism database, this is a good place to start; however, if all you want is a par...)
 
Line 1: Line 1:
  
  
This is a guide to getting started with [[chado Chado]] and GMOD. If you want to set up your own model organism database, this is a good place to start; however, if all you want is a particular [[software_components software component]], like [[gbrowse GBrowse]], [[apollo Apollo]] or [[cmap CMap]], you would be better off to visit the pages for those applications.
+
This is a guide to getting started with [[Chado]] and GMOD. If you want to set up your own model organism database, this is a good place to start; however, if all you want is a particular [[software component]], like [[GBrowse]], [[Apollo]] or [[CMap]], you would be better off to visit the pages for those applications.
  
 
There are currently two ways to install the GMOD components to get a working model organism database, which I will refer to as the easy way and the hard way. The easy way assumes that you have a brand new computer with [http://download.fedora.redhat.com/pub/fedora/linux/core/2/ Fedora Core 2] installed so that you can take advantage of several 'short cut' packages that have been prebuilt for that operating system and are available from [http://www.biopackages.net/ Biopackages.net]. The hard way is for any other OS and requires just about everything to be built from source.
 
There are currently two ways to install the GMOD components to get a working model organism database, which I will refer to as the easy way and the hard way. The easy way assumes that you have a brand new computer with [http://download.fedora.redhat.com/pub/fedora/linux/core/2/ Fedora Core 2] installed so that you can take advantage of several 'short cut' packages that have been prebuilt for that operating system and are available from [http://www.biopackages.net/ Biopackages.net]. The hard way is for any other OS and requires just about everything to be built from source.
Line 7: Line 7:
 
A few particularly good pieces of documentation you might want to look at are:
 
A few particularly good pieces of documentation you might want to look at are:
  
* [[/schema-cvs/chado/doc/Chado_Schema_Documentation.doc Chado_Schema_Documentation.doc]], a MS Word document giving a detailed explaination of many Chado concepts (older).
+
* [[Chado_Schema_Documentation.doc]], a MS Word document giving a detailed explaination of many Chado concepts (older).
* [[/schema-cvs/chado/doc/chado-manual/ Chado Manual]], a set of html pages automatically generated from tex files, where some of those tex files were automatically generated from sql files (newer).
+
* [[Chado Manual]], a set of html pages automatically generated from tex files, where some of those tex files were automatically generated from sql files (newer).
* [[/schema-cvs/chado/doc/chado-scenarios.xml chado-scenarios.xml]], an XML file with Chado usage scenarios. This document has an xslt applied to it, so hopefully your browser will support that as well as mine.
+
* [[chado-scenarios.xml]], an XML file with Chado usage scenarios. This document has an xslt applied to it, so hopefully your browser will support that as well as mine.
 
* [http://www.gmod.org/schema-cvs/chado/doc/ChadoCSHMay03Slides.pdf ChadoCSHMay03Slides.pdf], a presentation given by Stan Letovsky at the May, 2003 GMOD meeting to introduce the basic concepts in Chado.
 
* [http://www.gmod.org/schema-cvs/chado/doc/ChadoCSHMay03Slides.pdf ChadoCSHMay03Slides.pdf], a presentation given by Stan Letovsky at the May, 2003 GMOD meeting to introduce the basic concepts in Chado.
  
  
  
* [[biopackages The easy way]]
+
* [[The easy way]]
* [[the_hard_way The hard way]]
+
* [[The hard way]]

Revision as of 18:40, 25 January 2007


This is a guide to getting started with Chado and GMOD. If you want to set up your own model organism database, this is a good place to start; however, if all you want is a particular software component, like GBrowse, Apollo or CMap, you would be better off to visit the pages for those applications.

There are currently two ways to install the GMOD components to get a working model organism database, which I will refer to as the easy way and the hard way. The easy way assumes that you have a brand new computer with Fedora Core 2 installed so that you can take advantage of several 'short cut' packages that have been prebuilt for that operating system and are available from Biopackages.net. The hard way is for any other OS and requires just about everything to be built from source.

A few particularly good pieces of documentation you might want to look at are:

  • Chado_Schema_Documentation.doc, a MS Word document giving a detailed explaination of many Chado concepts (older).
  • Chado Manual, a set of html pages automatically generated from tex files, where some of those tex files were automatically generated from sql files (newer).
  • chado-scenarios.xml, an XML file with Chado usage scenarios. This document has an xslt applied to it, so hopefully your browser will support that as well as mine.
  • ChadoCSHMay03Slides.pdf, a presentation given by Stan Letovsky at the May, 2003 GMOD meeting to introduce the basic concepts in Chado.