You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The logic in packages/jbrowse-plugin-apollo/src/extensions/annotationFromJBrowseFeature.ts is similar to that of packages/apollo-shared/src/GFF3/gff3ToAnnotationFeature.ts, so we should probably rework it to use gff3ToAnnotationFeature (especially since gff3ToAnnotationFeature has unit tests).
So basically we'd have a function that converts a JBrowse SimpleFeature to a GFF3Feature, and then call gff3ToAnnotationFeature on that.
The text was updated successfully, but these errors were encountered:
The logic in
packages/jbrowse-plugin-apollo/src/extensions/annotationFromJBrowseFeature.ts
is similar to that ofpackages/apollo-shared/src/GFF3/gff3ToAnnotationFeature.ts
, so we should probably rework it to usegff3ToAnnotationFeature
(especially sincegff3ToAnnotationFeature
has unit tests).So basically we'd have a function that converts a JBrowse
SimpleFeature
to aGFF3Feature
, and then callgff3ToAnnotationFeature
on that.The text was updated successfully, but these errors were encountered: