Releases: flywheel-apps/hcp-icafix
Releases · flywheel-apps/hcp-icafix
0.2.1
Adds subject config to manifest
updates R dependencies
0.2.0
UPGRADES
- Installation of FSL
5.0.10
, which replaces the neurodebian installation of 5.0.9
. This upgrade was done specifically to get melodic v3.15
(replacing v3.1.4
) which fixes an issue experienced when processing certain datasets.
0.1.7
NEW
- Add config option (
PreserveOnError
, boolean, default=false
) to preserve intermediate data when gear exits in a failed state
- Preserve all process logs when gear exits in failed state
0.1.6
CHANGE LOG
- Add function to cleanup output directory
- Modify exit behavior to call
cleanup
on exit when an error has occurred
- Add log statements after several error conditions
- Preserve log files on gear exit, when status is !=0
0.1.5
FIXES
- Move
suite
key to custom
key in manifest. This fixes an issue that was preventing the Gear from being rendered within the suite when viewed in the UI.
- Subject ID bug. Fixes an issue where the FIXClassifier value was being used as the Subject ID in the run script, which was preventing the algorithm from finding the input fMRI runs.
- fsl-core install command in Dockerfile. Fixes an issue where the pinned version was pointing to a version that could not be installed.
0.1.2
FIX
- Issue with
mv
command in Dockerfile
where the HCP-Pipeline artifact name in the command was not matching the downloaded filename.
0.1.1
FIXES
- Local configuration parsing (from manifest)
UPDATES
- Flywheel.Suite key added to manifest