Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
clarify that the *only* validation done is referential integrity
  • Loading branch information
rbuels committed Jun 27, 2022
1 parent 7bef485 commit 6cfa300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6cfa300

Please sign in to comment.