snakemake.io.update_wildcard_constraints

snakemake.io.update_wildcard_constraints(pattern, wildcard_constraints, global_wildcard_constraints)[source]

Update wildcard constraints

Parameters:
  • pattern (str) – pattern on which to update constraints

  • wildcard_constraints (dict) – dictionary of wildcard:constraint key-value pairs

  • global_wildcard_constraints (dict) – dictionary of wildcard:constraint key-value pairs