Skip to content

Commit

Permalink
update homo het script
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed Jun 14, 2021
1 parent 6385c6c commit 7598220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/scripts/plot_homo_het.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
args = vars(parser.parse_args())
homo_path = args["homoPath"]
het_path = args["hetPath"]
out_file = "".join(het_path.split(".")[0:-2]) + ".homo_het.jpg"
out_file = "".join(het_path.split(".")[0:-2]) + ".homo_het.png"
sample = het_path.split(".")[0].split("/")[-1].replace("_", " ")

# Global plot settings
Expand Down

0 comments on commit 7598220

Please sign in to comment.