npsearch 2.1.7 → 2.1.8
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 +4 -4
- data/lib/npsearch.rb +2 -0
- data/lib/npsearch/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f194c39cd8e512367adb222be5203342468447a8
|
|
4
|
+
data.tar.gz: 18a29c3fdd873b8531265bdbaa884f267ecc0c61
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2b31d4739e2ddc4a4aef25b25f4208801a6734143d4120b8ecf5b2327604c5aea1ea6f3765c3193c2e6fbc4a9d76dc39f53de724353bf1381170b6580a6fe062
|
|
7
|
+
data.tar.gz: 37b28b0073b5e70a63375e542f1871835a3b4a7346c7469665bf24d6d07a92f8cf1bc24d85749aaf28430052af7e3ec76f8a11363f427c48fe875c2a29f6dffb
|
data/lib/npsearch.rb
CHANGED
|
@@ -9,6 +9,7 @@ require 'npsearch/pool'
|
|
|
9
9
|
require 'npsearch/scoresequence'
|
|
10
10
|
require 'npsearch/sequence'
|
|
11
11
|
require 'npsearch/signalp'
|
|
12
|
+
require 'npsearch/version'
|
|
12
13
|
|
|
13
14
|
# Top level module / namespace.
|
|
14
15
|
module NpSearch
|
|
@@ -83,6 +84,7 @@ module NpSearch
|
|
|
83
84
|
return if entry.aaseq.length > @opt[:max_orf_length]
|
|
84
85
|
sp = Signalp.analyse_sequence(entry.aaseq.to_s)
|
|
85
86
|
return if sp[:sp] == 'N'
|
|
87
|
+
logger.debug "-- SignalP : #{sp}"
|
|
86
88
|
seq = Sequence.new(entry, sp)
|
|
87
89
|
if seq.seq =~ /[^A-Za-z]/ # Contains illegal characters
|
|
88
90
|
logger.debug "-- Skipping: '#{entry.definition}' - Contains illegal characters."
|
data/lib/npsearch/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: npsearch
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.1.
|
|
4
|
+
version: 2.1.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Moghul et al.
|
|
@@ -157,7 +157,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
157
157
|
version: '0'
|
|
158
158
|
requirements: []
|
|
159
159
|
rubyforge_project:
|
|
160
|
-
rubygems_version: 2.6.
|
|
160
|
+
rubygems_version: 2.6.8
|
|
161
161
|
signing_key:
|
|
162
162
|
specification_version: 4
|
|
163
163
|
summary: Search for neuropeptides based on the common neuropeptides markers
|