Skip to content

mspire doesn't read mzML file #4

@akchan

Description

@akchan

Hi. When I read a sample mzML file 'tiny1.mzML1.1.0.mzML' distributed at the PSI site, mspire raise NoMethodError.

Snippet:

require 'open-uri'
require 'mzml'

url = 'http://proteowizard.sourceforge.net/example_data/tiny.pwiz.1.1.mzML'

Mspire::Mzml.open(open(url)) do |mzml|
  spectrum = mzml[0]
end

It seems a bug around Mspire::Mzml::Contact class. But I couldn't specify the exact cause. Can anyone fix it?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions