From d549aa892bf4a8d6069676cd4926e0a17208e479 Mon Sep 17 00:00:00 2001 From: DannyArends Date: Fri, 11 Sep 2015 16:08:40 +0200 Subject: Notes while integrating WCGNA --- misc/notes_DA.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 misc/notes_DA.txt (limited to 'misc') diff --git a/misc/notes_DA.txt b/misc/notes_DA.txt new file mode 100644 index 00000000..bf4c849b --- /dev/null +++ b/misc/notes_DA.txt @@ -0,0 +1,6 @@ +Danny's notes about the genenetwork source + +Location of static files: + +Location of HTML templates: wqflask/wqflask/templates/ + -- cgit v1.2.3 From a741a7cf54dd5c69f7a97ad56d61b16062920935 Mon Sep 17 00:00:00 2001 From: DannyArends Date: Fri, 11 Sep 2015 17:51:52 +0200 Subject: Some more notes --- misc/notes_DA.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'misc') diff --git a/misc/notes_DA.txt b/misc/notes_DA.txt index bf4c849b..410e0182 100644 --- a/misc/notes_DA.txt +++ b/misc/notes_DA.txt @@ -2,5 +2,9 @@ Danny's notes about the genenetwork source Location of static files: -Location of HTML templates: wqflask/wqflask/templates/ +Location of HTML templates: wqflask/wqflask/templates/ + +Entry point of the wqflask app: wqflask/wqflask/__init__.py + +Application routes: wqflask/wqflask/views.py -- cgit v1.2.3 From e48f0d98a74152908e3924b4d660fae639471a8b Mon Sep 17 00:00:00 2001 From: DannyArends Date: Fri, 11 Sep 2015 18:26:29 +0200 Subject: Adding python package pandas to the requirements --- misc/requirements.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'misc') diff --git a/misc/requirements.txt b/misc/requirements.txt index 39ee5652..03e65a6a 100644 --- a/misc/requirements.txt +++ b/misc/requirements.txt @@ -34,3 +34,4 @@ simplejson==3.0.7 wsgiref==0.1.2 yolk==0.4.3 XlsxWriter==0.7.2 +pandas==0.16.2 -- cgit v1.2.3 From aec0f49e0261f7cd3768ffd3eed2d90c4db750ff Mon Sep 17 00:00:00 2001 From: DannyArends Date: Fri, 11 Sep 2015 20:02:00 +0200 Subject: pandas is deprecated, so let's not use it --- misc/requirements.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'misc') diff --git a/misc/requirements.txt b/misc/requirements.txt index 03e65a6a..39ee5652 100644 --- a/misc/requirements.txt +++ b/misc/requirements.txt @@ -34,4 +34,3 @@ simplejson==3.0.7 wsgiref==0.1.2 yolk==0.4.3 XlsxWriter==0.7.2 -pandas==0.16.2 -- cgit v1.2.3