diff options
author | Zachary Sloan | 2013-07-18 17:39:10 -0500 |
---|---|---|
committer | Zachary Sloan | 2013-07-18 17:39:10 -0500 |
commit | 0fcadee805a6d4a2007e57a69ab130eb9b1c1a3c (patch) | |
tree | c5c981b472d6d4754ad67cdb7e3682641fa6f35e /misc | |
parent | 89c4dc078c6371e4bc56bf8708fc7dca6c49b350 (diff) | |
download | genenetwork2-0fcadee805a6d4a2007e57a69ab130eb9b1c1a3c.tar.gz |
Added Amelie's rat data genotypes
Got human mapping mostly working
Fixed dataset dropdown menus
Diffstat (limited to 'misc')
-rw-r--r-- | misc/notes.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/misc/notes.txt b/misc/notes.txt index 9da6c4ea..d9bd6e41 100644 --- a/misc/notes.txt +++ b/misc/notes.txt @@ -245,6 +245,11 @@ To iterate through dictionary items: for X, Y in MyDictionary.items(): =========================================== +Change import path from command line +export PYTHONPATH=~/gene/wqflask (or whatever) + +=========================================== + Create symbolic link: ln -s dir_to_link_to linking_dir |