bartongroup / slivka

http://bartongroup.github.io/slivka/
Apache License 2.0
7 stars 3 forks source link

Standardize substitution placeholders in configurations. #48

Closed warownia1 closed 5 years ago

warownia1 commented 6 years ago

Currently for comand values we use ${value}, for environment variables we use python formatting {PATH} and for template variables we use jinja {{ common_args }}.

warownia1 commented 5 years ago

Currently ${HOME} is used for substituting environment variables to the command using regular expression, the same can be applied to other fields.

warownia1 commented 5 years ago

Fixed by 5d4807e7ac4bb95be4a27cf977e7d2570f219063