Skip to content

Commit

Permalink
ENH: adjust wording of fields description to avoid mentioning "deriva…
Browse files Browse the repository at this point in the history
…tive"
  • Loading branch information
yarikoptic committed Mar 25, 2020
1 parent a052f14 commit c9cb9d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/03-modality-agnostic-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ denotes a key in a subdictionary):

| **Key name** | **Description** |
| ----------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| PipelineDescription.Name | REQUIRED. Name of the pipeline that generated the outputs. In case the derived dataset is stored as a subfolder of the raw dataset this field MUST be a substring of the derived dataset folder name (a.k.a. `<pipeline_name>` - see above). |
| PipelineDescription.Name | REQUIRED. Name of the pipeline that generated the outputs. |
| PipelineDescription.Version | OPTIONAL. Version of the pipeline. |
| PipelineDescription.CodeURL | OPTIONAL. URL where the code for the analysis can be found. |
| PipelineDescription.Container | OPTIONAL. Object specifying the location and relevant attributes of software container image used to produce the derivative. Valid fields in this object include `Type`, `Tag` and `URI`. |
| PipelineDescription.Container | OPTIONAL. Object specifying the location and relevant attributes of software container image used to produce the dataset. Valid fields in this object include `Type`, `Tag` and `URI`. |
| SourceDatasets | OPTIONAL. A list of objects specifying the locations and relevant attributes of all source datasets. Valid fields in each object include `URL`, `DOI`, and `Version`. |

Example:
Expand Down

0 comments on commit c9cb9d9

Please sign in to comment.