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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/pets/version.rb +1 -1
  3. data/pets.gemspec +1 -1
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bb9beb662fe830ada726e77f598fdd60cc7fa3fe75e608307436d303e0a5c5f4
4
- data.tar.gz: 860176b951b2b957041bc5b8e93532009d6a6a6200f7a6019d6303646f8c6ace
3
+ metadata.gz: 5a5fd89d1a74e50c86ad0ae92c38c741d9ef9c36b2319bc2a81beefef5941f71
4
+ data.tar.gz: e4af5d0fa513c908b87ab043d6a83384bbd3b66fdfa4ae12f2c39a4730390349
5
5
  SHA512:
6
- metadata.gz: b104d161026cea6431589802714dbd4069434c85f8f326ab1b455d898180828b18e13db6c1c45ce3045b2e53bdacc3dcd054ff28868a1cb7575e5ea8b25cf6db
7
- data.tar.gz: f1ada648daa7e1f6c9ac642b0f75c1cacf3b83ecf244a5ee461757c34d97a8d9de4bc208139a6f2d1d864877a95349af98cc56a93ab543b475c0b7569ddbe496
6
+ metadata.gz: 528217e755e73d453ef628bd986b2a4988f6e51fd91fc574b409a4b110ba4855e7e1ed726053ea7b2d6e50fcf4ddeb25bdd750f3868e8ebbb0606e4cbbe38fd9
7
+ data.tar.gz: 322761e846ca7c8d9dd57726a5ef87f7acb6566294a94284ab9163d15c2ecc16d81989525b85fb2d9a7b5750fbabe1ccba5f27cd1c47592ca12180d4fa50bc39
data/lib/pets/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Pets
2
- VERSION = "0.2.6"
2
+ VERSION = "0.2.7"
3
3
  end
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 [python PETS](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.}
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.6
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 [python PETS](https://github.com/seoanezonjic/pets).
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: