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

need to support simple class support in lists and dicts #10

Closed LunarFawn closed 9 months ago

LunarFawn commented 9 months ago

As a researcher I need to be able to save a class with multiple non-list values So that I can access it later and then place the data back into the pipeline

Details and Assumptions

Data need to allow saveing of data for Serena RNA analysis software     

Acceptance Criteria

Can save data generated from processing of secondary structures and energies in ensemble
LunarFawn commented 9 months ago

done