TheLabbingProject / django_mri

A reusable Django app to manage MRI data.
https://django-mri.readthedocs.io/en/latest/
Apache License 2.0
7 stars 5 forks source link

fMRIPrep interface #118

Closed ZviBaratz closed 3 years ago

ZviBaratz commented 3 years ago

Refactored fMRIPrep interface.

ZviBaratz commented 3 years ago

@GalBenZvi please make sure I didn't break anything. I still need to replicate this setup locally (fMRIPrep + Singularity).

codecov[bot] commented 3 years ago

Codecov Report

Merging #118 (77c0005) into master (410a519) will increase coverage by 0.10%. The diff coverage is 33.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #118      +/-   ##
==========================================
+ Coverage   46.11%   46.21%   +0.10%     
==========================================
  Files         184      186       +2     
  Lines        3522     3540      +18     
  Branches      344      342       -2     
==========================================
+ Hits         1624     1636      +12     
- Misses       1873     1879       +6     
  Partials       25       25              
Impacted Files Coverage Δ
...jango_mri/analysis/interfaces/fmriprep/fmriprep.py 29.76% <25.49%> (+3.37%) :arrow_up:
...jango_mri/analysis/interfaces/fmriprep/messages.py 100.00% <100.00%> (ø)
django_mri/analysis/interfaces/fmriprep/utils.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 410a519...77c0005. Read the comment docs.