ncbi-blast-dbs 0.0.1 → 0.0.2
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/ncbi-blast-dbs.rake +2 -1
- data/ncbi-blast-dbs.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5e0cc1d52b816514b98df36ded99c565d83f7f16
|
|
4
|
+
data.tar.gz: a42179ad695241c4774e44e891ec90ad9d657218
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2038176b3f4a2f4f1407116465a104247ed0c51b221533a9ac3767e7addcbce854f5368894921d91b0d4e5848cb72d8ac8a986b124ce4f0d9351dcfd678e1726
|
|
7
|
+
data.tar.gz: d1b713b964f1f9ab68d757252a3f3400f89772665a6e36658dcc42e04c76994fd781c51aeebf5a209c9317b89e35228ee16f37ed90baf2ce044e04a13c12421b
|
data/lib/ncbi-blast-dbs.rake
CHANGED
data/ncbi-blast-dbs.gemspec
CHANGED
|
@@ -2,7 +2,7 @@ Gem::Specification.new do |s|
|
|
|
2
2
|
s.authors = ['Anurag Priyam']
|
|
3
3
|
s.email = ['anurag08priyam@gmail.com']
|
|
4
4
|
s.name = 'ncbi-blast-dbs'
|
|
5
|
-
s.version = '0.0.
|
|
5
|
+
s.version = '0.0.2'
|
|
6
6
|
s.summary = 'Fast download BLAST databases from NCBI.'
|
|
7
7
|
s.description = <<DESC
|
|
8
8
|
Downloads BLAST databases from NCBI. Database files (volumes) are downloaded in
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ncbi-blast-dbs
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Anurag Priyam
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-
|
|
11
|
+
date: 2016-02-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|