This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
issue key filename schema path | |
┌───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐ | |
│ eeg_rest_fmri │ | |
└───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘ | |
DWI_MISSING_BVEC sub-36_acq-NODDI10DIR_dwi.nii.gz schema.rules.checks.dwi.DWIMissingBvec | |
DWI_MISSING_BVAL sub-36_acq-NODDI10DIR_dwi.nii.gz schema.rules.checks.dwi.DWIMissingBval | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
grep -oP "^\w*:" *.yaml | sed -r 's/^(.*).yaml:(.*):/\1_\2_common:\n \$ref: schema.rules.datatypes.\1.\2\n entities:\n \$ref: schema.rules.datatypes.\1.\2.entities\n space: OPTIONAL\n desc: OPTIONAL\n/' > common_derivatives.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
root: | |
filename: | |
entities: | |
- any | |
extensions: | |
- '/' | |
children: | |
_use: | |
- ./top_level_files.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Versions": [ | |
{ | |
"ETag": "\"0d6a47221c91f039c105b28fbde7da27-2\"", | |
"Size": 1854105076, | |
"StorageClass": "STANDARD", | |
"Key": "ds002837/derivatives/sub-9/func/sub-9_task-500daysofsummer_bold_preprocessedICA.nii.gz", | |
"VersionId": "NlyjwYWAx9z36mkHMPHII6A6J3TqGIp2", | |
"IsLatest": true, | |
"LastModified": "2021-04-20T23:34:42.000Z" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
./ds001544/participants.tsv | |
0 | |
age | |
./ds000001/participants.tsv | |
19 | |
20 | |
21 | |
22 | |
24 | |
26 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
./ds001544/participants.tsv | |
m | |
sex | |
./ds000001/participants.tsv | |
F | |
M | |
"M," | |
sex | |
./ds000244/participants.tsv | |
F |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"type": "object", | |
"properties": { | |
"info": { | |
"type": "object" | |
"properties": { | |
"Modality": {"type": "string"} | |
}, | |
"plasma": { | |
"type": "object" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "ds000001 AFNI model", | |
"input": {"task": "balloonanalogrisktask"}, | |
"blocks": [ | |
{ | |
"level": "subject", | |
"transformations": [ | |
{ | |
"name": "polynomial_expansion", | |
"order": 2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/projects/s3-test $ aws s3api list-object-versions --bucket 907245365968-test | grep VersionId | |
"VersionId": "7gJ1tHgIOA7DHI4zMCF2WGIKwWheVson", | |
"VersionId": "396V1OKMHM0QBnRBSoL8Rh5EdhVoYg63", | |
~/projects/s3-test $ curl https://s3.amazonaws.com/907245365968-test/a.txt?versionId=7gJ1tHgIOA7DHI4zMCF2WGIKwWheVson | |
<?xml version="1.0" encoding="UTF-8"?> | |
<Error><Code>AccessDenied</Code><Message>Access Denied</Message><RequestId>A5D078F3B89ED356</RequestId><HostId>wG6NFU3MLIq6XwNM53fmvCjyZZY+LeSWz1zj3fQrKFAT9uNgATnFWEtOzaoteZwn4HuX+8bV0uY=</HostId></Error> | |
~/projects/s3-test $ aws s3api put-object-acl --bucket 907245365968-test --key a.txt --acl public-read --version-id 7gJ1tHgIOA7DHI4zMCF2WGIKwWheVson |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"blocks" : [ | |
{ | |
"transformations" : [ | |
{ | |
"input" : [ | |
"CSF" | |
], | |
"name" : "scale", | |
"rescale" : true, |
NewerOlder