ValueError: Invalid config definition: Config entry must start with a valid identifier.
* Looks to be related to single-character config keys not being supported in this new version
* As a workaround, used multi-character keys for all parameters to the snakemake file
* The `ntSynt` usage itself is unchanged - only a change under the hood
With v8.17.0 of snakemake, was getting this error:
ValueError: Invalid config definition: Config entry must start with a valid identifier.