LunarFawn / rna_squirrel

Library that stores data generated by RNA folding models in a SLQ database that is invisible to the user. All data is accessed via an rna sequence API that allows quick access to features about RNA during analysis.
GNU General Public License v3.0
2 stars 0 forks source link

Filter definitions for attribute getter and setter #4

Closed LunarFawn closed 9 months ago

LunarFawn commented 1 year ago

As a user
I need to be abel to define a custom set of rule for data manipulation So that I can dynamically route and affect data that is passed through the nut

Details and Assumptions

* unkown

Acceptance Criteria

gherkin 
When setter is called data is routed to target specified
When getter is called data is pulled from source specified
When setter is called supported values are mutated according to definition
When getter is called supported values are un-mutated or mutated more according to definition
LunarFawn commented 9 months ago

done