diff options
author | Zachary Sloan | 2014-01-30 00:53:21 +0000 |
---|---|---|
committer | Zachary Sloan | 2014-01-30 00:53:21 +0000 |
commit | a0f5aae35941d880f58f178c80bfe0b346d7e8af (patch) | |
tree | d2a578ddd53ae90d646d13d4d33476e81a92c9b5 /misc | |
parent | d8dae52c0b534a37697962326f0fcbac781b0ce1 (diff) | |
download | genenetwork2-a0f5aae35941d880f58f178c80bfe0b346d7e8af.tar.gz |
Most of the work is done towards running lmm.py from the command line
and storing the results in redis
Diffstat (limited to 'misc')
-rw-r--r-- | misc/notes.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/notes.txt b/misc/notes.txt index fa2152d9..f8ce2759 100644 --- a/misc/notes.txt +++ b/misc/notes.txt @@ -273,7 +273,9 @@ grep -ir (search string) (directory) =========================================== -Use argparse to deal with command line arguments (instead of argv) +Command line arguments: + +Use argparse to deal with command line arguments (instead of argv or optparse) =========================================== |