aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorZachary Sloan2012-12-05 18:03:23 -0600
committerZachary Sloan2012-12-05 18:03:23 -0600
commita7cc1119ebfbfab3ba5260be75c87cd4496f09b7 (patch)
tree92965e459267bf9d11aa3519e69789b0aa8bcc81 /misc
parent292d177f768e8f949bc50f8896b560879aaae178 (diff)
downloadgenenetwork2-a7cc1119ebfbfab3ba5260be75c87cd4496f09b7.tar.gz
Renamed webqtlTrait.py to trait.py
Renamed webqtlTrait class to GeneralTrait Began process of removing fd from show_trait.py Created DatasetGroup object in data_set.py (this may end up becoming its own file later if it becomes big enough)
Diffstat (limited to 'misc')
-rw-r--r--misc/notes.txt10
-rw-r--r--misc/todo.txt4
2 files changed, 12 insertions, 2 deletions
diff --git a/misc/notes.txt b/misc/notes.txt
index 59ab79cb..b0c0762c 100644
--- a/misc/notes.txt
+++ b/misc/notes.txt
@@ -14,6 +14,9 @@ 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
+
Run server:
python runserver.py
@@ -63,11 +66,16 @@ Classes should always inherit "object"
htop: Gives information on processes, cpu/memory load, etc
dstat: Also gives various system information, resource usage, etc
df: Reports file system disk space usage
-
+d
===========================================
tidyp - Improves/beautifies html code
tidyp -m -i -w 100 index_page.html
+===========================================
+
+ps -ax - View processes
+
+kill (process #)
diff --git a/misc/todo.txt b/misc/todo.txt
index 609e053f..60655a71 100644
--- a/misc/todo.txt
+++ b/misc/todo.txt
@@ -1 +1,3 @@
-- Read about grep/locate/find \ No newline at end of file
+- Check about using trait id instead of trait name in queries in data_set.py
+
+- Ask Rob about Probe/cellid traits \ No newline at end of file