snakemake.io.glob_wildcards

snakemake.io.glob_wildcards(pattern, files=None, followlinks=False)[source]

Glob the values of the wildcards by matching the given pattern to the filesystem. Returns a named tuple with a list of values for each wildcard.