Skip to content
Advertisement

How to use wildcards in keyword wildcard_constraints

For example, I have the following wildcards.

JavaScript

I am trying to contrain my dataset with my group. for example, I want to create

A1/file.A.txt A2/file.A.txt A3/file.A.txt B1/file.B.txt …

I wrote a following rule hoping to make that possible

JavaScript

oops, I got the error

JavaScript

It seems like that the {group} is regarded as a list to pass in the keywords wildcard_constraints.

Are there any methods to use wildcards in wildcards_constrain or alternative to mapped the dataset to group.

Advertisement

Answer

This doesn’t answer your question but maybe it helps… If your list of output files is a combination of dataset and group, I would create that list first and then use it as list of output files:

JavaScript
User contributions licensed under: CC BY-SA
10 People found this is helpful
Advertisement