Skip to content

Releases: DCAN-Labs/nhp-abcd-bids-pipeline

internal-tools update

20 Sep 21:29
58b94ca
Compare
Choose a tag to compare

Bump internal-tools version from 1.0.10 -> 1.0.12, addressing two issues:

  • Missing outlier .mat files in DCANBOLDProcessing
  • Docker build failure due to broken NeuroDocker ANTs link

Pin bids-validator version

20 Jun 20:08
772bc0b
Compare
Choose a tag to compare
Pre-release

This release is a quick fix to pin the version of bids-validator to 1.14.0, as current versions are incompatible with the Python 3.6 in the pipeline (see related issue: DCAN-Labs/abcd-hcp-pipeline#117 ). For future releases, we plan to use Pipfiles to avoid similar issues with Python dependencies.

Hotfix for Matlab MCR path error in v0.2.9

22 Feb 23:37
baaff52
Compare
Choose a tag to compare

FIX: Matlab path error in DCANBOLDProcessing in v0.2.9 due to MCR path not matching the changed MCR version in external-tools (R2017a -> R2016b).

Add compiled Matlab code for dcan_bold_processing zero-padding hotfix

08 Feb 00:16
fe00ea9
Compare
Choose a tag to compare

Adds updated dcan_bold_processing binaries with the zero-padding fix, which were omitted from v0.2.8.

v0.2.8: dcan_bold_processing update (add zero-padding to BOLD bandpass filter)

25 Jan 18:24
274ce67
Compare
Choose a tag to compare

Changes from v0.2.7:

  • ENH: Update dcan_bold_processing to v4.0.11 -- adds zero-padding to BOLD bandpass filtering step

This version contains updated time-series after re-applying the bandpass filter to the BOLD data. The new implementation includes zero padding to the BOLD data to minimize distortions in the edges of the time series. It’s important to note that this is not a bug, but rather an improvement. This release does not invalidate previous results, it reduces variance towards the beginning and end of the time-series data. In the previous release, those frames are discharged since are labeled as "outliers" in the provided mask. Using these updated data those frames at the end will not be discharged if the increased variance was related to the "edge effect", so users should be able to include more data in their analyses now.

v0.2.7

25 Mar 21:20
d631191
Compare
Choose a tag to compare

Changes from v0.2.6:

ENH: Update to internal-tools v1.0.8 / dcan_bold_processing v4.0.10
FIX: bandstop filter now works when filter range exceeds Nyquist frequency
ENH/FIX: report correct pipeline version with --version; report pipeline version to stdout at beginning of each stage

v0.2.6

06 Jan 23:52
3c3121a
Compare
Choose a tag to compare
  • --multi-template-dir now defaults to using the included JointLabelCouncil templates
  • Zenodo integration fix; current and future releases should be now archived correctly at https://zenodo.org/record/5484201

v0.2.5: Hotfix for syntax error in FreeSurfer

22 Oct 20:22
ffb58b6
Compare
Choose a tag to compare

Updates dcan-macaque-pipeline to v0.1.1; fixes syntax error in FreeSurfer that occurred for certain combinations of --make-white-from-norm-t1 and --hyper-normalization-method. Error was observed in nhp-abcd-bids-pipeline v0.2.2, but likely affects versions from v0.2.0 through v0.2.4.

Dockerfile update

14 Sep 17:48
Compare
Choose a tag to compare

Change to build (Dockerfile) only. No change to function.

Documentation update (again)

07 Sep 17:55
5d0990e
Compare
Choose a tag to compare
  • update README.md references to old Docker Hub repo (dcanlabs) to new repo (dcanumn)
  • link pipeline stage summary doc from within README.md