full_lengther_next 0.9.8 → 0.9.9

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
  SHA1:
3
- metadata.gz: 66126c7a055d70f0e4c09649c600d4f6079c8f94
4
- data.tar.gz: 00013e537413b9f3e9500698108974707c683803
3
+ metadata.gz: 4a6a23e7a0bc8c6ba6ad5e3f1579accb80a16bf1
4
+ data.tar.gz: 3980b046483ecbfe54147cffb20cf8f6a61bea69
5
5
  SHA512:
6
- metadata.gz: 779038539317419bc72a04805b251ef09987f50f5e66bcdf5ae230b2dee0d4baf832a5769d6b0112d0618c8f7fc3318dc9af66fa0896a33b1834d3434306bb79
7
- data.tar.gz: 7d8f6769012d728b79f0065664a7b869e037cfb41521bfcc221646b78fc5833d7cc5797e00ee77c7f090115d054fb3f5b77dd750f23eac283f01338c9af4b1e2
6
+ metadata.gz: c5ecb5ebcf8077a0000a5ce404dcc6a1468654fdeac3f2a48aa3dd8f2ef3eed6db51f6123abf3452ddc33ef56c3b896ad15125fc76621105d1db6e5a486954c6
7
+ data.tar.gz: 795f3cea0505142218ad29411e1fdbc8e0ce2b4e72c42a18b54763f77f9e0d4c7e711836fe1f0561557224cb089bd511078e7a6a81fe87fb4e5d68fce3864910
@@ -375,9 +375,7 @@ puts "\nTo set the path for storing databases, execute next line in your termina
375
375
  download_ncrna(formatted_db_path, options[:no_download]) if !options[:no_ncrna]
376
376
 
377
377
  if !options[:no_download]
378
- if !options[:no_uniprot]
379
- conecta_uniprot(options[:uniprot_div], formatted_db_path)
380
- end
378
+ conecta_uniprot(options[:uniprot_div], formatted_db_path)
381
379
  end
382
380
 
383
381
  if !options[:no_uniprot]
@@ -1,3 +1,3 @@
1
1
  module FullLengtherNext
2
- VERSION = '0.9.8'
2
+ VERSION = '0.9.9'
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: 0.9.8
4
+ version: 0.9.9
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: 2018-02-14 00:00:00.000000000 Z
13
+ date: 2018-03-12 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: xml-simple