EBIvariation / vcf-validator

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

Splitted fixer.hpp contents into fixer.cpp and fixer.hpp files #68

Closed Anishka0107 closed 7 years ago

Anishka0107 commented 7 years ago

In this PR, the inc/vcf/fixer.hpp file which originally contained all the methods along with their definitions, has now been split into inc/vcf/fixer.hpp and src/vcf/fixer.cpp files. The fixer.hpp file now contains the Fixer class along with the method declarations in it and the definitions are present in the fixer.cpp file.