Hello!
To see the file structure, click on "tree".
Note that updates take place every 10 minutes, commits may not be seen immediately.
projects
/
old-jaiswallab-svn
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b08d11a
)
Set seed values for fresh import.
author
preecej
<preecej@localhost>
Wed, 3 Aug 2011 22:24:36 +0000
(22:24 +0000)
committer
preecej
<preecej@localhost>
Wed, 3 Aug 2011 22:24:36 +0000
(22:24 +0000)
svn path=/; revision=139
preecej/semantic_wiki/paw_TransformForImport.pl
patch
|
blob
|
history
diff --git
a/preecej/semantic_wiki/paw_TransformForImport.pl
b/preecej/semantic_wiki/paw_TransformForImport.pl
index f1f3dd77397450fda550e9b3bb17b1b206a64e52..8c91c1e64b5561392f46ce1676baf4e4217aee6a 100644
(file)
--- 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 = 1
4
;
+my $SOURCE_TITLE_SEED =
1;
+my $ANNOT_TITLE_SEED = 1;
my $species_name = "Arabidopsis thaliana"; # obviously temporary; need an NCBI lookup