Class: Well::AttributeUpdater::SnpCount

Inherits:
Base
  • Object
show all
Defined in:
app/models/well/attribute_updater.rb

Overview

Updated the snp count (sequenom count) volume in ul

Instance Attribute Summary

Attributes inherited from Base

#qc_result, #well

Instance Method Summary collapse

Methods inherited from Base

#initialize, #original_value, #resource

Constructor Details

This class inherits a constructor from Well::AttributeUpdater::Base

Instance Method Details

#target_valueObject

We don’t adjust snp count as its just a raw value



86
87
88
# File 'app/models/well/attribute_updater.rb', line 86

def target_value
  value
end

#updateObject



90
91
92
# File 'app/models/well/attribute_updater.rb', line 90

def update
  well.update_sequenom_count!(target_value, resource)
end