Sha256: 8630c24e9b09e1c06a7268b07c1d854d694f006f543e950a66bdd829b19b098c
Contents?: true
Size: 592 Bytes
Versions: 11
Compression:
Stored size: 592 Bytes
Contents
require 'ms/cv/paramable' module MS class Mzml # This summarizes the different types of spectra that can be expected in # the file. This is expected to aid processing software in skipping files # that do not contain appropriate spectrum types for it. It should also # describe the nativeID format used in the file by referring to an # appropriate CV term. class FileContent include MS::CV::Paramable def to_xml(builder, &block) builder.fileContent do |fc_n| super(fc_n, &block) end builder end end end end
Version data entries
11 entries across 11 versions & 1 rubygems