Skip to content

Commit

Permalink
Merge pull request #44 from J-avery32/main
Browse files Browse the repository at this point in the history
Added 4 more properties to Sample model
  • Loading branch information
dylanmcreynolds authored Dec 12, 2023
2 parents 926f744 + 1bd7b96 commit 9f67139
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] = None
sampleCharacteristics: Optional[dict] = None
isPublished: bool = False
datasetsId: Optional[str]
datasetId: Optional[str]
rawDatasetId: Optional[str]
derivedDatasetId: Optional[str]


class Job(MongoQueryable):
Expand Down

0 comments on commit 9f67139

Please sign in to comment.