-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
simplify how samples are specified #72
Comments
There are a total of 8 different ways to configure this depending on config options like |
Going forward, I think the easiest way to start would be to implement the third option above (ie specify as yaml containing strings as paths with wildcards in them), and then we can think about including the other two options depending on how we feel... Basically, I'm thinking we could add a config option called |
Here are some examples for the possible contents of a ex1
ex2
ex3
ex4
ex5
ex6
|
We can use
|
Come up with an intuitive data structure for internal use, and then parse into it from the following options:
You could create a parser script for this.
The text was updated successfully, but these errors were encountered: