amschaal / SIMS

SIMS (Sequencing Information Management System), Successor to SLIMS, in search of a better name...
0 stars 0 forks source link

Project, Pools, and Samples should all store imported data/schema separate from type data/schema #7

Open amschaal opened 7 months ago

amschaal commented 7 months ago

Currently only Pool inherits DjsonTypeModel, which adds type, schema, and data fields. Do the same for Project and Sample.

Project additionally store imported data/schema seperately. Pool and sample should store imported data separately from type data, which may have slighly different fields.