about summary refs log tree commit diff
path: root/misc
diff options
context:
space:
mode:
Diffstat (limited to 'misc')
-rw-r--r--misc/notes.txt13
-rw-r--r--misc/todo.txt3
2 files changed, 8 insertions, 8 deletions
diff --git a/misc/notes.txt b/misc/notes.txt
index b0c0762c..306cadeb 100644
--- a/misc/notes.txt
+++ b/misc/notes.txt
@@ -57,12 +57,6 @@ unset SSH_ASKPASS
 
 ===========================================
 
-Python stuff:
-
-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
@@ -78,4 +72,11 @@ ps -ax - View processes
 
 kill (process #)
 
+===========================================
+
+Python stuff:
+
+Classes should always inherit "object"
+To iterate through dictionary items: for X, Y in MyDictionary.items():
+
 
diff --git a/misc/todo.txt b/misc/todo.txt
index 60655a71..1d781b13 100644
--- a/misc/todo.txt
+++ b/misc/todo.txt
@@ -1,3 +1,2 @@
-- Check about using trait id instead of trait name in queries in data_set.py
-
+- Ask Rob about potentially recoding qtlreaper
 - Ask Rob about Probe/cellid traits
\ No newline at end of file