Skip to content

Commit 549fc5e

Browse files
committed
upadated README.md
1 parent 08cda74 commit 549fc5e

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

adni/README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Scripts for preprocessing ADNI data with fMRIPrep2.2.7lts.
55
- Python
66
## Retrieving data
77
Data not openly available. Used BIDS-ified dataset on Elm.
8-
## BIDS errors
8+
## BIDS validation fixes
99
Ran the following scripts to fix errors:
1010
1. `1_create_dataset_description.py`
1111
- creates `dataset_description.json` at the root directory with minimal information
@@ -25,6 +25,20 @@ Ran the following scripts to fix errors:
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

28+
## Run fMRIPrep
29+
- `5_generate_slurm_script.sh`
30+
- `6_archive_fmriprep.sh`
31+
32+
## Run QC
33+
- `7_submit_qc_array.sh`
34+
- run once with `--reindex-bids` flag on one participant to build the database layout (increase wall time)
35+
- remove flag and run again with all participants.
36+
- `8_archive_qc.sh`
37+
38+
## Generate connectomes
39+
- `9_connectome_slurm_array.bash` and `9_submit_connectome_array.sh`. As above run once with `--reindex-bids` flag and one atlas/strategy. I submitted each atlas/strategy pair individually because I hadn't yet figured out the optimal way to submit them (see e.g. HCP-EP)
40+
- `10_archive_connectome.sh`
41+
2842
n.b. error `code: 75 - NIFTI_PIXDIM4` affected two subjects. Suggested fix to edit nifti header fields (see [discussion](https://neurostars.org/t/help-with-bids-errors-66-and-75-in-legacy-dataset/25625/2)). One subject would fail anyway, since `Time` field is `0`, so in interests of saving time I have left this for now.
2943

3044
n.b.(b?) around 100 subjects processed without --use-aroma flag. Used detect_timeout.py script to remove.

0 commit comments

Comments
 (0)