diff options
author | Zachary Sloan | 2013-01-18 16:58:28 -0600 |
---|---|---|
committer | Zachary Sloan | 2013-01-18 16:58:28 -0600 |
commit | 8aeff9b91d078a40a50d13f6393a1f1dabf62aa4 (patch) | |
tree | 88f11e9a92b94030aa814bde999e63f630899e0a /misc | |
parent | d39b691994a395c45fa242de6d64d12a5470af10 (diff) | |
download | genenetwork2-8aeff9b91d078a40a50d13f6393a1f1dabf62aa4.tar.gz |
Renamed CorrelationPage.py to show_corr_results.py
Worked with correlation code; got to the code that
begins to do the actual correlations
Created a function "get_dataset_and_trait" in
the new file "helper_functions.py" because the
code initializing the dataset and trait objects
was repeated in multiple places
Diffstat (limited to 'misc')
-rw-r--r-- | misc/notes.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/misc/notes.txt b/misc/notes.txt index f9834fa3..c10b39e6 100644 --- a/misc/notes.txt +++ b/misc/notes.txt @@ -1,6 +1,12 @@ Clone code from git repository: git clone http://github.com/zsloan/genenetwork.git gene +Pull from branch in git repository: +git pull origin flask(or whatever the branch is) + +Install from requirements.txt: +pip install -r gene/wqflask/requirements.txt -t ve27 + ============================================ To get server running: |