diff options
Diffstat (limited to 'issues/genenetwork')
-rw-r--r-- | issues/genenetwork/genenetwork2_configurations.gmi | 2 | ||||
-rw-r--r-- | issues/genenetwork/genenetwork3_configuration.gmi | 13 |
2 files changed, 15 insertions, 0 deletions
diff --git a/issues/genenetwork/genenetwork2_configurations.gmi b/issues/genenetwork/genenetwork2_configurations.gmi index d0b4e21..65ad3ad 100644 --- a/issues/genenetwork/genenetwork2_configurations.gmi +++ b/issues/genenetwork/genenetwork2_configurations.gmi @@ -19,6 +19,8 @@ The current way the configuration in Genenetwork2 works is as follows: From these, `GN2_PROFILE` is the only environment variable that needs to be set up. All the other variables can be set in the settings file. +The file `wqflask/base/webqtlConfig.py` also has some configurations that need to be handled. + The sub-sections that follow will contain more information on variables and what needs to be done ### `GN2_PROFILE`-Dependent Environment Variables diff --git a/issues/genenetwork/genenetwork3_configuration.gmi b/issues/genenetwork/genenetwork3_configuration.gmi new file mode 100644 index 0000000..412928a --- /dev/null +++ b/issues/genenetwork/genenetwork3_configuration.gmi @@ -0,0 +1,13 @@ +# Genenetwork2 Configurations + +## Tags + +* assigned: fredm +* priority: normal +* status: open +* keywords: configuration, config, gn2, genenetwork, genenetwork2 +* type: bug + +## Description + +The configuration file should only ever contain settings, and no code. Remove all code from the default settings file. |