Closed abhaasgoyal closed 9 months ago
Currently, config.yml requires a NCI project ID to charge the simulations to, irrespective of the user environment.
config.yml
project: <project-id>
Desired Outcome
In case the user provides the project keyword, use the corresponding value as ID, otherwise use $PROJECT.
project
$PROJECT
Edge cases for error
Currently,
config.yml
requires a NCI project ID to charge the simulations to, irrespective of the user environment.Desired Outcome
In case the user provides the
project
keyword, use the corresponding value as ID, otherwise use$PROJECT
.Edge cases for error
$PROJECT
exists - incorrect project IDproject
and$PROJECT
don't have values - project is not resolved