Skip to content

Commit

Permalink
fix for megafusion key error
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed Stone committed Aug 25, 2023
1 parent fb5af65 commit dffeb11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/megafusion.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ def column_manipulation(df):
df["QUAL"] = "."
df["FILTER"] = "PASS"
df["REF"] = "N"
df["INFO"] = ""
df["Sample"] = ""

for index, row in df.iterrows():
# ALT
Expand Down

0 comments on commit dffeb11

Please sign in to comment.