miga-base 1.4.2.0 → 1.4.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
  SHA256:
3
- metadata.gz: 112e4ded30dc118b98459e773074f094c89872301c59153cedb85747d2fd852d
4
- data.tar.gz: 660ef6d7112c8b12b931fa0d8e664844f347f402c719933158ee0b4bdc227980
3
+ metadata.gz: 2eb3548ca6e3ab2dbd8e4cffee3a72f12c3e1f51f54798633c18a7829812acc4
4
+ data.tar.gz: 4dff34634631b786c647229977eb994e6a94071dc2a6d043a62e4239ed921ca4
5
5
  SHA512:
6
- metadata.gz: 71e20e279276398703394ac2ddd1beac990537be238eeed71a9ae600c289a7b0a3f73b1420b3157851be5b0a289edba16b56e56a9abbc67e69e1b02c8dedc669
7
- data.tar.gz: a6eb029e8c30f07510a54af8adb96e64b49eceadf8720a1483c8bc6a535b39d3cea9fddc17435aea1185e78746a2447ccd4bc8947648f4bdfbdbe77d82b19ae9
6
+ metadata.gz: 55fd0a15cdf186a9a7643912330bf69242856e03713ddaebc7d3e18404d50cf7bba8e78da42c2263449409627d8e153aa2050cdb014439162dc57e0cc04e6d58
7
+ data.tar.gz: 87bc8bd8b7b990f0c686c2deea27a34af79f32f95a15eb3dd0e6d3561ab32ea72c4eea87a847854135178a0d39f4f57d60cfb561031ba1e873dc7f134c9a3f0b
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.4, 2, 0].freeze
15
+ VERSION = [1.4, 2, 1].freeze
16
16
 
17
17
  ##
18
18
  # Nickname for the current major.minor version.
data/scripts/mytaxa.bash CHANGED
@@ -27,14 +27,12 @@ else
27
27
  "no such file or directory" >&2
28
28
  exit 1
29
29
  fi
30
- if [[ ! -d "$MT/db" ]] ; then
31
- echo "Cannot locate the MyTaxa index: $MT/db:" \
32
- "no such file or directory" >&2
30
+ if [[ ! -d "$MT/db" && ! -d "$MYTAXA_DB" ]] ; then
31
+ echo "Cannot locate the MyTaxa index: $MT/db" >&2
33
32
  exit 1
34
33
  fi
35
34
  if [[ ! -d "$MT/utils" ]] ; then
36
- echo "Cannot locate the MyTaxa utilities: $MT/utils:" \
37
- "no such file or directory" >&2
35
+ echo "Cannot locate the MyTaxa utilities: $MT/utils" >&2
38
36
  exit 1
39
37
  fi
40
38
 
@@ -26,14 +26,12 @@ else
26
26
  "no such file or directory" >&2
27
27
  exit 1
28
28
  fi
29
- if [[ ! -d "$MT/db" ]] ; then
30
- echo "Cannot locate the MyTaxa index: $MT/db:" \
31
- "no such file or directory" >&2
29
+ if [[ ! -d "$MT/db" && ! -d "$MYTAXA_DB" ]] ; then
30
+ echo "Cannot locate the MyTaxa index: $MT/db" >&2
32
31
  exit 1
33
32
  fi
34
33
  if [[ ! -d "$MT/utils" ]] ; then
35
- echo "Cannot locate the MyTaxa utilities: $MT/utils:" \
36
- "no such file or directory" >&2
34
+ echo "Cannot locate the MyTaxa utilities: $MT/utils" >&2
37
35
  exit 1
38
36
  fi
39
37
 
@@ -18,6 +18,6 @@ Seqtk (reads) seqtk https://github.com/lh3/seqtk
18
18
  Fastp (reads) fastp https://github.com/OpenGene/fastp
19
19
  SPADES (reads) spades.py https://ablab.github.io/spades/ Required version: 3+
20
20
  Temurin (rdp) java https://adoptium.net/ Any Java VM would work
21
- MyTaxa (mytaxa) MyTaxa http://enve-omics.ce.gatech.edu/mytaxa
21
+ MyTaxa (mytaxa) MyTaxa http://github.com/bio-miga/mytaxa Required version: 1.2+
22
22
  Krona (mytaxa) ktImportText https://github.com/marbl/Krona/wiki
23
23
  tRNAscan-SE tRNAscan-SE http://trna.ucsc.edu/tRNAscan-SE/ Required version: 2+
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: 1.4.2.0
4
+ version: 1.4.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Luis M. Rodriguez-R