You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The researcher should have the option to re-run created jobs.To re-generate we need the following info
job name
job location
generated templates
uploaded files/directories
Aside from that, it might be useful to store the date the job was run.
If we can assume researcher doesn't delete the original jobs, it will be sufficient to just store the filenames.
This information will be stored under $SCRATCH/drona_composer/jobs. Can either store it in a database type of structure, or just in plain files, either JSON or flat copy
The text was updated successfully, but these errors were encountered:
The researcher should have the option to re-run created jobs.To re-generate we need the following info
Aside from that, it might be useful to store the date the job was run.
If we can assume researcher doesn't delete the original jobs, it will be sufficient to just store the filenames.
This information will be stored under $SCRATCH/drona_composer/jobs. Can either store it in a database type of structure, or just in plain files, either JSON or flat copy
The text was updated successfully, but these errors were encountered: