bcgsc / ntSynt

Detecting multi-genome synteny using minimizer graph mapping
GNU General Public License v3.0
71 stars 1 forks source link

Use multi-character config keys to fix error with snakemake v8.17.0 #50

Closed lcoombe closed 3 months ago

lcoombe commented 3 months ago

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