Skip to content

Commit 0a1e57c

Browse files
committed
Fix message wording
1 parent 52214b7 commit 0a1e57c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

workflow/scripts/report/NV_description.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -374,8 +374,8 @@ ggsave(
374374
)
375375

376376

377-
# Figure for of heterozygus sites for each sample
378-
log_info("Plotting of heterozygus sites for each sample")
377+
# Figure for no of heterozygous sites for each sample
378+
log_info("Plotting no. of heterozygous sites for each sample")
379379
figur_SNP_table <- vcf_snp %>%
380380
filter(ALT_FREQ <= snakemake@params$max_alt_freq) %>%
381381
left_join(

0 commit comments

Comments
 (0)