We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52214b7 commit 0a1e57cCopy full SHA for 0a1e57c
workflow/scripts/report/NV_description.R
@@ -374,8 +374,8 @@ ggsave(
374
)
375
376
377
-# Figure for nº of heterozygus sites for each sample
378
-log_info("Plotting nº of heterozygus sites for each sample")
+# Figure for no of heterozygous sites for each sample
+log_info("Plotting no. of heterozygous sites for each sample")
379
figur_SNP_table <- vcf_snp %>%
380
filter(ALT_FREQ <= snakemake@params$max_alt_freq) %>%
381
left_join(
0 commit comments