miga-base 0.2.2.0 → 0.2.2.1

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: dd90983aa2e7a7a6653dc1f0456c6801d8cb3baf
4
- data.tar.gz: f80a07fad789a82ee7b55ed040c050cecba5b9ca
3
+ metadata.gz: c38a1e0856fa157209b6f14f61a77f2fa2f8effa
4
+ data.tar.gz: b10f449bb2ae56b2956207188a5147b10912b847
5
5
  SHA512:
6
- metadata.gz: 883eaef98d137a956ecbd28bdff15a7c657d84dc1c1dc2f296bd70107924332731f23215507d8d5f60382ebf92cd0a8a6ba2ff746e9d49a1f849615772d05546
7
- data.tar.gz: 5124f28088c29a3fc06cac810b6c4e0d2cb702fd6de109b97c35464560b6a3ada73df769a73d87c0594b0d1e8e5400735cd4d11084b8f89b5c959adc0cc3ef07
6
+ metadata.gz: ca6f0ed0b982074fa85ccb43f9bdfcda36a4efd6431a9ea34ddcc6cc0a7c67cb66863071648175246c80aadee774ab5c6206ae3cda85178ce4f9bb55468ab72a
7
+ data.tar.gz: 52b06e6702717d44f603c7d4c0e4cef5e00e5704b6d9ed283808d79fa765b10db384aa60ceda9383114a9e23f56a8ebf000b6c9818f1cc29e261c7759c4861e5
data/lib/miga/dataset.rb CHANGED
@@ -53,7 +53,7 @@ class MiGA::Dataset < MiGA::MiGA
53
53
  def self.PREPROCESSING_TASKS ; @@PREPROCESSING_TASKS ; end
54
54
  @@PREPROCESSING_TASKS = [:raw_reads, :trimmed_reads, :read_quality,
55
55
  :trimmed_fasta, :assembly, :cds, :essential_genes, :ssu, :mytaxa,
56
- :mytaxa_scan, :distances]
56
+ :mytaxa_scan, :distances, :stats]
57
57
 
58
58
  ##
59
59
  # Tasks to be excluded from query datasets.
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.2, 2, 0]
13
+ VERSION = [0.2, 2, 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.2.2.0
4
+ version: 0.2.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Luis M. Rodriguez-R