Class: OpenMSDefaults

Inherits:
Object
  • Object
show all
Defined in:
lib/protk/openms_defaults.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeOpenMSDefaults

Returns a new instance of OpenMSDefaults.



7
8
9
10
# File 'lib/protk/openms_defaults.rb', line 7

def initialize
	@featurefinderisotopewavelet="#{File.dirname(__FILE__)}/data/FeatureFinderIsotopeWavelet.ini"
	@trf_path = "#{File.dirname(__FILE__)}/data/ExecutePipeline.trf"
end

Instance Attribute Details

#featurefinderisotopewaveletObject (readonly)

Returns the value of attribute featurefinderisotopewavelet.



5
6
7
# File 'lib/protk/openms_defaults.rb', line 5

def featurefinderisotopewavelet
  @featurefinderisotopewavelet
end

#trf_pathObject (readonly)

Returns the value of attribute trf_path.



6
7
8
# File 'lib/protk/openms_defaults.rb', line 6

def trf_path
  @trf_path
end