@@ -18,17 +18,17 @@ Here, we describe the parts of a twine and what they mean.
1818
1919A twine has several sections, called strands. Each defines a different kind of data required (or produced) by the service.
2020
21- | Strand | Describes the service's requirements for... |
22- | ---------------------- | ----------------------------------------------------------------------------------------------------------------- |
23- | Configuration values | Data, in JSON form, used for configuration of the service |
24- | Configuration manifest | Files/datasets required by the service at configuration/startup |
25- | Input values | Data, in JSON form, passed to the service in order to trigger an analysis |
26- | Input manifest | Files/datasets passed with input values to trigger an analysis |
27- | Output values | Data, in JSON form, that will be produced by the service (in response to inputs) |
28- | Output manifest | Files/datasets that will be produced by the service (in response to inputs) |
29- | Credentials | interpreted-text role="ref"} Credentials that are required by the service in order to access third party services |
30- | Children | Other twins, access to which are required for this service to function |
31- | Monitors | Visual and progress outputs from an analysis |
21+ | Strand | Describes the service's requirements for... |
22+ | ---------------------- | ------------------------------------------------------------------------------------ |
23+ | Configuration values | Data, in JSON form, used for configuration of the service |
24+ | Configuration manifest | Files/datasets required by the service at configuration/startup |
25+ | Input values | Data, in JSON form, passed to the service in order to trigger an analysis |
26+ | Input manifest | Files/datasets passed with input values to trigger an analysis |
27+ | Output values | Data, in JSON form, that will be produced by the service (in response to inputs) |
28+ | Output manifest | Files/datasets that will be produced by the service (in response to inputs) |
29+ | Credentials | Credentials that are required by the service in order to access third party services |
30+ | Children | Other twins, access to which are required for this service to function |
31+ | Monitors | Visual and progress outputs from an analysis |
3232
3333## Twine file schema
3434
0 commit comments