Added TELL spreadsheet template
This commit is contained in:
@ -260,4 +260,11 @@ class SpreadsheetModel(BaseModel):
|
||||
return v
|
||||
|
||||
class TELLModel(SpreadsheetModel):
|
||||
pass # Extend the SpreadsheetModel with TELL-specific fields if needed
|
||||
input_order: int
|
||||
samplemountcount: int = 0
|
||||
samplestatus: str = "not present"
|
||||
puckaddress: str = "---"
|
||||
username: str
|
||||
puck_number: int
|
||||
prefix: Optional[str]
|
||||
folder: Optional[str]
|
Reference in New Issue
Block a user