From 8aeff9b91d078a40a50d13f6393a1f1dabf62aa4 Mon Sep 17 00:00:00 2001 From: Zachary Sloan Date: Fri, 18 Jan 2013 16:58:28 -0600 Subject: 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 --- misc/notes.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'misc') 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: -- cgit v1.2.3