Skip to content

Commit

Permalink
alias
Browse files Browse the repository at this point in the history
  • Loading branch information
mayabrandi committed Mar 27, 2021
1 parent 4ce2476 commit 25321c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NIPTool/models/database/batch.py
Expand Up @@ -4,7 +4,7 @@


class Batch(BaseModel):
batch_id: str
batch_id: str=Field(..., alias='SampleProject')
result_file: Optional[str]
multiqc_report: Optional[str]
segmental_calls: Optional[str]
Expand Down

0 comments on commit 25321c2

Please sign in to comment.