Skip to content

Commit

Permalink
RF: an example of PipelineDescription for a hypothetical use case wit…
Browse files Browse the repository at this point in the history
…h SourceDatasets
  • Loading branch information
yarikoptic committed Mar 25, 2020
1 parent c9cb9d9 commit 81693b4
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions src/03-modality-agnostic-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,21 +66,18 @@ Example:

```JSON
{
"Name": "FMRIPREP Outputs",
"BIDSVersion": "TODO (depends when this PR will be merged)",
"PipelineDescription": {
"Name": "FMRIPREP",
"Version": "1.2.5",
"Name": "reproin",
"Version": "0.6.0",
"Container": {
"Type": "docker",
"Tag": "poldracklab/fmriprep:1.2.5"
"Tag": "repronim/reproin:0.6.0"
}
},
"SourceDatasets": [
{
"DOI": "10.18112/openneuro.ds000114.v1.0.1",
"URL": "https://openneuro.org/datasets/ds000114/versions/1.0.1",
"Version": "1.0.1"
"URL": "s3://fcp-indi/data/Projects/ADHD200/RawData/Brown/",
"Version": "April 11 2011"
}
]
}
Expand Down

0 comments on commit 81693b4

Please sign in to comment.