Open schristley opened 4 years ago
I am thinking that changing this is not really necessary for v2.0 - unless it is necessary for the RepertoireGroup
and Manifest
objects. @schristley thoughts?
I am thinking that changing this is not really necessary for v2.0 - unless it is necessary for the
RepertoireGroup
andManifest
objects. @schristley thoughts?
Not necessary for v2.0 as we won't be re-designing DataProcessing
for v2.0. Still an issue to be considered so I've moved forward to v2.1
The current
DataProcessing
object is a sub-object withinRepertoire
so it'sdata_processing_id
only needs to be unique within a repertoire. If we want to makeDataProcessing
a top-level object, or at least generalize it beyondRepertoire
so that it can describe operations onRepertoireSet
,Clone
and etc., then it's uniqueness level should change so that the id can be used across multiple objects.