From cd9e120fa77a68f570d615a17071928d0c91aac2 Mon Sep 17 00:00:00 2001 From: Artem Tarasov Date: Thu, 7 May 2015 18:05:57 +0300 Subject: Excel export of trait data --- misc/requirements.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'misc') diff --git a/misc/requirements.txt b/misc/requirements.txt index ec02a2c2..3487aa09 100644 --- a/misc/requirements.txt +++ b/misc/requirements.txt @@ -32,3 +32,4 @@ scipy==0.11.0 simplejson==3.0.7 wsgiref==0.1.2 yolk==0.4.3 +XlsxWriter=0.7.2 -- cgit 1.4.1 From 287296f6e3850fcb5bb543d1320085122905a80f Mon Sep 17 00:00:00 2001 From: Artem Tarasov Date: Tue, 23 Jun 2015 20:47:49 +0300 Subject: added CairoSVG to misc/requirements --- misc/requirements.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'misc') diff --git a/misc/requirements.txt b/misc/requirements.txt index 3487aa09..a490ecad 100644 --- a/misc/requirements.txt +++ b/misc/requirements.txt @@ -17,6 +17,7 @@ Werkzeug==0.8.3 apache-libcloud==0.12.3 argparse==1.2.1 blinker==1.2 +cairosvg==1.0.15 itsdangerous==0.17 logging-tree==1.2 logilab-astng==0.24.3 -- cgit 1.4.1 From 7309d2c60f8b038933629a425b16b56fa13fcd1a Mon Sep 17 00:00:00 2001 From: DannyArends Date: Mon, 7 Sep 2015 20:41:18 +0200 Subject: The misc/requirements.txt does not break the Docker build anymore --- misc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc') diff --git a/misc/requirements.txt b/misc/requirements.txt index a490ecad..39ee5652 100644 --- a/misc/requirements.txt +++ b/misc/requirements.txt @@ -33,4 +33,4 @@ scipy==0.11.0 simplejson==3.0.7 wsgiref==0.1.2 yolk==0.4.3 -XlsxWriter=0.7.2 +XlsxWriter==0.7.2 -- cgit 1.4.1 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 1.4.1 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 1.4.1 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 1.4.1 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 1.4.1