miga-base 1.0.5.4 → 1.0.5.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d5f917644f7f3cf91b850400459b98fedfd130b002d9ef964fbbb4a0e7df446b
4
- data.tar.gz: c7bed61b0725aa425fd1bb6ac69a5f45f3ee9b6d678096c91ee4d4a326283b51
3
+ metadata.gz: 60c02b77c4b06c76c050a87a0506334a469f95684c4032a0d1a4e8bc69fec387
4
+ data.tar.gz: 2464be0080e24e5c61067f6810dabd78f09ca0a7f13dafa1e049dd7b7d531233
5
5
  SHA512:
6
- metadata.gz: db5767035a229029bdc77d7ced5ca104bce12947c7fd18b9947328aa79b0708527537c951fdef414a24ca7d1f394db5c92c4c45ade830c0114baff2fc38260d3
7
- data.tar.gz: f4ce4050068ad347a35442d346a502817738082fbfb23dc3d721e0be8ee3244e83608ff0273bef57f8c3d4bb443597c95ec18f26fc218959f47ea95159842b3a
6
+ metadata.gz: 7a6e6e46fe291be06d7f9a2b91904b76170b7251861630227bbbbdf17c24a8cc3fa3b97bab83aaa98a2c46d994ddfc6707cc922e3f18b17424d254f09773c76b
7
+ data.tar.gz: f8f6fa75ff6f58562f9869122e43de7fa091925cfab4e2606011b1afa2fee0439f64ef87188ba55d62f0e98e4afc5c727b85b053aa2424cbe602cb4bdda1cc04
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.0, 5, 4].freeze
15
+ VERSION = [1.0, 5, 5].freeze
16
16
 
17
17
  ##
18
18
  # Nickname for the current major.minor version.
@@ -1,12 +1,12 @@
1
- Software Test exec Website Notes
2
- -------- --------- ------- -----
3
- Ruby ruby https://www.ruby-lang.org/ Required version: 2.3+
4
- Python python3 https://www.python.org/ Required version: 3+
1
+ Software Test exec Website Notes
2
+ -------- --------- ------- -----
3
+ Ruby ruby https://www.ruby-lang.org/ Required version: 2.3+
4
+ Python python3 https://www.python.org/ Required version: 3+
5
5
  R R http://www.r-project.org/
6
6
  SQLite3 sqlite3 https://www.sqlite.org/
7
7
  NCBI BLAST+ blastp ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/LATEST
8
- DIAMOND diamond http://ab.inf.uni-tuebingen.de/software/diamond Required version: v0.9.20+
9
- FastANI fastANI https://github.com/ParBLiSS/FastANI Required version: 1.1+
8
+ DIAMOND diamond http://ab.inf.uni-tuebingen.de/software/diamond Required version: v0.9.20+
9
+ FastANI fastANI https://github.com/ParBLiSS/FastANI Required version: 1.1+
10
10
  HMMer 3.0+ hmmsearch http://hmmer.janelia.org/software
11
11
  Bedtools bedtools http://bedtools.readthedocs.org/en/latest/
12
12
  Prodigal prodigal http://prodigal.ornl.gov
@@ -17,6 +17,6 @@ FaQCs (reads) FaQCs https://github.com/LANL-Bioinformatics/FaQCs
17
17
  Falco (reads) falco https://github.com/smithlabcode/falco
18
18
  Seqtk (reads) seqtk https://github.com/lh3/seqtk
19
19
  Fastp (reads) fastp https://github.com/OpenGene/fastp
20
- OpenJDK (rdp) java https://adoptopenjdk.net/ Any Java VM would work
20
+ Temurin (rdp) java https://adoptium.net/ Any Java VM would work
21
21
  MyTaxa (mytaxa) MyTaxa http://enve-omics.ce.gatech.edu/mytaxa
22
22
  Krona (mytaxa) ktImportText https://github.com/marbl/Krona/wiki
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.0.5.4
4
+ version: 1.0.5.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Luis M. Rodriguez-R