bio-vcf 0.8.1 → 0.8.2

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.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bio-vcf
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.1
4
+ version: 0.8.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pjotr Prins
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-11-26 00:00:00.000000000 Z
11
+ date: 2014-12-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec
@@ -16,54 +16,54 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0'
19
+ version: 2.14.0
20
20
  type: :development
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - ">="
25
25
  - !ruby/object:Gem::Version
26
- version: '0'
26
+ version: 2.14.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: cucumber
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - ">="
32
32
  - !ruby/object:Gem::Version
33
- version: '0'
33
+ version: 1.3.11
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - ">="
39
39
  - !ruby/object:Gem::Version
40
- version: '0'
40
+ version: 1.3.11
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: jeweler
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - "~>"
45
+ - - ">="
46
46
  - !ruby/object:Gem::Version
47
47
  version: 2.0.1
48
48
  type: :development
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - "~>"
52
+ - - ">="
53
53
  - !ruby/object:Gem::Version
54
54
  version: 2.0.1
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: regressiontest
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
- - - "~>"
59
+ - - ">="
60
60
  - !ruby/object:Gem::Version
61
61
  version: 0.0.3
62
62
  type: :development
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
- - - "~>"
66
+ - - ">="
67
67
  - !ruby/object:Gem::Version
68
68
  version: 0.0.3
69
69
  description: Smart lazy multi-threaded parser for VCF format with useful filtering
@@ -96,7 +96,9 @@ files:
96
96
  - features/step_definitions/multisample.rb
97
97
  - features/step_definitions/sfilter.rb
98
98
  - features/step_definitions/somaticsniper.rb
99
+ - features/step_definitions/vcf_header.rb
99
100
  - features/support/env.rb
101
+ - features/vcf_header.feature
100
102
  - lib/bio-vcf.rb
101
103
  - lib/bio-vcf/bedfilter.rb
102
104
  - lib/bio-vcf/template.rb
@@ -105,13 +107,19 @@ files:
105
107
  - lib/bio-vcf/vcf.rb
106
108
  - lib/bio-vcf/vcfgenotypefield.rb
107
109
  - lib/bio-vcf/vcfheader.rb
110
+ - lib/bio-vcf/vcfheader_line.rb
108
111
  - lib/bio-vcf/vcfline.rb
109
112
  - lib/bio-vcf/vcfrdf.rb
110
113
  - lib/bio-vcf/vcfrecord.rb
111
114
  - lib/bio-vcf/vcfsample.rb
112
115
  - lib/bio-vcf/vcfstatistics.rb
116
+ - ragel/gen_vcfheaderline_parser.rb
117
+ - ragel/gen_vcfheaderline_parser.rl
118
+ - ragel/generate.sh
113
119
  - template/gatk_vcf2rdf.erb
114
120
  - template/vcf2json.erb
121
+ - template/vcf2json_full_header.erb
122
+ - template/vcf2json_use_meta.erb
115
123
  - template/vcf2rdf.erb
116
124
  - template/vcf2rdf_header.erb
117
125
  - test/data/input/dbsnp.vcf
@@ -127,6 +135,7 @@ files:
127
135
  - test/data/regression/thread4.ref
128
136
  - test/data/regression/thread4_4.ref
129
137
  - test/data/regression/thread4_4_failed_filter-stderr.ref
138
+ - test/data/regression/vcf2json_full_header.ref
130
139
  - test/performance/metrics.md
131
140
  homepage: http://github.com/pjotrp/bioruby-vcf
132
141
  licenses:
@@ -148,7 +157,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
148
157
  version: '0'
149
158
  requirements: []
150
159
  rubyforge_project:
151
- rubygems_version: 2.2.2
160
+ rubygems_version: 2.0.3
152
161
  signing_key:
153
162
  specification_version: 4
154
163
  summary: Fast multi-threaded VCF parser