divvy_proteomics 0.3.0 → 0.3.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 57c4b7c64ec34ec42b4b28f6a31537a8901d5a7c
4
- data.tar.gz: c216e563aa04c13e7b935852862994579e45d61f
3
+ metadata.gz: 7f93a23f31f2dec026e11f2014700b5baf3385ef
4
+ data.tar.gz: b23f1ebad985b2622ecd265edc4913da10cb4134
5
5
  SHA512:
6
- metadata.gz: 7a1e7dd2be6565d9503ce1e5fc43cb2362920fa8146f66d7c179c0a812de5e1ea2be9f42d70f63bb2bf3811e44f5800f01e4bbbb8731a4365d129c01c138edae
7
- data.tar.gz: 846cf30c524054c62205de65aba81d37bdd1f2857cec1e623730d167efa6eacc71491a999806e73547b50d0c36a4b87993245d20217d47090c8e3da6eecf31b3
6
+ metadata.gz: dce7c826d2a0e956d711721f9315dc59f890a9a5334c934534ca9d3f9aade3ae701e8ace19824859d90528b5fa40e0eb9fea1a57c70a731fe675c0d0f83470b8
7
+ data.tar.gz: e39bcf3f1a0af90d0cf355c1556cb3e178e19b9f1a33408c7a4443cf1071236883eb93e832d431a9d0e0bbba337270518f5ef5df9a873c5d8d3d7cc2f0b7d580
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.0
1
+ 0.3.1
data/bin/divvy_spectra CHANGED
@@ -175,8 +175,6 @@ log.info "Found #{total_contaminating_spectra} contaminating spectral counts"
175
175
  total_spectra = hits.collect{|ident, pep| pep.redundancy}.reduce(:+) - total_contaminating_spectra
176
176
  log.info "Parsed in #{proteins.length} proteins and #{hits.length} peptides, and #{total_spectra.to_i} non-contaminating spectra"
177
177
 
178
- log.debug "Proteins parsed: #{proteins.inspect}"
179
-
180
178
  all_peptides = hits.values.uniq
181
179
  number_shared_peptides = all_peptides.select{|pep| pep.parent_proteins.length > 1}.length
182
180
  number_non_shared_peptides = all_peptides.select{|pep| pep.parent_proteins.length == 1}.length
@@ -2,11 +2,11 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: divvy_proteomics 0.3.0 ruby lib
5
+ # stub: divvy_proteomics 0.3.1 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "divvy_proteomics"
9
- s.version = "0.3.0"
9
+ s.version = "0.3.1"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: divvy_proteomics
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben J Woodcroft