Skip to content

Commit b138e1c

Browse files
committed
[DATALAD RUNCMD] ./.recreate_hierarchy
=== Do not change lines below === { "chain": [], "cmd": "./.recreate_hierarchy", "exit": 0, "extra_inputs": [], "inputs": [], "outputs": [], "pwd": "proj-nipoppy" } ^^^ Do not change lines above ^^^
1 parent 00bb12f commit b138e1c

File tree

15 files changed

+34
-0
lines changed

15 files changed

+34
-0
lines changed

proj-nipoppy/CHANGES

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
0.0.1 2024-06-20
2+
3+
- Started to work on this support of the DatasetType project
4+

proj-nipoppy/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
This is an example of an entire project/study level BIDS dataset.
2+
Built taking a hierarchy depicted on
3+
https://github.com/neurodatascience/nipoppy?tab=readme-ov-file#nipoppy
4+
and turning it into a valid BIDS layout.
5+
6+
Some files (e.g. bagel.csv) are specific to nipoppy etc projects, but since
7+
located under folders where bids layout is not enforced -- should be just fine.
8+
9+
Some outstanding issues with validator(s) which were ran into while trying to
10+
get "proper" validation working using deno bids-validator (mark when solved)
11+
12+
- [ ] https://github.com/bids-standard/bids-validator/issues/2007
13+
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"Name": "Example how nipoppy dataset could be presented as project-type BIDS dataset",
3+
"Description": "Demonstration for the https://github.com/bids-standard/bids-specification/pull/1861",
4+
"BIDSVersion": "1.10.0",
5+
"DatasetType": "project",
6+
"Authors": [
7+
"Yaroslav O. Halchenko", "Samuel Nastase"
8+
]
9+
}

proj-nipoppy/derivatives/bagel.csv

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
bids_id,participant_id,session,has_mri_data,pipeline_name,pipeline_version,pipeline_starttime,pipeline_complete
2+
sub-MNI001,MNI001,1,TRUE,freesurfer,6.0.1,2022-05-24 13:43,SUCCESS
3+
sub-MNI001,MNI001,2,TRUE,freesurfer,6.0.1,2022-05-24 13:46,SUCCESS
4+
sub-MNI001,MNI001,3,TRUE,freesurfer,6.0.1,UNAVAILABLE,INCOMPLETE

proj-nipoppy/derivatives/fmriprep-20.2.7/.fill

Whitespace-only changes.

proj-nipoppy/derivatives/fmriprep-23.1.3/.fill

Whitespace-only changes.

proj-nipoppy/derivatives/mriqc-23.1.0/.fill

Whitespace-only changes.

proj-nipoppy/derivatives/neurobagel-0.0.1/.fill

Whitespace-only changes.

proj-nipoppy/sourcedata/dicoms/.fill

Whitespace-only changes.

0 commit comments

Comments
 (0)