-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
coreRequired to build base systemRequired to build base systemenhancementNew feature or requestNew feature or request
Description
Top level of status JSON should have more generic keys, rather than any of them being jobtype-dependent
Current:
# file: 'pdb2pqr-status.json'
{
"jobid": "sampleId",
"jobtype": "pdb2pqr",
"pdb2pqr": {
"status": "pending",
"startTime": <some float number>,
"endTime": <some float number>,
"subtasks": [ ],
"inputFiles": [ ],
"outputFiles": [ ]
}
}
The value for jobtype is also one of the top-level keys.
Options:
Use a single status file, having a"jobs"top-level key containing an object with the individual job statuses- Continue with the separate job files, and instead rename the third key (
pdb2pqrin this case) to something like"details"
Requires change to Electrostatics/apbs-web to support new structure
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
coreRequired to build base systemRequired to build base systemenhancementNew feature or requestNew feature or request