Skip to content

Commit 09b78b3

Browse files
committed
updated README.md
1 parent b2a1c0d commit 09b78b3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

adni/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,21 @@ Scripts for preprocessing ADNI data with fMRIPrep2.2.7lts.
77
Data not openly available. Used BIDS-ified dataset on Elm.
88
## BIDS validation fixes
99
Ran the following scripts to fix errors:
10-
1. `1_create_dataset_description.py`
10+
- `1_create_dataset_description.py`
1111
- creates `dataset_description.json` at the root directory with minimal information
1212
- BIDS version used is unknown, so specified latest version (see [discussion]( https://neurostars.org/t/what-bids-version-to-use-for-legacy-dataset/25619))
1313
- fixes BIDS validation error `code: 57 DATASET_DESCRIPTION_JSON_MISSING`
1414

15-
2. `2_create_task-rest_bold.py`
15+
- `2_create_task-rest_bold.py`
1616
- creates `task-rest_bold.json` at the root directory, detailing bold task
1717
- fixes BIDS validation error `code: 50 TASK_NAME_MUST_DEFINE`
1818

19-
3. `3_create_bidsignore.sh`
19+
- `3_create_bidsignore.sh`
2020
- creates `.bidsignore` at the root and adds `*T1w_cropped.nii` to ignore these files, which are not needed
2121
- fixes BIDS validation error `code: 1 - NOT_INCLUDED`
2222
- TODO: check this also fixes error `code: 63 - SESSION_VALUE_CONTAINS_ILLEGAL_CHARACTER`, it should do
2323

24-
3. `4_correct_slice_timing.py`
24+
- `4_correct_slice_timing.py`
2525
- halves the slice timing for sub-109S4594 (ses-20160502), which appears to be doubled (see [discussion](https://neurostars.org/t/help-with-bids-errors-66-and-75-in-legacy-dataset/25625))
2626
- fixes BIDS validation error `code: 66 SLICETIMING_VALUES_GREATOR_THAN_REPETITION_TIME`
2727

0 commit comments

Comments
 (0)