Fix unique sample keys in config.
closes #10 (closed)
I found that it is mandatory for each sample in the data section of the config to have the same keys. Missing keys or a typo lead to errors during R object creation. Thus, I added a small check for unique keys.