genevalidatorapp 1.4.12 → 1.4.13
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/.travis.yml +1 -3
- data/README.md +1 -1
- data/Rakefile +1 -1
- data/{GeneValidatorApp.gemspec → genevalidatorapp.gemspec} +0 -0
- data/lib/GeneValidatorApp/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: 11532c47e62fd41b42b9c9ce29f1412fce64287a
|
|
4
|
+
data.tar.gz: df79d9d63cb7c01e876fb25966033eb366aad0a3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 01b1631e391d51d2c0dc127cf840d12e5bd63a647e1659f95dfde57854529f8394e8a529490f0cb0739999c902d3f7aaeec0285a2cd4fc155a77bda36aa4f542
|
|
7
|
+
data.tar.gz: 9b3b9970a7a20483efecea122baa35b0bf2e135b434f8085ad0b2b70a1403fa1ceff384b0e6917284d6286d94425733126bd5d35bb2780e74867313b3a329f0c
|
data/.travis.yml
CHANGED
data/README.md
CHANGED
|
@@ -14,7 +14,7 @@ This program was developed at [Wurm Lab](http://yannick.poulet.org), [QMUL](http
|
|
|
14
14
|
|
|
15
15
|
## Installation
|
|
16
16
|
|
|
17
|
-
1) Install all GeneValidator Prerequisites (ruby <=
|
|
17
|
+
1) Install all GeneValidator Prerequisites (ruby <= 2.0.0, Mafft, BLAST+). You would also require a BLAST database.
|
|
18
18
|
* Please see [here](https://gist.github.com/IsmailM/b783e8a06565197084e6) for more information.
|
|
19
19
|
|
|
20
20
|
2) Install GeneValidatorApp
|
data/Rakefile
CHANGED
|
@@ -5,7 +5,7 @@ require 'rspec/core/rake_task'
|
|
|
5
5
|
task default: [:build]
|
|
6
6
|
desc 'Installs the ruby gem'
|
|
7
7
|
task :build do
|
|
8
|
-
exec("gem build
|
|
8
|
+
exec("gem build genevalidatorapp.gemspec && gem install ./genevalidatorapp-#{GeneValidatorApp::VERSION}.gem")
|
|
9
9
|
end
|
|
10
10
|
|
|
11
11
|
task test: :spec
|
|
File without changes
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: genevalidatorapp
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.4.
|
|
4
|
+
version: 1.4.13
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ismail Moghul
|
|
@@ -203,12 +203,12 @@ files:
|
|
|
203
203
|
- ".gitignore"
|
|
204
204
|
- ".travis.yml"
|
|
205
205
|
- Gemfile
|
|
206
|
-
- GeneValidatorApp.gemspec
|
|
207
206
|
- LICENSE.txt
|
|
208
207
|
- README.md
|
|
209
208
|
- Rakefile
|
|
210
209
|
- bin/genevalidatorapp
|
|
211
210
|
- config.ru
|
|
211
|
+
- genevalidatorapp.gemspec
|
|
212
212
|
- lib/GeneValidatorApp.rb
|
|
213
213
|
- lib/GeneValidatorApp/config.rb
|
|
214
214
|
- lib/GeneValidatorApp/database.rb
|