From 09eaeb1dc606503983c16f59e11b9d0ae8f5fb79 Mon Sep 17 00:00:00 2001 From: prashantemani Date: Wed, 26 May 2021 16:24:25 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0133cb6..4760868 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,8 @@ The code is written in Python 3, and consists of a set of three algorithms with The following external programs employed by the algorithms and need to be installed before running the code: ``` -bcftools -tabix +bcftools (version 1.10.2) +tabix (version 1.11) ``` Some of the libraries/modules required in the corresponding Python scripts are: ```