ms-sequest 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
data/History CHANGED
@@ -1,3 +1,7 @@
1
+ == 0.0.7 / 2009-06-26
2
+
3
+ * minor bug fix in srf to sqt output in compatibility with current ms-core ms/mass tables
4
+
1
5
  == 0.0.6 / 2009-06-26
2
6
 
3
7
  * fixed bug affecting only version 0.0.5 in srf reader affecting any file where print_duplicate_references was less than the number of protein references found for a peptide, but also > 0.
@@ -42,7 +42,7 @@ module Ms
42
42
  static_mods = params.static_mods.map do |k,v|
43
43
  key = k.split(/_/)[1]
44
44
  if key.size == 1
45
- key + '=' + (mass_index[key.to_sym] + v.to_f).to_s
45
+ key + '=' + (mass_index[key] + v.to_f).to_s
46
46
  else
47
47
  key + '=' + v
48
48
  end
data/lib/ms/sequest.rb CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  module Ms
3
3
  module Sequest
4
- VERSION = '0.0.6'
4
+ VERSION = '0.0.7'
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ms-sequest
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Prince