class OpenMSDefaults

Attributes

featurefinderisotopewavelet[R]
trf_path[R]

Public Class Methods

new() click to toggle source
# 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