aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Kabui2022-01-30 15:54:47 +0300
committerBonfaceKilz2022-02-02 10:59:34 +0300
commit860083eb2e0defca34cc865da89119477decbfe9 (patch)
treecdee412ccd6ea538fd5e5ebedc9dc6a5bfee6741
parent6e01fe84a86914cb134ae8c6b3b203c22783e4c2 (diff)
downloadgenenetwork3-860083eb2e0defca34cc865da89119477decbfe9.tar.gz
new line fix
-rw-r--r--gn3/api/ctl.py3
-rw-r--r--gn3/computations/ctl.py1
-rw-r--r--scripts/ctl_analysis.R3
3 files changed, 5 insertions, 2 deletions
diff --git a/gn3/api/ctl.py b/gn3/api/ctl.py
index 5ed36cb..7eca618 100644
--- a/gn3/api/ctl.py
+++ b/gn3/api/ctl.py
@@ -19,4 +19,5 @@ def run_ctl():
return jsonify({
"results":results
- }) \ No newline at end of file
+ })
+
diff --git a/gn3/computations/ctl.py b/gn3/computations/ctl.py
index d11b691..1a71056 100644
--- a/gn3/computations/ctl.py
+++ b/gn3/computations/ctl.py
@@ -33,3 +33,4 @@ def call_ctl_script(data):
except Exception as e:
return str(e)
+
diff --git a/scripts/ctl_analysis.R b/scripts/ctl_analysis.R
index e36ddd1..e43cd6c 100644
--- a/scripts/ctl_analysis.R
+++ b/scripts/ctl_analysis.R
@@ -219,4 +219,5 @@ json_data <- list(phenotypes = input$phenoData$trait_db_list,significance_data =
json_data <- toJSON(json_data)
-write(json_data,file= json_file_path) \ No newline at end of file
+write(json_data,file= json_file_path)
+