From 63e3ce06406b90f148384a5f75bb14ba46ccc8b1 Mon Sep 17 00:00:00 2001 From: Alexander Kabui Date: Fri, 25 Mar 2022 15:49:50 +0300 Subject: add rscript variable --- gn3/settings.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gn3/settings.py b/gn3/settings.py index 6eec2a1..80cc7b4 100644 --- a/gn3/settings.py +++ b/gn3/settings.py @@ -2,6 +2,7 @@ import tempfile import os +import pathlib BCRYPT_SALT = "$2b$12$mxLvu9XRLlIaaSeDxt8Sle" # Change this! DATA_DIR = "" @@ -24,7 +25,9 @@ SECRET_KEY = "password" GN2_BASE_URL = "http://www.genenetwork.org/" -# wgcna script +# R script +R_SCRIPTS = pathlib.Path("./scripts/").absolute() + WGCNA_RSCRIPT = "wgcna_analysis.R" # qtlreaper command REAPER_COMMAND = f"{os.environ.get('GUIX_ENVIRONMENT')}/bin/qtlreaper" -- cgit v1.2.3