ga4gh / ga4gh-server

Reference implementation of the APIs defined in ga4gh-schemas. RETIRED 2018-01-24
http://ga4gh.org
Apache License 2.0
96 stars 91 forks source link

GFF3 parser ignoring some features. #1604

Open ejacox opened 7 years ago

ejacox commented 7 years ago

If a feature has multiple parents, the gff3 parser only takes the first one. It should create features for all parents.

ejacox commented 7 years ago

My mistake. It seems to work correctly. There should be a test for this, though. A gff test file with a feature with multiple parents is needed.

david4096 commented 7 years ago

We're currently covering gff3 parsing code implicitly as part of the ETL process for these data. By splitting the datamodel into components, I hope to isolate the coverage of these tests outside of the server.