Difference between revisions of "Main Page"

From GMOD
Jump to: navigation, search
Line 1: Line 1:
  
  
From last week:
+
From the last few weeks:
  
* Rebuilt (several times) the apollo sample database in the process of creating a release candidate for gmod-0.5. [http://gmod.cvs.sourceforge.net/gmod/sample_dbs/ Created a sample database cvs repository] to move it out of the schema cvs because it is quite big.
+
* Updated Makefile.PL for chado to be consistent with the way non-default schemas are supposed to be installed, and updated the INSTALL doc to reflect the changes.
* Created gmod-0.5-RC1, which included GMODTools using the ant build target 'gmodrel'.
+
* Updated the default schema and the documentation for creating AutoDBI.PL.
 
+
* Finished up work on the Class::DBI create script; it now uses the template toolkit to create the cdbi packages (based on Brian O'Connor's template for turnkey).
For this week:
+
* Tested gmod_load_gff3.pl (the cdbi loader) with SGD data and the data in the GBrowse test suite.
 
+
* Several misc documentation updates
* Work on the gbrowse adaptor middleware presentation for the gmod meeting.
+
* Came to the realization that a 0.1 release is pretty much ready to go.<br />
* Create an 'install disk' for gbrowse 1.66 to install on windows. Should be fairly straight forward compared to previous attempts at this sort of thing.
+
* Tie up meeting loose ends in prep for leaving for San Diego on Saturday and giving a GBrowse tutorial on Sunday.
+

Revision as of 18:13, 25 January 2007


From the last few weeks:

  • Updated Makefile.PL for chado to be consistent with the way non-default schemas are supposed to be installed, and updated the INSTALL doc to reflect the changes.
  • Updated the default schema and the documentation for creating AutoDBI.PL.
  • Finished up work on the Class::DBI create script; it now uses the template toolkit to create the cdbi packages (based on Brian O'Connor's template for turnkey).
  • Tested gmod_load_gff3.pl (the cdbi loader) with SGD data and the data in the GBrowse test suite.
  • Several misc documentation updates
  • Came to the realization that a 0.1 release is pretty much ready to go.