Common Genbank Feature.Type
values should be enumerated
#351
Labels
easy
A quick and easy fix!
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
low priority
Would be nice to fix, but doesn't have to happen right now/there are more important things
stale
While reviewing @cachemoi 's #350 , I noticed they added an explicit check for the type of a genbank
Feature
when determining whether the given feature was a coding sequence (feature.Type == "CDS"
).Perhaps it would be helpful to encode common feature types into an enum (
type FeatureType string
) in the genbank package.Blocked by #339 .
EDIT: another test
The text was updated successfully, but these errors were encountered: