Skip to content

Commit

Permalink
Minor edits
Browse files Browse the repository at this point in the history
  • Loading branch information
GregConan committed Jun 8, 2020
1 parent 3d88976 commit 9fb0d5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Written by the OHSU ABCD site for selectively downloading ABCD Study imaging DICOM data QC'ed as good by the ABCD DAIC site, converting it to BIDS standard input data, selecting the best pair of spin echo field maps, and correcting the sidecar JSON files to meet the BIDS Validator specification.

*Note: DWI has been added to the list of modalities that can be downloaded. This has resulted in a couple important changes to the scripts included here and the output BIDS data. Most notabaly fieldmaps now include an acquisition field in their filenames to differentiate those used for functional images and those used for DWI (e.g. ..._acq-func_... or ..._acq-dwi_...). Data uploaded to [Collection 3165](https://github.com/ABCD-STUDY/nda-abcd-collection-3165), which was created using this repository, does not contain this identifier.*
*Note: DWI has been added to the list of modalities that can be downloaded. This has resulted in a couple important changes to the scripts included here and the output BIDS data. Most notably, fieldmaps now include an acquisition field in their filenames to differentiate those used for functional images and those used for DWI (e.g. ..._acq-func_... or ..._acq-dwi_...). Data uploaded to [Collection 3165](https://github.com/ABCD-STUDY/nda-abcd-collection-3165), which was created using this repository, does not contain this identifier.*

## Installation

Expand Down
3 changes: 2 additions & 1 deletion abcd2bids.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
ABCD to BIDS CLI Wrapper
Greg Conan: [email protected]
Created 2019-05-29
Updated 2020-05-19
Updated 2020-06-02
"""

##################################
Expand Down Expand Up @@ -625,6 +625,7 @@ def download_nda_data(cli_args):
"--modalities", ','.join(cli_args.modalities)),
stdin=subprocess.PIPE)


def unpack_and_setup(cli_args):
"""
Run unpack_and_setup.sh script repeatedly to unpack and setup the newly
Expand Down

0 comments on commit 9fb0d5b

Please sign in to comment.