From 2be25fe13f917e9c885c7f30a8cd76c3cfc0051a Mon Sep 17 00:00:00 2001 From: Pradeep Bashyal Date: Wed, 14 Feb 2018 11:23:25 -0600 Subject: [PATCH] Fixed spelling. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 76c810d..c7c2df4 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # GRIMM: Graph IMputation and Matching for HLA Genotypes -Graph-based imputation and matching, a.k.a. new imputation method (NIM). +Graph-based imputation and matching | Subdirectory | Description | | :-------------- | :---------- | | graph_generator | Python code to generate (haplotype frequency) CSV files which can be imported into Neo4j | -| gl_impute | old Python code for graph-based imputation. Still needed for cypher queries (?) | -| multi_race_ipute | Python code for graph-based imputation | +| gl_impute | Python code for graph-based imputation. | +| multi_race_impute | Python code for graph-based imputation | | validation | Code for validation of components of this repository | # Walkthrough