miga-base 0.3.1.0 → 0.3.1.1

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: 220a35c60112758e6f1f2226c9978774db5b6de0
4
- data.tar.gz: e08ef0fb54d966b76376f2c87284f532e3c3fa9b
3
+ metadata.gz: b722632a715da6a149257fe83361a009f7d1c965
4
+ data.tar.gz: 5e5582682e72ea8cfff97e82c6f72a85de7ab9b4
5
5
  SHA512:
6
- metadata.gz: 3ab68a7fefcd05049dfb9939adade6efe490171afff1039650d49ba53ba8b55ad6be54c334b6d2ab0188c2ecc469d161455e1ea3eca0e1dab60063a686704ef5
7
- data.tar.gz: 03c15a94148521c562dab2b26c377666d59e6c2720702b12c646ad900247089ffb28aef9706e5b299e80eca1a38addfdb6afb78c0a2bce91a28cd401a15aa461
6
+ metadata.gz: 37f1df3197453259c9a0eec7dcd679378edeb4605d63d98b2c80d57d02a966391829ee08faa8039ff44f431cf144c6e9fc1b4c75ac8bbb1683b92ebd683cbfb8
7
+ data.tar.gz: a5a5af7f26b8fce3979669d76c6df85ccdc94da052db2292571b8a00e594144016517226d937a59e9ef5a61d6191d09c92b976ebd6abb5e5ef875fb19e882786
data/actions/stats.rb CHANGED
@@ -102,7 +102,7 @@ if o[:compute]
102
102
  q_range = stats[:quality] > 80.0 ? :excellent :
103
103
  stats[:quality] > 50.0 ? :high :
104
104
  stats[:quality] > 20.0 ? :intermediate : :low
105
- d.metadata[:quality_interval] = q_range
105
+ d.metadata[:quality] = q_range
106
106
  d.save
107
107
  end
108
108
  when :distances
@@ -191,8 +191,7 @@ module MiGA::DatasetResult
191
191
  ##
192
192
  # Add result type +:taxonomy+ at +base+ (no +_opts+ supported).
193
193
  def add_result_taxonomy(base, _opts)
194
- r = add_result_distances_nonref(base)
195
- add_files_to_ds_result(r, name, intax_test:".intax.txt")
194
+ add_result_distances_nonref(base)
196
195
  end
197
196
 
198
197
  ##
@@ -228,7 +227,8 @@ module MiGA::DatasetResult
228
227
  r = MiGA::Result.new("#{base}.json")
229
228
  add_files_to_ds_result(r, name, aai_medoids:".aai-medoids.tsv",
230
229
  haai_db:".haai.db", aai_db:".aai.db", ani_medoids:".ani-medoids.tsv",
231
- ani_db:".ani.db", ref_tree:".nwk", ref_tree_pdf:".nwk.pdf")
230
+ ani_db:".ani.db", ref_tree:".nwk", ref_tree_pdf:".nwk.pdf",
231
+ intax_test:".intax.txt")
232
232
  end
233
233
 
234
234
  ##
data/lib/miga/version.rb CHANGED
@@ -10,7 +10,7 @@ module MiGA
10
10
  # - Float representing the major.minor version.
11
11
  # - Integer representing gem releases of the current version.
12
12
  # - Integer representing minor changes that require new version number.
13
- VERSION = [0.3, 1, 0]
13
+ VERSION = [0.3, 1, 1]
14
14
 
15
15
  ##
16
16
  # Nickname for the current major.minor version.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: miga-base
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1.0
4
+ version: 0.3.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Luis M. Rodriguez-R