LORIS-MRI Release v24.1.14
This is a bug fix release for LORIS-MRI version 24.1. It resolves the following bugs:
- [Install] removal of the
pyblake2
library from thepip
requirements.txt
file (#1038) - [Python push to S3 script] add method to check and skip duplicate content uploads to S3 (#1037)
- [Python BIDS import and dcm2bids pipelines] Fixes for
parameter_file
value lists (#1025 and #1034)
Notes for existing projects using one of the python pipelines
If you have been any of the python pipeline to insert MRI data (bids_import.py or the dcm2bids pipeline) then, it is very likely that some of the list were improperly saved in parameter_file. To that end, we create a script to correct the incorrectly saved list values. The following command can be run from the root directory of the LORIS-MRI code:
python tools/correct_lists_incorrectly_saved_in_parameter_file.py -p database_config.py
Note: this is not necessary if you have been only using the perl dcm2mnc insertion pipeline in your project.