We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efdbf51 commit f441883Copy full SHA for f441883
packages/apollo-shared/src/GFF3/annotationFeatureToGFF3.ts
@@ -29,7 +29,8 @@ export function annotationFeatureToGFF3(
29
}
30
if (attributes.gff_id) {
31
delete attributes.gff_id
32
- } else if (feature.children) {
+ }
33
+ if (feature.children && !attributes.ID) {
34
attributes.ID = [feature._id]
35
36
if (attributes.gff_name) {
0 commit comments