You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes, the exact config1.properties etc. does not fit, but needs some slight adjustments, i.e., some configuration values overwritten. This is only possible to handle by creating an extra file with #include config1.properties and the overwriting definitions.
As alternative, sub configurations like in the case above could be defined directly inside the main config file, like in this example:
This would be possible if the option sequential-analyses.configs is not defined as a list of file names, but as a list of Configuration instances, which could be created and injected directly.
The text was updated successfully, but these errors were encountered:
Sometimes, a configuration option refers to one or more further configuration options, e.g.,
Sometimes, the exact
config1.properties
etc. does not fit, but needs some slight adjustments, i.e., some configuration values overwritten. This is only possible to handle by creating an extra file with#include config1.properties
and the overwriting definitions.As alternative, sub configurations like in the case above could be defined directly inside the main config file, like in this example:
This would be possible if the option
sequential-analyses.configs
is not defined as a list of file names, but as a list ofConfiguration
instances, which could be created and injected directly.The text was updated successfully, but these errors were encountered: