Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mspire doesn't read mzML file #4

Open
akchan opened this issue Mar 24, 2016 · 0 comments
Open

mspire doesn't read mzML file #4

akchan opened this issue Mar 24, 2016 · 0 comments

Comments

@akchan
Copy link

akchan commented Mar 24, 2016

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant