Skip to content

Commit

Permalink
removed sample id from sampleBase
Browse files Browse the repository at this point in the history
  • Loading branch information
mhkc committed Mar 19, 2024
1 parent 5bafa41 commit 37db7c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

### Changed

- Removed sample id from Sample object

## [0.5.0]

### Added
Expand Down
2 changes: 0 additions & 2 deletions prp/models/sample.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ class MethodIndex(RWModel):

class SampleBase(RWModel):
"""Base datamodel for sample data structure"""

sample_id: str = Field(..., alias="sampleId", min_length=3, max_length=100)
run_metadata: RunMetadata = Field(..., alias="runMetadata")
qc: List[QcMethodIndex] = Field(...)
species_prediction: SpeciesPredictionResult = Field(..., alias="speciesPrediction")
Expand Down

0 comments on commit 37db7c4

Please sign in to comment.