Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
jodyphelan committed Oct 17, 2024
1 parent 666563b commit aecaa4a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/combine_vcf_variants.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,9 @@ def has_md_tag(bam):
coding_variants[(gene,cpos)].append(var)


logging.debug(coding_variants[('PVP01_1429500_exon2', 164)][0])


for key,variants in coding_variants.items():
logging.debug((key,[str(v) for v in variants]))
logging.debug(coding_variants[('PVP01_1429500_exon2', 164)][0])
if len(variants)==1:
other_variants.append(variants[0])
continue
Expand Down

0 comments on commit aecaa4a

Please sign in to comment.