bio-polyploid-tools 0.8.7 → 0.8.8

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA256:
3
- metadata.gz: 4d9b4a477900c5cc8e587dbc3257daa7d8db50cf0e3e22ed10d6ca9ad76fec25
4
- data.tar.gz: 4a3bd8793e963890086f9a6394bb83adf19669ad9f89f8be24c89a6b0bdbd27b
2
+ SHA1:
3
+ metadata.gz: b98553fa53cce305003462d095b3327d5fe6a4e8
4
+ data.tar.gz: 54a35758a75bfdda5b273263a9ea83b59e22f0e6
5
5
  SHA512:
6
- metadata.gz: c92453e975359a130337a46fb752be6e41862e0a78fc3bbc9786ab78f7419b544edd185be828f016c33f5eb9bdcf53ce251c312706f43382679ccd8206ba8f0d
7
- data.tar.gz: 2a8bf17cb57e117f35642f3447191744768cf2210e5f75ce0f6d82b855b18e6d7434e89179d654d6a6eaccee025e8741b3c8d088a605e52b6e36c78c6fbd9646
6
+ metadata.gz: c34087c86bacba08816ca113e7ebadd396d8f6fcc26fc1cc9224f69f1d5896a3e75cc680c6934d8f43d9c735f48ce305b77bfd9e509a993e7342ce63ac2f6438
7
+ data.tar.gz: 37f133ee490484fb946f759a4fd6b3bce3967f36d56c1cece5a530d15261d2ff204933fce9d6b114c24688f308e09b7c1ea031fc8832fb49a40f16ab21044d2b
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.8.7
1
+ 0.8.8
@@ -2,16 +2,16 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Juwelier::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: bio-polyploid-tools 0.8.7 ruby lib
5
+ # stub: bio-polyploid-tools 0.8.8 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "bio-polyploid-tools".freeze
9
- s.version = "0.8.7"
9
+ s.version = "0.8.8"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib".freeze]
13
13
  s.authors = ["Ricardo H. Ramirez-Gonzalez".freeze]
14
- s.date = "2018-08-07"
14
+ s.date = "2018-08-10"
15
15
  s.description = "Repository of tools developed at Crop Genetics in JIC to work with polyploid wheat".freeze
16
16
  s.email = "ricardo.ramirez-gonzalez@jic.ac.uk".freeze
17
17
  s.executables = ["bfr.rb".freeze, "blast_triads.rb".freeze, "blast_triads_promoters.rb".freeze, "count_variations.rb".freeze, "filter_blat_by_target_coverage.rb".freeze, "filter_exonerate_by_identity.rb".freeze, "find_best_blat_hit.rb".freeze, "find_best_exonerate.rb".freeze, "find_homoeologue_variations.rb".freeze, "get_longest_hsp_blastx_triads.rb".freeze, "hexaploid_primers.rb".freeze, "homokaryot_primers.rb".freeze, "mafft_triads.rb".freeze, "mafft_triads_promoters.rb".freeze, "map_markers_to_contigs.rb".freeze, "markers_in_region.rb".freeze, "mask_triads.rb".freeze, "polymarker.rb".freeze, "polymarker_capillary.rb".freeze, "snp_position_to_polymarker.rb".freeze, "snps_between_bams.rb".freeze, "tag_stats.rb".freeze, "vcfLineToTable.rb".freeze]
@@ -153,6 +153,7 @@ Gem::Specification.new do |s|
153
153
  "test/data/bfr_out_test.csv",
154
154
  "test/data/chr1A_G540414846C/chr1A_G540414846C.csv",
155
155
  "test/data/chr1A_G540414846C/chr1A_G540414846C.fa",
156
+ "test/data/chr1A_T517634750C/chr1A_T517634750C.csv",
156
157
  "test/data/chr4D_C14473543T/chr4D_C14473543T.csv",
157
158
  "test/data/chr4D_C14473543T/chr4D_C14473543T.fa",
158
159
  "test/data/headerMergeed.txt",
@@ -179,7 +180,7 @@ Gem::Specification.new do |s|
179
180
  ]
180
181
  s.homepage = "http://github.com/tgac/bioruby-polyploid-tools".freeze
181
182
  s.licenses = ["MIT".freeze]
182
- s.rubygems_version = "2.7.4".freeze
183
+ s.rubygems_version = "2.6.14".freeze
183
184
  s.summary = "Tool to work with polyploids, NGS and molecular biology".freeze
184
185
 
185
186
  if s.respond_to? :specification_version then
@@ -0,0 +1 @@
1
+ chr1A_T517634750C,1A,aaaacggacaacggggaaaatgctcgaatgcatgagacgaacacgtatgcaatgcacatgatgacatgatatgagatgcatggcaacgacaacaacacat[T/C]gagacaaaaacccgaacccgagaaaataaaataacttaacgccgaaaacggcaagagttagattacatattagataaatcatatccggggtgttacaccc
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bio-polyploid-tools
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.7
4
+ version: 0.8.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ricardo H. Ramirez-Gonzalez
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-08-07 00:00:00.000000000 Z
11
+ date: 2018-08-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bio
@@ -273,6 +273,7 @@ files:
273
273
  - test/data/bfr_out_test.csv
274
274
  - test/data/chr1A_G540414846C/chr1A_G540414846C.csv
275
275
  - test/data/chr1A_G540414846C/chr1A_G540414846C.fa
276
+ - test/data/chr1A_T517634750C/chr1A_T517634750C.csv
276
277
  - test/data/chr4D_C14473543T/chr4D_C14473543T.csv
277
278
  - test/data/chr4D_C14473543T/chr4D_C14473543T.fa
278
279
  - test/data/headerMergeed.txt
@@ -316,7 +317,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
316
317
  version: '0'
317
318
  requirements: []
318
319
  rubyforge_project:
319
- rubygems_version: 2.7.4
320
+ rubygems_version: 2.6.14
320
321
  signing_key:
321
322
  specification_version: 4
322
323
  summary: Tool to work with polyploids, NGS and molecular biology