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

Renamed main.cpp file to validator_main.cpp #67

Closed Anishka0107 closed 7 years ago

Anishka0107 commented 7 years ago

Made a tiny change here, just renamed the src/main.cpp file to src/validator_main.cpp. This makes it more appropriate and consistent with the debugulator_main.cpp (in src) naming convention.