anncrsnp 0.1.3 → 0.1.4
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/database/.DS_Store +0 -0
- data/database/._.DS_Store +0 -0
- data/database/deleteme +0 -0
- data/lib/anncrsnp/version.rb +1 -1
- metadata +4 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 991b4ecee9f3529bb5e16076eb95ad0910c9f5e6
|
|
4
|
+
data.tar.gz: 3024c3d023a76320118e9150b3ae4fa6106a07f8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9de6b81991f551802de6e5bc67bc0c889c2be054989c2214322a06b8912512bb4688ab7b07fde564d8af341e8d7f7426755ccd35b55889103db5879c4fbd586a
|
|
7
|
+
data.tar.gz: 680a3c74f9e406f9e81019b651575be2434ed730e60d248859a0f2a302e3d5668cdf27037994cb85d933ccf889cd8f6faf0bca5b85b8cb547f7d9af10c1d9123
|
data/database/.DS_Store
ADDED
|
Binary file
|
|
Binary file
|
data/database/deleteme
ADDED
|
File without changes
|
data/lib/anncrsnp/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: anncrsnp
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Elena Rojano
|
|
@@ -117,6 +117,9 @@ files:
|
|
|
117
117
|
- bin/masterfeatures.rb
|
|
118
118
|
- bin/setup
|
|
119
119
|
- bin/statistics.rb
|
|
120
|
+
- database/.DS_Store
|
|
121
|
+
- database/._.DS_Store
|
|
122
|
+
- database/deleteme
|
|
120
123
|
- lib/anncrsnp.rb
|
|
121
124
|
- lib/anncrsnp/dataset.rb
|
|
122
125
|
- lib/anncrsnp/parsers/ucscparser.rb
|