diff options
author | Zachary Sloan | 2014-01-24 20:52:46 +0000 |
---|---|---|
committer | Zachary Sloan | 2014-01-24 20:52:46 +0000 |
commit | 2df34255de526e1e016100a8772d2c8e10eb970f (patch) | |
tree | 8818a002dce0a933b63f6532f9ef0c182ade4a5b /misc | |
parent | 6b367e3e2ee144aae5b79c50234faf0ea49adba6 (diff) | |
download | genenetwork2-2df34255de526e1e016100a8772d2c8e10eb970f.tar.gz |
Added natural sort to sort the index column for the sample data in
the trait page
Hid the Quick Search on the index page until it is working well.
Started writing a file to run the pyLMM code in the background to
avoid memory issues/timing out
Diffstat (limited to 'misc')
-rw-r--r-- | misc/notes.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/notes.txt b/misc/notes.txt index 5a43ab8a..fa2152d9 100644 --- a/misc/notes.txt +++ b/misc/notes.txt @@ -273,6 +273,10 @@ grep -ir (search string) (directory) =========================================== +Use argparse to deal with command line arguments (instead of argv) + +=========================================== + Change owner/group: chown zas1024 somefile (change owner of somefile to zas1024) |