elvers
elvers copied to clipboard
[WIP] add error checking for some commonly observed problems, plus test cases
check for broken yaml config (no 'samples' entry) and badly formatted 'samples.tsv' (#41 is relevant).
These are common errors happening in GGG 201(b).
@bluegenes some guidance requested - what's the right test file to add the tests to? (see tests/test_files/ for the two yaml config files I want to run as part of the tests).
Looks like #116 addresses this too. Will have to see if there are automated tests checking the behavior; if there are, we can close this!
grabbed the examples and added tests for them in tests/test_inputs.py. Suggest closing this one!