ms-ident 0.0.19 → 0.0.20

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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.19
1
+ 0.0.20
@@ -13,8 +13,8 @@ class Ms::Ident::PeptideHit
13
13
  class << self
14
14
 
15
15
  # writes to the file, adding an extension
16
- def to_phq(base, hits, qvalues=nil)
17
- to_file(base + FILE_EXTENSION, hits)
16
+ def to_phq(base, hits, qvalues=[])
17
+ to_file(base + FILE_EXTENSION, hits, qvalues)
18
18
  end
19
19
 
20
20
  # writes the peptide hits to a phq.tsv file. qvalues is a parallel array
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 19
9
- version: 0.0.19
8
+ - 20
9
+ version: 0.0.20
10
10
  platform: ruby
11
11
  authors:
12
12
  - John T. Prince