adVNTR adds logs for VNTR that raised errors during genotyping but skips outputting results. This behavior makes it challenging to debug which VNTR has issues.
Solution
Output the results even for VNTR that raised errors during genotyping. The output is "Error" for BED or plain text format. For VCF, we use the "Filter" column to indicate that this VNTR had an error during the genotyping step.
The frameshift option has a specific format, and adVNTR doesn't support VCF or BED output format for the option. That's a good point, and we should update them later in a different branch.
Description
adVNTR adds logs for VNTR that raised errors during genotyping but skips outputting results. This behavior makes it challenging to debug which VNTR has issues.
Solution
Output the results even for VNTR that raised errors during genotyping. The output is "Error" for BED or plain text format. For VCF, we use the "Filter" column to indicate that this VNTR had an error during the genotyping step.