From 6cfa3009c83f4f3452c69620608f42548f677f2a Mon Sep 17 00:00:00 2001 From: Robert Buels Date: Mon, 27 Jun 2022 12:50:24 -0700 Subject: [PATCH] Update README.md clarify that the *only* validation done is referential integrity --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 42deec3..1b4065b 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Read and write GFF3 data performantly. This module aims to be a complete impleme - supports features with multiple locations and features with multiple parents - reconstructs feature hierarchies of both `Parent` and `Derives_from` relationships - parses FASTA sections -- does no validation except for `Parent` and `Derives_from` relationships +- does no validation except for referential integrity of `Parent` and `Derives_from` relationships - only compatible with GFF3 ## Install