From 205ad8b62591f4610a30d87a3a992f698f2fba46 Mon Sep 17 00:00:00 2001 From: Zoe Anne Dyson Date: Sat, 13 Nov 2021 12:55:05 +0000 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e654b7..2a4f7be 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ bash run_bcf_batches.sh Wong2015_Tanzania #### Example plot from above R code - Note that '--save_high_lowqual True' must be used with the above python script to save compatible vcf files (converted from bcf) for use with the R script. The default is false as the files can be very large (~700Mb). It may be worth changing the percentage cutoff (10% non-excluded lowqual DSNVs) in the code for saving vcfs depending on the QC issue being diagnosed. +- For other more sophisticatd vcf visualisation options please see: https://github.com/zadyson/SNV_plotter ![image](https://user-images.githubusercontent.com/8507671/141644457-7f01fa9c-bc63-4ea9-b455-7f0cac2391a8.png) @@ -40,4 +41,4 @@ bash run_bcf_batches.sh Wong2015_Tanzania ``` while read file; do ln -s /lustre/scratch118/infgen/team216/jk27/typhinet/*/ghru_mapping/filtered_bcfs/${file}.filtered.bcf ./; done