aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorZachary Sloan2014-01-30 00:53:21 +0000
committerZachary Sloan2014-01-30 00:53:21 +0000
commita0f5aae35941d880f58f178c80bfe0b346d7e8af (patch)
treed2a578ddd53ae90d646d13d4d33476e81a92c9b5 /misc
parentd8dae52c0b534a37697962326f0fcbac781b0ce1 (diff)
downloadgenenetwork2-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.txt4
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)
===========================================