From: <jas...@us...> - 2002-10-20 15:04:16
|
Update of /cvsroot/genex/genex-server In directory usw-pr-cvs1:/tmp/cvs-serv23060 Modified Files: ChangeLog TODO Log Message: usual Index: ChangeLog =================================================================== RCS file: /cvsroot/genex/genex-server/ChangeLog,v retrieving revision 1.99 retrieving revision 1.100 diff -C2 -d -r1.99 -r1.100 *** ChangeLog 15 Oct 2002 19:25:10 -0000 1.99 --- ChangeLog 20 Oct 2002 15:04:13 -0000 1.100 *************** *** 1,2 **** --- 1,25 ---- + 2002-10-20 Jason E. Stewart <ja...@op...> + + * Install (Repository): + added fix for db.pl not being able to run by postgres - was + multiple problems. First the install was in the wrong + directory, so one needed to do a chdir. Second the default + hba.conf for 7.2 dis-allows password authentication. + + * Configure (Repository): + added GENEX_UPLOAD_DIR + removed GENEX_SUBMISSION_HOME + renamed LOCAL_BIN -> GENEX_BIN_DIR + + * DB/xml/FeatureExtractionSoftware.xml (Repository): + added the data matching regexes needed for the data loader + + * DB/xml/ExperimentSet.xml (Repository): + renamed submission_date -> creation_date + + * G2G/mason/workspace.html.in (Repository): + fixed @local default + commented out session info - seemed to be messing up sub-components + 2002-10-15 Jason E. Stewart <ja...@op...> *************** *** 1471,1475 **** otherwise, a new '#!' is added to the beginning each time the script is run. ! Added a line to mkdir $LOCAL_BIN Genex.pm is now made from within the script GetOrSet() had it's logic re-ordered to deal with cached values. --- 1494,1498 ---- otherwise, a new '#!' is added to the beginning each time the script is run. ! Added a line to mkdir $GENEX_BIN_DIR Genex.pm is now made from within the script GetOrSet() had it's logic re-ordered to deal with cached values. Index: TODO =================================================================== RCS file: /cvsroot/genex/genex-server/TODO,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** TODO 27 May 2001 05:43:43 -0000 1.19 --- TODO 20 Oct 2002 15:04:13 -0000 1.20 *************** *** 1,4 **** --- 1,17 ---- TODO ======= + Thu Oct 17 13:41:31 MDT 2002 + * Where to meet + - AAAS Denver, Feb 2003 + - EOS, Nov 2002 + - VCU, Teleconference, Feb 2003 + * genex-user ml is revived + * Bugzilla to SF + * release of genex-1.x + * release of genex-2.x + - Procedure/Protocol/Step (feature addition) + - QC: test data sets (Affy - MAS4/5, QuantArray, GenePix) + - talk to Brandon about Caltech MAGE work + Sat May 26 23:38:47 MDT 2001 * update INSTALL to explain Xerces installation |