EBIvariation / vcf-validator

Validation suite for Variant Call Format (VCF) files, implemented using C++11
Apache License 2.0
129 stars 39 forks source link

Log what reports will be written #115

Closed jmmut closed 6 years ago

jmmut commented 6 years ago

Right now the workflow to use the validator is:

it would be helpful to write in the log (info level) the file names of each report that will be written. This could be done in the main function, after the parameter -r is parsed.