From 75982201b8a256f551de8a7570d67d72cb472a8d Mon Sep 17 00:00:00 2001 From: Katherine Eaton Date: Mon, 14 Jun 2021 13:02:41 -0400 Subject: [PATCH] update homo het script --- workflow/scripts/plot_homo_het.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow/scripts/plot_homo_het.py b/workflow/scripts/plot_homo_het.py index 14f7810bb..2568a5048 100755 --- a/workflow/scripts/plot_homo_het.py +++ b/workflow/scripts/plot_homo_het.py @@ -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