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 +4 -4
- data/bin/download_fln_dbs.rb +1 -3
- data/lib/full_lengther_next/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: 4a6a23e7a0bc8c6ba6ad5e3f1579accb80a16bf1
|
4
|
+
data.tar.gz: 3980b046483ecbfe54147cffb20cf8f6a61bea69
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c5ecb5ebcf8077a0000a5ce404dcc6a1468654fdeac3f2a48aa3dd8f2ef3eed6db51f6123abf3452ddc33ef56c3b896ad15125fc76621105d1db6e5a486954c6
|
7
|
+
data.tar.gz: 795f3cea0505142218ad29411e1fdbc8e0ce2b4e72c42a18b54763f77f9e0d4c7e711836fe1f0561557224cb089bd511078e7a6a81fe87fb4e5d68fce3864910
|
data/bin/download_fln_dbs.rb
CHANGED
@@ -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
|
-
|
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]
|
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.
|
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-
|
13
|
+
date: 2018-03-12 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: xml-simple
|