-
Notifications
You must be signed in to change notification settings - Fork 2
Global Options
Luca Visentin edited this page May 31, 2022
·
3 revisions
BioTEA has a global options YAML
file. It can be used to override some generic options not related to the analysis proper.
BioTEA looks in the following places for such a file:
$HOME/.bioTEA/config.yaml
$HOME/.bioTEA/config.yml
$HOME/.config/bioTEA/config.yaml
$HOME/.config/bioTEA/config.yml
The files lower in this list override the ones above.
Currently, bioTEA has these global options:
-
log_folder
: Where the bioTEA generic log file is stored. Defaults to$HOME/.bioTEA/logs/"
.
More options may come in the future.