Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create tests for conversion to GFF3 #481

Open
garrettjstevens opened this issue Nov 21, 2024 · 0 comments
Open

Create tests for conversion to GFF3 #481

garrettjstevens opened this issue Nov 21, 2024 · 0 comments
Assignees

Comments

@garrettjstevens
Copy link
Contributor

  • Move makeGFF3Feature from packages/apollo-shared/src/util.ts to a new file called packages/apollo-shared/src/GFF3/annotationFeatureToGFF3.ts and rename the function to annotationFeatureToGFF3.
  • Add a test file for annotationFeatureToGFF3. This should be based on the test file for gff3ToAnnotationFeature
  • Add some reasonable test cases

These tests shouldn't pass right now because of #427 and potentially other bugs, but I'd like to have the test cases ready so we can do test-driven development to fix the GFF3 export.

dariober added a commit that referenced this issue Nov 26, 2024
Conversion to GFF3Feature includes source and score and sets ID and
Parent attributes. However, export to GFF from UI fails.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants