AllenNeuralDynamics / ephys-sorting-manual-curation

Repository for collecting manual curation data for spike-sorting
1 stars 0 forks source link

feat: updates aind-data-schema #18

Closed jtyoung84 closed 5 months ago

jtyoung84 commented 8 months ago

Closes #13

jtyoung84 commented 8 months ago

@dyf The main issue is that I'm not sure if the custom_metadata is correct or allowed in Code Ocean. I think that's why it was originally hard-coded since there wasn't a controlled vocabulary anywhere. Maybe we can add one in aind-codeocean-utils?

I'm not sure if this correct:

custom_metadata = {
        "modality": Modality.ECEPHYS.name,
        "platform": Platform.ECEPHYS.abbreviation,
        "data level": DataLevel.DERIVED.value,
        "subject id": mouse_subject_id,
    }
    tags = [
        Platform.ECEPHYS.abbreviation,
        mouse_subject_id,
        "curated",
        DataLevel.DERIVED.value,
    ]
jtyoung84 commented 5 months ago

Being taken care of in #20