Skip to content

Releases: llnl/mappertrac

v1.3.1 Release

29 Jun 23:17
add909c

Choose a tag to compare

Fix typo in cli.py that causes failure when running with --multi_container and missing Singularity .sif files in the path (#11)

v1.3.0 Release

28 Apr 14:24
cda838d

Choose a tag to compare

Summary

  • Updated toolkit versions
  • Allow for separate singularity containers for each Neuroimaging toolkit (FSL, FreeSurfer, MRtrix3) using --multi_container to provide the path where the singularity images are stored
  • Singularity recipe files and build.sh for separate containers and Datalad container for fetching additional test data (optional)
  • Compatibility with DWI data that includes multiple b=0 volumes interleaved
  • Enhanced parallelization from PR #2
  • Fix #3
  • Update pypi package release workflow

What's Changed

  • Request to review and merge UCSF Wynton version to the upstream mappertrac by @Lanyavikins in #2
  • Added new container recipe and improved s1 preprocessing by @Lanyavikins in #5
  • Fix bvec reorganization in s1 by @Lanyavikins in #6
  • Fixed bvec reorg inconsistent to bval reorg by @Lanyavikins in #7
  • Incorporates multi-container option for running mappertrac by @pcamach2 in #8
  • Updating README for multi-container by @pcamach2 in #9

New Contributors

Full Changelog: v1.2.0...v1.3.0

v1.2.0 Release

18 Feb 17:21

Choose a tag to compare

Fixed timeslice sorting bug.
Added MRTrix pipeline (non edge-centric).