Skip to content

Commit

Permalink
Added 4 more properties to Sample model
Browse files Browse the repository at this point in the history
  • Loading branch information
J-avery32 committed Jul 11, 2023
1 parent 5ad874b commit 1bd7b96
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyscicat/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ class Sample(Ownable):
description: Optional[str]
sampleCharacteristics: Optional[dict]
isPublished: bool = False
datasetsId: Optional[str]
datasetId: Optional[str]
rawDatasetId: Optional[str]
derivedDatasetId: Optional[str]


class Job(MongoQueryable):
Expand Down

0 comments on commit 1bd7b96

Please sign in to comment.