[New Feature] Rest API implementation to showcase the OpenDBM features
This commit is contained in:
6
rest_api/app/schemas/biomaker_request.py
Normal file
6
rest_api/app/schemas/biomaker_request.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from pydantic import BaseModel
|
||||
|
||||
class BiomakerRequest(BaseModel):
|
||||
file_url: str
|
||||
platform: str
|
||||
variables: list = []
|
||||
Reference in New Issue
Block a user