Skip to content

Commit

Permalink
Merge pull request #382 from efgstone/megafusion_key_error_fix
Browse files Browse the repository at this point in the history
Megafusion key error fix
  • Loading branch information
rannick committed Aug 25, 2023
2 parents ea2b723 + 606d579 commit 2023c40
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 2023c40

Please sign in to comment.