Skip to content

Commit

Permalink
naming error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yueyaog committed Jun 20, 2024
1 parent c538321 commit 521f8dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CoverageProfiler/CoverageProfiler.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 521f8dc

Please sign in to comment.