Hello!

To see the file structure, click on "tree".

Note that updates take place every 10 minutes, commits may not be seen immediately.
Set seed values for fresh import.
authorpreecej <preecej@localhost>
Wed, 3 Aug 2011 22:24:36 +0000 (22:24 +0000)
committerpreecej <preecej@localhost>
Wed, 3 Aug 2011 22:24:36 +0000 (22:24 +0000)
svn path=/; revision=139

preecej/semantic_wiki/paw_TransformForImport.pl

index f1f3dd77397450fda550e9b3bb17b1b206a64e52..8c91c1e64b5561392f46ce1676baf4e4217aee6a 100644 (file)
@@ -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