Skip to content

Commit

Permalink
debug msg
Browse files Browse the repository at this point in the history
  • Loading branch information
caldetas committed Oct 25, 2021
1 parent 849c844 commit 05c62bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/combineVCFs.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,9 @@ def main():
chromosome, pos = fields[0], int(fields[1])
meinfo = re.search(r'MEINFO=(.*?);', fields[7]).group(1)
te = meinfo.split(',')[0]
print(fields)
print(fields[7])
print(cipos)
print()
cipos = re.search(r'CIPOS=(.*?);', fields[7]).group(1).split(',')

closest = [int(), float('inf')]
Expand Down

0 comments on commit 05c62bd

Please sign in to comment.