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

QuerySetRunner #76

Closed ZviBaratz closed 3 years ago

ZviBaratz commented 3 years ago

Refactored CAT12 and ReconAll execution automation modules into django_analyses and removed excessive code, resolves #75. There's also a couple of documentation fixes.

codecov[bot] commented 3 years ago

Codecov Report

Merging #76 (6a81184) into master (c896907) will increase coverage by 0.76%. The diff coverage is 1.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #76      +/-   ##
==========================================
+ Coverage   48.01%   48.77%   +0.76%     
==========================================
  Files         178      178              
  Lines        2866     2821      -45     
  Branches      266      255      -11     
==========================================
  Hits         1376     1376              
+ Misses       1473     1428      -45     
  Partials       17       17              
Impacted Files Coverage Δ
...alysis/automation/anatomical/cat12_segmentation.py 0.00% <0.00%> (ø)
...ngo_mri/analysis/automation/anatomical/messages.py 0.00% <0.00%> (ø)
...ri/analysis/automation/anatomical/preprocessing.py 0.00% <0.00%> (ø)
...go_mri/analysis/automation/anatomical/recon_all.py 0.00% <0.00%> (ø)
...ri/analysis/automation/cat12_segmentation/utils.py 0.00% <0.00%> (ø)
...ango_mri/analysis/automation/recon_all/__init__.py 0.00% <0.00%> (ø)
...ango_mri/analysis/automation/recon_all/messages.py 0.00% <0.00%> (ø)
django_mri/analysis/automation/recon_all/utils.py 0.00% <0.00%> (ø)
django_mri/analysis/automation/utils.py 0.00% <ø> (ø)
django_mri/analysis/specifications/fsl/bet.py 100.00% <100.00%> (ø)
... and 4 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 c896907...6a81184. Read the comment docs.