diff options
author | Zachary Sloan | 2012-11-21 17:54:13 -0600 |
---|---|---|
committer | Zachary Sloan | 2012-11-21 17:54:13 -0600 |
commit | 1749c660a7e71f10bbdec04f8bf7bb77df3f3eef (patch) | |
tree | f59874aede8f3342063e881fc569d8077608a550 /misc | |
parent | 7444dd226335fe859d2c51a44c67820a5dd024d8 (diff) | |
download | genenetwork2-1749c660a7e71f10bbdec04f8bf7bb77df3f3eef.tar.gz |
Changed parser to allow for bother square brackets and parentheses
Changed show_trait.coffee to get the stats table working again
Still need to get stats table to work with changed values
Diffstat (limited to 'misc')
-rw-r--r-- | misc/notes.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/notes.txt b/misc/notes.txt index b3678a04..59ab79cb 100644 --- a/misc/notes.txt +++ b/misc/notes.txt @@ -1,5 +1,7 @@ To get server running: +!If having seemingly inexplicable problems with imports, make sure I've started the environment! + Start up virtual environment: source ~/ve27/bin/activate |