miga-base 1.0.5.4 → 1.0.5.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/miga/version.rb +1 -1
- data/utils/requirements.txt +7 -7
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 60c02b77c4b06c76c050a87a0506334a469f95684c4032a0d1a4e8bc69fec387
|
4
|
+
data.tar.gz: 2464be0080e24e5c61067f6810dabd78f09ca0a7f13dafa1e049dd7b7d531233
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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,
|
15
|
+
VERSION = [1.0, 5, 5].freeze
|
16
16
|
|
17
17
|
##
|
18
18
|
# Nickname for the current major.minor version.
|
data/utils/requirements.txt
CHANGED
@@ -1,12 +1,12 @@
|
|
1
|
-
Software Test exec Website
|
2
|
-
-------- --------- -------
|
3
|
-
Ruby ruby https://www.ruby-lang.org/
|
4
|
-
Python python3 https://www.python.org/
|
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
|
9
|
-
FastANI fastANI https://github.com/ParBLiSS/FastANI
|
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
|
-
|
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
|