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

dMRIPrep interface #138

Closed GalKepler closed 2 years ago

GalKepler commented 2 years ago

A working interface for dMRIPrep. Fixes #137.

codecov[bot] commented 2 years ago

Codecov Report

Merging #138 (7b6621d) into master (80692ac) will increase coverage by 0.00%. The diff coverage is 60.91%.

:exclamation: Current head 7b6621d differs from pull request most recent head 44c5cdf. Consider uploading reports for the commit 44c5cdf to get more accurate results Impacted file tree graph

@@           Coverage Diff            @@
##           master     #138    +/-   ##
========================================
  Coverage   42.70%   42.70%            
========================================
  Files         178      182     +4     
  Lines        3669     3772   +103     
  Branches      348      362    +14     
========================================
+ Hits         1567     1611    +44     
- Misses       2082     2141    +59     
  Partials       20       20            
Impacted Files Coverage Δ
...alysis/automation/anatomical/cat12_segmentation.py 0.00% <0.00%> (ø)
...ri/analysis/automation/anatomical/preprocessing.py 0.00% <ø> (ø)
...go_mri/analysis/automation/anatomical/recon_all.py 0.00% <0.00%> (ø)
...analysis/automation/cat12_segmentation/__init__.py 0.00% <0.00%> (ø)
...i/analysis/automation/cat12_segmentation/export.py 0.00% <ø> (ø)
...ri/analysis/automation/cat12_segmentation/utils.py 0.00% <0.00%> (ø)
...o_mri/analysis/automation/fsl_anat/run_fsl_anat.py 0.00% <0.00%> (ø)
...ango_mri/analysis/automation/recon_all/__init__.py 0.00% <0.00%> (ø)
...analysis/automation/recon_all/recon_all_results.py 0.00% <ø> (ø)
django_mri/analysis/automation/recon_all/utils.py 0.00% <0.00%> (ø)
... and 71 more

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 80692ac...44c5cdf. Read the comment docs.