full_lengther_next 1.0.4 → 1.0.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 312551b120e51195d03e2e785c3449379d722c04b7b78ed2bc38945768195231
4
- data.tar.gz: 20e19848d4248e437567856e668c068e2dd7a66fc76590acf80aa9b09a8c316d
3
+ metadata.gz: 980bd75a5169048f8a2da0b6998828c4440bad75bef6fcee2dca8d6e5b6f8b82
4
+ data.tar.gz: 884febcb934cde31645467ba03374df37ad4ddb40a657248f51b7cd2e6c74fff
5
5
  SHA512:
6
- metadata.gz: 36bc55ace652cd5170aa0e56199d2a0e34a90d1dbaca02089a20b89d19ec5c59068d5697ba6922acc6f81c8b5f565471ab6840cb100b7559daa7ca12449f57e5
7
- data.tar.gz: 80e8079acabc809143c2ea7481d05d0779cdd71708cc39c251d34ca9dc878d4be82114731b177204d5be3edb2461c72ac19a220e91fd00c43159434b14b59bf5
6
+ metadata.gz: 02435101dbbde310ecce144a3739e901ace8035aa89f007f651da6ae316e487077a85771b50e832f3751770c8225d6fe4695684d6572615794690932e0a167d0
7
+ data.tar.gz: 173b8c3c637f80ac54e67ba54e870607e97a34045bec0fb5a757cd51f1af09f5c46446a6d4e23fbcc830cf66d3f8ff83c116103334601d937222e2068498d95c
@@ -10,7 +10,7 @@ require 'scbi_zcat'
10
10
  require 'optparse'
11
11
  require 'cdhit'
12
12
  require 'handle_db'
13
- require 'bio_patch'
13
+ #require 'bio_patch'
14
14
 
15
15
  ##############################################################################################
16
16
  ## METHODS
@@ -376,7 +376,7 @@ Dir.mkdir(formatted_db_path) if !File.exists?(formatted_db_path)
376
376
  ENV['BLASTDB'] = formatted_db_path
377
377
  puts "Databases will be downloaded at: #{ENV['BLASTDB']}"
378
378
  puts "\nTo set the path for storing databases, execute next line in your terminal or add it to your .bash_profile:\n\n\texport BLASTDB=/my_path/\n\n"
379
- puts "Patched? #{Bio::UniProtKB.patched?}"
379
+ #puts "Patched? #{Bio::UniProtKB.patched?}"
380
380
  download_ncrna(formatted_db_path, options[:no_download]) if !options[:no_ncrna]
381
381
 
382
382
  if !options[:no_download]
@@ -32,7 +32,7 @@ Gem::Specification.new do |spec|
32
32
  spec.add_runtime_dependency 'scbi_blast'
33
33
  spec.add_runtime_dependency 'scbi_mapreduce'
34
34
  spec.add_runtime_dependency 'scbi_zcat'
35
- spec.add_runtime_dependency 'bio'
35
+ spec.add_runtime_dependency 'bio', "~> 2.0.4"
36
36
  #spec.add_runtime_dependency 'bio-cd-hit-report' # Removed due to conflicts with bio-ruby2. This gem depends on bio ruby 1.4.3. cdhit options disabled
37
37
  spec.add_runtime_dependency 'report_html'
38
38
 
@@ -1,3 +1,3 @@
1
1
  module FullLengtherNext
2
- VERSION = '1.0.4'
2
+ VERSION = '1.0.6'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: full_lengther_next
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pedro Seoane
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2022-09-07 00:00:00.000000000 Z
13
+ date: 2024-02-22 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: xml-simple
@@ -86,16 +86,16 @@ dependencies:
86
86
  name: bio
87
87
  requirement: !ruby/object:Gem::Requirement
88
88
  requirements:
89
- - - ">="
89
+ - - "~>"
90
90
  - !ruby/object:Gem::Version
91
- version: '0'
91
+ version: 2.0.4
92
92
  type: :runtime
93
93
  prerelease: false
94
94
  version_requirements: !ruby/object:Gem::Requirement
95
95
  requirements:
96
- - - ">="
96
+ - - "~>"
97
97
  - !ruby/object:Gem::Version
98
- version: '0'
98
+ version: 2.0.4
99
99
  - !ruby/object:Gem::Dependency
100
100
  name: report_html
101
101
  requirement: !ruby/object:Gem::Requirement