From: preecej Date: Wed, 3 Aug 2011 22:24:36 +0000 (+0000) Subject: Set seed values for fresh import. X-Git-Url: http://gitweb.planteome.org/?a=commitdiff_plain;h=0ebdb86e1ccb23ffcef1ce3e54c56d369d16d82c;p=old-jaiswallab-svn%2F.git Set seed values for fresh import. svn path=/; revision=139 --- diff --git a/preecej/semantic_wiki/paw_TransformForImport.pl b/preecej/semantic_wiki/paw_TransformForImport.pl index f1f3dd7..8c91c1e 100644 --- a/preecej/semantic_wiki/paw_TransformForImport.pl +++ b/preecej/semantic_wiki/paw_TransformForImport.pl @@ -135,8 +135,8 @@ my %annotations; # keyed on Gene Symbol # page id seeds, until I can figure out how to auto-increment w/in the import # script -my $SOURCE_TITLE_SEED = 4; -my $ANNOT_TITLE_SEED = 14; +my $SOURCE_TITLE_SEED = 1; +my $ANNOT_TITLE_SEED = 1; my $species_name = "Arabidopsis thaliana"; # obviously temporary; need an NCBI lookup