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

Lots of documentation updates and WIP on pipelines #30

Closed ZviBaratz closed 4 years ago

ZviBaratz commented 4 years ago

Still working with @Hershkovitz-hub to integrate the required pipelines, meanwhile I'm merging this so that I can build the RTD documentation site and pull what we've done so far on the lab's server.

ZviBaratz commented 4 years ago

@Aharonyn, it seems like migrations broke again. Do you mind taking a look?

codecov[bot] commented 4 years ago

Codecov Report

Merging #30 into master will decrease coverage by 17.87%. The diff coverage is 45.07%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #30       +/-   ##
===========================================
- Coverage   81.87%   63.99%   -17.88%     
===========================================
  Files          76      115       +39     
  Lines         982     1461      +479     
  Branches       62      107       +45     
===========================================
+ Hits          804      935      +131     
- Misses        163      511      +348     
  Partials       15       15               
Impacted Files Coverage Δ
django_mri/__init__.py 100.00% <ø> (ø)
django_mri/admin.py 100.00% <ø> (ø)
django_mri/analysis/interfaces/__init__.py 100.00% <ø> (ø)
django_mri/analysis/interfaces/fsl/fast.py 0.00% <0.00%> (ø)
django_mri/analysis/interfaces/fsl/topup.py 0.00% <0.00%> (ø)
...i/analysis/interfaces/matlab/spm/cat12/__init__.py 0.00% <0.00%> (ø)
...terfaces/matlab/spm/cat12/segmentation/__init__.py 0.00% <0.00%> (ø)
...terfaces/matlab/spm/cat12/segmentation/defaults.py 0.00% <ø> (ø)
...terfaces/matlab/spm/cat12/segmentation/messages.py 0.00% <ø> (ø)
...nterfaces/matlab/spm/cat12/segmentation/outputs.py 0.00% <ø> (ø)
... and 132 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 fd7d2d4...476a8ab. Read the comment docs.