fiuneuro / cis-processing

Automated transfer, conversion, and processing of data acquired at the FIU Center for Imaging Science.
Apache License 2.0
4 stars 4 forks source link

[ENH] Output derivatives to folder outside of BIDS dataset #29

Closed tsalo closed 5 years ago

tsalo commented 6 years ago

References #19. This change will make it easier to track storage of converted data and derivatives separately. It will also make it easy to share just the dataset or just the derivatives, when necessary.

Changes proposed:

tsalo commented 6 years ago

@mriedel56 @anthonystevendick @adamkimbler Would you all mind taking a look at this at some point before I merge it?

@anthonystevendick I believe that this will affect you most of all. You'll need to move your AHEAD derivatives folder out of your dataset folder before converting new subjects (once this is merged and pulled to the HPC).

tsalo commented 6 years ago

I've also moved the BIDS dataset merging functionality into a separate function in a new module, utils. @adamkimbler would you mind taking a quick look at that to double check the code?