-
Notifications
You must be signed in to change notification settings - Fork 29
SciCatWorkflow
Gareth Murphy edited this page Aug 14, 2019
·
1 revision
- One or a group of user(s) is created (as part of /Users), and given access to the web frontend. Database user creation/registration is not possible yet using Catanie. Users are linked to catamel through AD/LDAP
- Their proposal is uploaded as part of /Proposals by proposalIngestor
- Their samples are uploaded as part of /Samples
- Their proposal is assigned an instrument (no /Instrument table yet, no interface available yet...)
- Their proposal is assigned one or multiple measurementPeriods (start - end timeslot, no interface available for this yet, but fields available in /Proposals/{id}/measurementPeriods ). The creation of a schedule will be handled in the user office, not scicat.
- a measurement is done, a /RawDataset entry is created
- The measurement creates a number of files, the metadata for which (e.g. size, location on disk) are stored via the /RawDataset/{id}/origdatablocks interface
- A data correction routine produces a corrected dataset from RawDataset, this is stored as a new /DerivedDataset is created, and links to datasetId are added
- A (series of) automated analysis is done (no Table)
- Manual analyses are done, analysed data is uploaded via DerivedDataset
- The relevant DerivedDatasets and/or RawDatasets are grouped and published by the user generating a DOI via the PublishedData model
- A report is written, citing the dataset DOI.