Skip to content

Commit

Permalink
1. Changed comp het annotation from 1 to Pass
Browse files Browse the repository at this point in the history
  • Loading branch information
Alistair Ward committed Nov 8, 2024
1 parent ec6d86a commit 5d0b366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate_comphet_tsv.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def parse_command_line():
def process_vcf(bcftools, vcf, output_file):

# Loop over all records in the vcf file
command = bcftools + ' query -f \'%CHROM\\t%POS\\t%END\\t%REF\\t%ALT\\t1\\n\' ' + str(vcf)
command = bcftools + ' query -f \'%CHROM\\t%POS\\t%END\\t%REF\\t%ALT\\tPass\\n\' ' + str(vcf)
for record in os.popen(command).readlines():

# Split the record on tabs
Expand Down

0 comments on commit 5d0b366

Please sign in to comment.