|
From: <jas...@us...> - 2003-04-09 20:43:00
|
Update of /cvsroot/genex/genex-server/Genex In directory sc8-pr-cvs1:/tmp/cvs-serv31449/Genex Modified Files: ChangeLog TODO Log Message: new Index: ChangeLog =================================================================== RCS file: /cvsroot/genex/genex-server/Genex/ChangeLog,v retrieving revision 1.128 retrieving revision 1.129 diff -C2 -d -r1.128 -r1.129 *** ChangeLog 12 Jan 2003 19:50:33 -0000 1.128 --- ChangeLog 9 Apr 2003 20:42:51 -0000 1.129 *************** *** 1,6 **** --- 1,31 ---- + 2003-04-09 Jason E. Stewart <ja...@op...> + + * scripts/mbad-insert.pl.in (Repository): + the loader will begin reading data after the first data regex if + the second is not defined + + 2003-04-08 Jason E. Stewart <ja...@op...> + + * scripts/array-design-insert.pl.in (Repository): + fixed call to insert_matrix() which returns an array ref and not + an array + + 2003-04-04 Jason E. Stewart <ja...@op...> + + * scripts/array-design-insert.pl.in (Repository): + adding ability to insert Affy designs in chunks + added --no_fr_maps + 2003-01-12 Jason E. Stewart <ja...@op...> + * scripts/xml2sql.pl.in (Repository): + * scripts/create_genex_db.pl.in (Repository): + * scripts/create_genex_class.pl.in (Repository): + * scripts/array-design-insert.pl.in (Repository): + updated for XML::Xerces 2.0+ + * XMLUtils/XMLUtils.pm.in (Repository): removed references to AM_Spots + updated for XML::Xerces 2.0+ 2003-01-11 Jason E. Stewart <ja...@op...> Index: TODO =================================================================== RCS file: /cvsroot/genex/genex-server/Genex/TODO,v retrieving revision 1.42 retrieving revision 1.43 diff -C2 -d -r1.42 -r1.43 *** TODO 15 Oct 2002 14:57:43 -0000 1.42 --- TODO 9 Apr 2003 20:42:53 -0000 1.43 *************** *** 1,2 **** --- 1,5 ---- + Tue Apr 8 21:46:48 MDT 2003 + * have insert_matrix() return and array of pkey values + Tue Oct 15 00:03:54 MDT 2002 * fix inheritance bug where fkeys not getting created (ro_groupname in |