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
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.
The text was updated successfully, but these errors were encountered:
makeGFF3Feature
frompackages/apollo-shared/src/util.ts
to a new file calledpackages/apollo-shared/src/GFF3/annotationFeatureToGFF3.ts
and rename the function toannotationFeatureToGFF3
.annotationFeatureToGFF3
. This should be based on the test file forgff3ToAnnotationFeature
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.
The text was updated successfully, but these errors were encountered: