From 521f8dc4cb412f395b18397e315f12c39780bd06 Mon Sep 17 00:00:00 2001 From: Yueyao Gao Date: Thu, 20 Jun 2024 09:56:02 -0400 Subject: [PATCH] naming error fix --- CoverageProfiler/CoverageProfiler.wdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CoverageProfiler/CoverageProfiler.wdl b/CoverageProfiler/CoverageProfiler.wdl index 300db83..ca40f0a 100644 --- a/CoverageProfiler/CoverageProfiler.wdl +++ b/CoverageProfiler/CoverageProfiler.wdl @@ -205,7 +205,7 @@ workflow coverageProfile { >>> output { File cov_profile_plot = "output/~{sampleName}Sample_Cov_profile.png" - File avg_chr_cov_per_chr_plot = "output/~{sampleName}_Avg_Cov_per_chr.png" + File avg_chr_cov_per_chr_plot = "output/~{sampleName}Avg_Cov_per_chr.png" Float avg_chr_cov_std = read_float("output/~{sampleName}_Per_Chr_Cov_std.txt") File avg_chr_cov_per_chr = "output/~{sampleName}_Per_Chr_Avg_cov.csv" Float avg_cov_mean = read_float("output/~{sampleName}_Avg_Cov_mean.txt")