ms-msrun 0.3.4 → 0.3.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/bin/ms_to_search.rb +2 -2
  3. metadata +2 -2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.4
1
+ 0.3.5
@@ -1,4 +1,4 @@
1
- #!/usr/bin/ruby
1
+ #!/usr/bin/env ruby
2
2
 
3
3
  require 'rubygems'
4
4
  require 'optparse'
@@ -8,7 +8,7 @@ opt = { :format => :mgf }
8
8
  opts = OptionParser.new do |op|
9
9
  op.banner = "usage: #{File.basename(__FILE__)} <file>.mzXML ..."
10
10
  op.separator "outputs: <file>.mgf"
11
- op.on("-f", "--format <mgf|ms2>", Symbol, "the format type") {|v| opt[:format] = v }
11
+ op.on("-f", "--format <mgf|ms2>", "the format type") {|v| opt[:format] = v.to_sym }
12
12
  end
13
13
 
14
14
  if ARGV.size == 0
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 3
8
- - 4
9
- version: 0.3.4
8
+ - 5
9
+ version: 0.3.5
10
10
  platform: ruby
11
11
  authors:
12
12
  - John T. Prince