diff options
author | Lei Yan | 2013-05-08 22:16:26 +0000 |
---|---|---|
committer | Lei Yan | 2013-05-08 22:16:26 +0000 |
commit | b4371ef0d96605187b7474e7e4844dbebab67d8b (patch) | |
tree | 14b68ddaa9916494551c4306c63b1a7719f7d993 /misc | |
parent | 34312cfacdcb5af450d33ac3b54d7c01a6a61788 (diff) | |
download | genenetwork2-b4371ef0d96605187b7474e7e4844dbebab67d8b.tar.gz |
Worked on correlation page
Wrote function in dataset.py that gets all the traits in a dataset
and their sample values
Diffstat (limited to 'misc')
-rw-r--r-- | misc/notes.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/notes.txt b/misc/notes.txt index 6bdcccf3..4e478345 100644 --- a/misc/notes.txt +++ b/misc/notes.txt @@ -82,9 +82,8 @@ export TERM=screen To search for commands in history if necessary: history | grep "(whatever is being searched for)" -Run web server: -/usr/local/nginx/sbin/nginx -/usr/sbin/nginx +Reload web server: +/usr/sbin/nginx -s reload Run server: python runserver.py |