rbbt-util 5.17.71 → 5.17.72

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: 257d69c8b2bd1dd30b2140f0bf8a12da6d98cf05
4
- data.tar.gz: 87ced61d3865d938fb316bef1cd99b0a2a842cb6
3
+ metadata.gz: 2e1d275776b5d5c6b1a96c42b7f7b169aa90d5d7
4
+ data.tar.gz: 0e06e1efe4a852f4bb9351459867f4c1bf5fe03c
5
5
  SHA512:
6
- metadata.gz: be58086a415eed7d571d56c98bcdca03a8dc9c3c3222cbc8e6d36f0a827bef55e2a44a05431532bfa518a393e8031530207247aa0db8b38bfba1e58dc3625504
7
- data.tar.gz: c9106df3f09c54d9443b4418e3b207c143540ea1c3191692f31f878a09ccc10435992c1f794fa1ee96e4c125a8277aaffd628ba276fa25b1a0be43f92f9f07ae
6
+ metadata.gz: 3452297dc3f1ff5508d36d5296ce3aa0e6775ce2db851e5be21f9e84612e6a4ff01ec27cf23e5fe67efbac50aca683e40d71e0d90d81437acbe85404dcd183d7
7
+ data.tar.gz: 441b3b7e835d16a9a8f97118b97d1adcc85bef6f1fadcd199fd08657148b7d98983656a7639e39de247d227bc9f32cf3771ae8e505cbbe9527fb2c7ca95ec5e7
data/etc/app.d/finder.rb CHANGED
@@ -8,6 +8,9 @@ if ENV['RBBT_FINDER']
8
8
  mutation_hash = {"Genomic Mutation" => /\w+:\d+:[ACTG\-\+]+/}
9
9
  finder.add_instance(mutation_hash, :namespace => organism)
10
10
 
11
+ mi_hash = {"Mutated Isoform" => /ENSP\w+:.+/}
12
+ finder.add_instance(mi_hash, :namespace => organism)
13
+
11
14
  organism_hash = {"organism" => /[A-Z][a-z]{2}(?:\/[a-z]{3}20\d\d)?/}
12
15
  finder.add_instance(organism_hash, :namespace => organism)
13
16
  end
@@ -181,7 +181,7 @@ module TSV
181
181
 
182
182
  unless TSV === other
183
183
  other_identifier_file = other.identifier_files.first if other.respond_to? :identifier_files
184
- other = TSV.open(other, :persist => options[:persist_input] == true)
184
+ other = TSV.open(other, :persist => options[:persist_input].to_s == "true")
185
185
  other.identifiers ||= other_identifier_file
186
186
  end
187
187
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rbbt-util
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.17.71
4
+ version: 5.17.72
5
5
  platform: ruby
6
6
  authors:
7
7
  - Miguel Vazquez
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-08-25 00:00:00.000000000 Z
11
+ date: 2015-09-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake