-
Notifications
You must be signed in to change notification settings - Fork 244
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Adds a Gff3Writer to write out Gff3 files. * Also adjusts the attributes field to account for the fact that attributes map a key to a list of strings, which are separated by commas. As previously written, the comma separated list was left as a single string, which could later be processed into a list by the user. This was vulnerable to situations where one of the entries in the list contained an encoded comma (ie %2C), so that after decoding the decoded comma could not be differentiated from the list separating commas. * This required breaking changes to the existing Gff3 api's but the changes should be simple for downstream users to adapt.
- Loading branch information
Showing
12 changed files
with
785 additions
and
166 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.