diff options
author | Alexander Kabui | 2022-01-30 15:54:47 +0300 |
---|---|---|
committer | BonfaceKilz | 2022-02-02 10:59:34 +0300 |
commit | 860083eb2e0defca34cc865da89119477decbfe9 (patch) | |
tree | cdee412ccd6ea538fd5e5ebedc9dc6a5bfee6741 /scripts | |
parent | 6e01fe84a86914cb134ae8c6b3b203c22783e4c2 (diff) | |
download | genenetwork3-860083eb2e0defca34cc865da89119477decbfe9.tar.gz |
new line fix
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/ctl_analysis.R | 3 |
1 files changed, 2 insertions, 1 deletions
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) + |