File: simpleParser.py

package info (click to toggle)
python-mzml 0.7.4-dfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 996 kB
  • ctags: 160
  • sloc: python: 1,807; makefile: 133; sh: 18
file content (5 lines) | stat: -rwxr-xr-x 107 bytes parent folder | download
1
2
3
4
5
#!/usr/bin/env python3.2
import pymzml, sys
run = pymzml.run.Reader(sys.argv[1])
for spec in run:
    pass