pets 0.2.6 → 0.2.7
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/pets/version.rb +1 -1
- data/pets.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5a5fd89d1a74e50c86ad0ae92c38c741d9ef9c36b2319bc2a81beefef5941f71
|
4
|
+
data.tar.gz: e4af5d0fa513c908b87ab043d6a83384bbd3b66fdfa4ae12f2c39a4730390349
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 528217e755e73d453ef628bd986b2a4988f6e51fd91fc574b409a4b110ba4855e7e1ed726053ea7b2d6e50fcf4ddeb25bdd750f3868e8ebbb0606e4cbbe38fd9
|
7
|
+
data.tar.gz: 322761e846ca7c8d9dd57726a5ef87f7acb6566294a94284ab9163d15c2ecc16d81989525b85fb2d9a7b5750fbabe1ccba5f27cd1c47592ca12180d4fa50bc39
|
data/lib/pets/version.rb
CHANGED
data/pets.gemspec
CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
10
10
|
spec.email = ["elenarojano@uma.es, seoanezonjic@uma.es"]
|
11
11
|
|
12
12
|
spec.summary = %q{Suite with predictive tools.}
|
13
|
-
spec.description = %q{DEPRECATED PROJECT. MIGRATED TO
|
13
|
+
spec.description = %q{DEPRECATED PROJECT. MIGRATED TO PYTHON: https://github.com/seoanezonjic/pets. PETS suite includes three different tools. CohortAnalyzer performs the calculation of several statistics that gives an overview of a cohort of patients to analyse. Reg2Phen uses associations between pathological phenotypes and regions of the genome (these associations can be calculated from the cohort of patients if they include genotypic & phenotypic information using NetAnalyzer, another Ruby gem) to find, for a given genomic region, which pathological phenotypes have been associated with that region. The third tool, Phen2Reg, is a predictor that using the same associations as Reg2Phen, predicts which genomic regions can be the cause of a list of pathological phenotypes observed in a patient.}
|
14
14
|
spec.homepage = "https://bitbucket.org/elenarojano/reg2phen/src/master/bin/reg2phen.rb"
|
15
15
|
spec.license = "MIT"
|
16
16
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pets
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Elena Rojano, Pedro Seoane
|
@@ -220,7 +220,7 @@ dependencies:
|
|
220
220
|
- - ">="
|
221
221
|
- !ruby/object:Gem::Version
|
222
222
|
version: '0'
|
223
|
-
description: DEPRECATED PROJECT. MIGRATED TO
|
223
|
+
description: 'DEPRECATED PROJECT. MIGRATED TO PYTHON: https://github.com/seoanezonjic/pets.
|
224
224
|
PETS suite includes three different tools. CohortAnalyzer performs the calculation
|
225
225
|
of several statistics that gives an overview of a cohort of patients to analyse.
|
226
226
|
Reg2Phen uses associations between pathological phenotypes and regions of the genome
|
@@ -229,7 +229,7 @@ description: DEPRECATED PROJECT. MIGRATED TO [python PETS](https://github.com/se
|
|
229
229
|
for a given genomic region, which pathological phenotypes have been associated with
|
230
230
|
that region. The third tool, Phen2Reg, is a predictor that using the same associations
|
231
231
|
as Reg2Phen, predicts which genomic regions can be the cause of a list of pathological
|
232
|
-
phenotypes observed in a patient.
|
232
|
+
phenotypes observed in a patient.'
|
233
233
|
email:
|
234
234
|
- elenarojano@uma.es, seoanezonjic@uma.es
|
235
235
|
executables:
|