From 284539a2309790317d945102708b061f9704fd08 Mon Sep 17 00:00:00 2001 From: Garan Jones Date: Wed, 17 Sep 2014 13:43:27 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5fe2242..68749a2 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Gene annotations can be retrieved via Biomart integration from Ensembl dataset. - [x] VCF file upload and parsing. - [x] Serialised storage of hashed values into postgreSQL Hstore field - allows NoSQL-type unstructured data to be - stored within an overall relational database structure. + stored within an overall relational database structure (ACID-compliant key/value stores). - [x] Integration with Biomart (hsapiens_gene_ensembl, omim), other datasets can also be interrogated. - [x] Integration with Provean (Protein Variation Effect Analyzer) via Mechanize - [x] Pagination,Search and sorting functionality for Variants, using Ransack and Kaminari.