Scan-o-Matic / scanomatic

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

Qc phenotypes store extension #412

Closed local-minimum closed 6 years ago

local-minimum commented 6 years ago

PARTIAL FEATURE

This builds upon #411 and has those changes in it too so probably wait until that one is merged.

Adds the ability to store and get the phenotypes as well as the qc-marks from the store. Unfortunately there's need for more things to move to the store before it can be integrated, but rather keep PR smaller.

codecov-io commented 6 years ago

Codecov Report

Merging #412 into master will increase coverage by 0.16%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #412      +/-   ##
==========================================
+ Coverage   41.65%   41.82%   +0.16%     
==========================================
  Files         216      216              
  Lines       17134    17182      +48     
  Branches     2954     2954              
==========================================
+ Hits         7138     7186      +48     
+ Misses       9580     9560      -20     
- Partials      416      436      +20
Impacted Files Coverage Δ
scanomatic/ui_server_data/js/src/qc/bridge.js 87.87% <ø> (ø) :arrow_up:
...atic/ui_server_data/js/src/api/getPhenotypeData.js 100% <ø> (ø) :arrow_up:
...nomatic/ui_server_data/js/src/qc/reducers/plate.js 100% <100%> (ø) :arrow_up:
...canomatic/ui_server_data/js/src/qc/StateBuilder.js 100% <100%> (ø) :arrow_up:
scanomatic/ui_server_data/js/src/qc/actions.js 97.91% <100%> (+2.91%) :arrow_up:
scanomatic/ui_server_data/js/src/qc/selectors.js 100% <100%> (ø) :arrow_up:
scanomatic/data_processing/phenotyper.py 27.51% <0%> (ø) :arrow_up:
scanomatic/ui_server/data_api.py 9.65% <0%> (ø) :arrow_up:
scanomatic/qc/phenotype_results.py 0% <0%> (ø) :arrow_up:
scanomatic/ui_server/general.py 23.48% <0%> (ø) :arrow_up:
... 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 d7961ce...41ecf1a. Read the comment docs.