Tags: afids/autoafids
Tags
Merge pull request #7 from afids/djay/docker Added - Docker support for easier deployment. - Restricted supported Python versions to improve compatibility. - Upgraded Snakebids to the latest version. - Reorganized outputs by bifurcating work and root for better navigation. - Introduced stereotaxy support for precise coordinate-based processing. - Enhanced multi-modality support by adding SynthSR for non-T1w modalities (T2w, FLAIR). - Renamed --profile to --procprofile to prevent conflicts when running AutoAFIDS on compute clusters. Changed - Removed model extraction on a per-subject basis to optimize performance. Fixed - Resolved incorrect use of the expand function for better processing. - Eliminated hardcoded T1w modality to support flexible pipeline configurations. - Fixed minor pipeline issues to improve stability and performance.