miga-base 0.2.2.0 → 0.2.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/miga/dataset.rb +1 -1
- data/lib/miga/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c38a1e0856fa157209b6f14f61a77f2fa2f8effa
|
4
|
+
data.tar.gz: b10f449bb2ae56b2956207188a5147b10912b847
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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,
|
13
|
+
VERSION = [0.2, 2, 1]
|
14
14
|
|
15
15
|
##
|
16
16
|
# Nickname for the current major.minor version.
|