RuleSet and FilterSet should have an optional regex keyword argument for each method which will cause the lookup of the Feature to be done using the given regex. For the most part all of the work can be handled by updating the Operon.get() method to do this. This needs to be backwards compatible so that I don't need to rewrite every test, which would be unbearable.
RuleSet
andFilterSet
should have an optionalregex
keyword argument for each method which will cause the lookup of theFeature
to be done using the given regex. For the most part all of the work can be handled by updating theOperon.get()
method to do this. This needs to be backwards compatible so that I don't need to rewrite every test, which would be unbearable.