anncrsnp 0.1.4 → 0.1.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 +4 -4
- data/README.md +3 -3
- data/lib/anncrsnp/version.rb +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: df3b35d3c6ad4be13a93609b60fd4bd7b18bbfea
|
|
4
|
+
data.tar.gz: 591b04ad6ffe428bd8ba7da5a9ab853de2df6c00
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 32a2f6749b78c144f3358c6e8e4f474ce75b060f01848ece7deb13e474fedc86555004e77c8c7cd105deb0722039cb936072fa59cde87a5e9a70c6f847766763
|
|
7
|
+
data.tar.gz: 968f82b2586edbf0a89527b119f0585923da86796fc910321c9401d9a98f0f729d2f3e5bbda4e5f7abbfdda530f4b474578038215db6920c367545412cf0d367
|
data/README.md
CHANGED
|
@@ -11,7 +11,7 @@ If you use this tool, please cite us: Rojano E, Ranea JA, Perkins JR. Characteri
|
|
|
11
11
|
|
|
12
12
|
If you have no Ruby installed, we recommend you to install Ruby using RVM:
|
|
13
13
|
|
|
14
|
-
|
|
14
|
+
$ gpg2 --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
|
|
15
15
|
|
|
16
16
|
If this command doesn't work, try:
|
|
17
17
|
|
|
@@ -27,11 +27,11 @@ Check that the file ~/.bashrc contains this line at the end, if not ruby won't b
|
|
|
27
27
|
|
|
28
28
|
Then execute:
|
|
29
29
|
|
|
30
|
-
|
|
30
|
+
$ rvm install 2.1.1
|
|
31
31
|
|
|
32
32
|
At this point, you can install the ruby gem:
|
|
33
33
|
|
|
34
|
-
|
|
34
|
+
$ gem install anncrsnp
|
|
35
35
|
|
|
36
36
|
For further RVM installation, please visit https://rvm.io/
|
|
37
37
|
|
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.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Elena Rojano
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2016-07-
|
|
12
|
+
date: 2016-07-22 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: bundler
|