miga-base 1.3.21.4 → 1.3.21.5
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 +4 -4
- data/lib/miga/cli/action/download/gtdb.rb +3 -2
- data/lib/miga/version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9522358be2993d435fcece0ff3a1916919c955754bce64f02ebd32e50c1cdc11
|
4
|
+
data.tar.gz: c3277224287f994d56fb1f0e27b0adc8d5dc2010ac00f48f124ca60ba55beee9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6cb5214b223052e199de0185960fe8371e2de08d82cdcc97dcd3e1089da28bf25e05438b3d33c4d2bb3d3ae9be4950144db9c0c79d48cbc2091292952cc88a26
|
7
|
+
data.tar.gz: 1be4517ab0285d5bdbaf01b7aaa3514f459e623489c4887712a403a217268beb46b57f778d6bcd010d32cfb9716da76736c568b015b5ffc31f5b345d63ffd570
|
@@ -23,8 +23,9 @@ module MiGA::Cli::Action::Download::Gtdb
|
|
23
23
|
|
24
24
|
def sanitize_cli
|
25
25
|
cli.ensure_par(taxon: '-T')
|
26
|
-
|
27
|
-
|
26
|
+
cli[:taxon].gsub!(' ', '%20')
|
27
|
+
unless cli[:taxon] =~ /^[a-z]__[\S ]+$/
|
28
|
+
raise 'Taxon (-T) must be in GTDB format: "s__Macondimonas diazotrophica"'
|
28
29
|
end
|
29
30
|
cli[:save_every] = 1 if cli[:dry]
|
30
31
|
end
|
data/lib/miga/version.rb
CHANGED
@@ -12,7 +12,7 @@ module MiGA
|
|
12
12
|
# - String indicating release status:
|
13
13
|
# - rc* release candidate, not released as gem
|
14
14
|
# - [0-9]+ stable release, released as gem
|
15
|
-
VERSION = [1.3, 21,
|
15
|
+
VERSION = [1.3, 21, 5].freeze
|
16
16
|
|
17
17
|
##
|
18
18
|
# Nickname for the current major.minor version.
|
@@ -20,7 +20,7 @@ module MiGA
|
|
20
20
|
|
21
21
|
##
|
22
22
|
# Date of the current gem relese.
|
23
|
-
VERSION_DATE = Date.new(
|
23
|
+
VERSION_DATE = Date.new(2025, 1, 16)
|
24
24
|
|
25
25
|
##
|
26
26
|
# References of MiGA
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: miga-base
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.3.21.
|
4
|
+
version: 1.3.21.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Luis M. Rodriguez-R
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-01-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: daemons
|