Scan-o-Matic / scanomatic

Scanomatic
GNU General Public License v3.0
10 stars 4 forks source link

Extended API [Builds on #413] #411

Closed local-minimum closed 6 years ago

local-minimum commented 6 years ago

PARTIAL FEATURE

Note that this contains the updated images from #413 so that the tests don't fail

This extends the API to get phenotype data from the server so that in future PR the store can be extended to have phenotypes and the qc-marks.

codecov-io commented 6 years ago

Codecov Report

Merging #411 into master will increase coverage by 0.04%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #411      +/-   ##
==========================================
+ Coverage   41.58%   41.63%   +0.04%     
==========================================
  Files         215      216       +1     
  Lines       17122    17127       +5     
  Branches     2954     2954              
==========================================
+ Hits         7121     7131      +10     
+ Misses       9582     9559      -23     
- Partials      419      437      +18
Impacted Files Coverage Δ
scanomatic/ui_server_data/js/src/api/index.js 83.33% <100%> (+0.18%) :arrow_up:
...atic/ui_server_data/js/src/api/getPhenotypeData.js 100% <100%> (ø)
scanomatic/ui_server/data_api.py 9.65% <0%> (ø) :arrow_up:
scanomatic/data_processing/phases/features.py 17.23% <0%> (ø) :arrow_up:
scanomatic/data_processing/phenotyper.py 27.51% <0%> (ø) :arrow_up:
scanomatic/qc/phenotype_results.py 0% <0%> (ø) :arrow_up:
scanomatic/io/source.py 18.08% <0%> (ø) :arrow_up:
scanomatic/ui_server/tools_api.py 8.77% <0%> (ø) :arrow_up:
scanomatic/ui_server/general.py 23.48% <0%> (ø) :arrow_up:
... and 1 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 3592ca6...6af5e38. Read the comment docs.