VirologyCharite / gb2seq

Use a GenBank file to extract sequences for features and other information from another genome
7 stars 1 forks source link

Print a nice message when an unknown feature name is given to describe-genome.py #6

Closed terrycojones closed 1 year ago

terrycojones commented 1 year ago

Added a nice error message for when an unknown feature name is given to describe-genome.py. Added UnknownFeatureNameError exception and tried to make all code looking up features use it.

Fixes #4