diff options
author | Zachary Sloan | 2013-01-04 17:09:27 -0600 |
---|---|---|
committer | Zachary Sloan | 2013-01-04 17:09:27 -0600 |
commit | 2520342c689233a82b70b5328a044add87169d84 (patch) | |
tree | 70ddcbed5786250659b6682a5f8409485f0ba20f /misc | |
parent | 91ed29ef68e8ad29b728f7f574ccc83730d9f7ab (diff) | |
download | genenetwork2-2520342c689233a82b70b5328a044add87169d84.tar.gz |
Correct results are being returned from reaper for the marker regression page
Diffstat (limited to 'misc')
-rw-r--r-- | misc/notes.txt | 13 | ||||
-rw-r--r-- | misc/todo.txt | 3 |
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 |