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

Assembly Checker Tool #150

Closed srbcheema1 closed 5 years ago

srbcheema1 commented 5 years ago

This PR targets to implement a simple version of assembly checker. This will include functionality to count the number of matches and percentage of matches. It will also write the problem_lines(lines containing mismatch) to an output file.

srbcheema1 commented 5 years ago

@cyenyxe @jmmut this PR is ready with code and test cases. Please review the code

srbcheema1 commented 5 years ago

@cyenyxe I have made the requested changes. The code is ready to be merged.