blob: cdd7c151a4461f541559bcd6d7b0cd7028818743 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Genenetwork3 Configurations
## Tags
* assigned: fredm
* priority: normal
* status: closed, completed
* 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.
Eschew executable formats (*.py) for configuration files and prefer non-executable formats e.g. *.cfg, *.json, *.conf etc
## Closed as Completed
See commit https://github.com/genenetwork/genenetwork3/commit/977efbb54da284fb3e8476f200206d00cb8e64cd
|