bio 1.6.0.pre.20181210 → 2.0.0

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
2
  SHA256:
3
- metadata.gz: e7709c923030d4637615ea2e30de470129ab4947321320ec59c725f5959ce360
4
- data.tar.gz: b8d7f1e108ffc6be38e05c31bc97013bbc4a3d9590e702bf2ca486aa8483e6c7
3
+ metadata.gz: 4962e411aae8be8955dbf62675371e1828caad0e9c465e5935c4198bffd96639
4
+ data.tar.gz: 9aa98b72bdb24f80bf2b209f3ddd2abc47aced3b54764c44b27a0dc65eef00ce
5
5
  SHA512:
6
- metadata.gz: 3b00ee9cdbbe10c6a51485e31286a18c4438a42918f71421901ad31979435d2e24a68524a4b6ab88c3e47b2fd96af872227c8f501f9f18e9e2de931f352de64d
7
- data.tar.gz: 813a702da62076cfbe32ef7e26d944d57eebf12bb5592bb7dad4739456170d525e90e6123d20fa6f1414c523f202cef3b4a49f3e80d37f8c289196b23e1cf312
6
+ metadata.gz: 6b93a323e2c9c605987b98602a174b80023de62e2b27d5449866fc9101cfc574e5538f8e13c54cc9cf6f8fdcab10c6714373e1d02d0475f0378525c907c8e558
7
+ data.tar.gz: d07903f10960791dc7b73d4b4eca54e83d0b45911604547a7e39e35b4238b1710daf4ffc79cd4f69f76fba35a6fc40c7c73b3fc0bca2e3b44b574e40bc16f30a
@@ -1,61 +1,58 @@
1
- sudo: false
2
1
  language: ruby
3
2
  rvm:
4
- - 2.1.10
5
- - 2.0.0
6
- - 1.9.3
3
+ - 2.6
4
+ - 2.5
5
+ - 2.4
6
+ - 2.3.8
7
+ - 2.2.10
7
8
  env:
8
9
  - TESTOPTS=-v
9
10
  gemfile:
10
- - gemfiles/Gemfile.travis-ruby1.9
11
+ - Gemfile
11
12
  before_install:
12
13
  - mkdir /tmp/bioruby
13
14
  - ruby gemfiles/modify-Gemfile.rb
14
15
  - ruby gemfiles/prepare-gemspec.rb
15
16
  matrix:
16
17
  include:
17
- - rvm: 1.8.7
18
- gemfile: gemfiles/Gemfile.travis-ruby1.8
18
+ - rvm: 2.0.0
19
+ gemfile: gemfiles/Gemfile.travis-ruby1.9
20
+ env: TESTOPTS=-v
21
+ - rvm: 2.1.10
22
+ gemfile: gemfiles/Gemfile.travis-ruby1.9
23
+ env: TESTOPTS=-v
24
+ - rvm: truffleruby
25
+ gemfile: gemfiles/Gemfile.travis-jruby1.9
19
26
  env: TESTOPTS=-v
20
27
  - rvm: rbx-3.29
21
28
  gemfile: gemfiles/Gemfile.travis-rbx
22
29
  env: TESTOPTS=-v
23
- - rvm: jruby-18mode
24
- gemfile: gemfiles/Gemfile.travis-jruby1.8
25
- env: TMPDIR=/tmp/bioruby TESTOPTS=-v
26
- - rvm: jruby-19mode
30
+ - rvm: jruby
27
31
  gemfile: gemfiles/Gemfile.travis-jruby1.9
28
32
  env: TMPDIR=/tmp/bioruby TESTOPTS=-v
29
- - rvm: 2.3.1
30
- gemfile: Gemfile
31
- - rvm: 2.2.5
32
- gemfile: Gemfile
33
- - rvm: 2.2.5
34
- gemfile: Gemfile
35
- env: BIORUBY_RAKE_DEFAULT_TASK=tar-integration-test TESTOPTS=-v
36
- - rvm: 2.2.5
33
+ - rvm: 2.5
37
34
  gemfile: Gemfile
38
35
  env: BIORUBY_RAKE_DEFAULT_TASK=gem-test TESTOPTS=-v
39
- - rvm: jruby-19mode
40
- gemfile: gemfiles/Gemfile.travis-jruby1.9
41
- env: TMPDIR=/tmp/bioruby BIORUBY_RAKE_DEFAULT_TASK=tar-integration-test TESTOPTS=-v
42
- - rvm: jruby-19mode
36
+ - rvm: jruby
43
37
  gemfile: gemfiles/Gemfile.travis-jruby1.9
44
38
  env: TMPDIR=/tmp/bioruby BIORUBY_RAKE_DEFAULT_TASK=gem-test TESTOPTS=-v
45
39
  allow_failures:
40
+ - rvm: 1.8.7
41
+ gemfile: gemfiles/Gemfile.travis-ruby1.8
42
+ env: TESTOPTS=-v
43
+ - rvm: 1.9.3
44
+ gemfile: gemfiles/Gemfile.travis-ruby1.9
45
+ env: TESTOPTS=-v
46
+ - rvm: truffleruby
47
+ gemfile: gemfiles/Gemfile.travis-jruby1.9
48
+ env: TESTOPTS=-v
46
49
  - rvm: rbx-3.29
47
50
  gemfile: gemfiles/Gemfile.travis-rbx
48
51
  env: TESTOPTS=-v
49
- - rvm: jruby-18mode
50
- gemfile: gemfiles/Gemfile.travis-jruby1.8
51
- env: TMPDIR=/tmp/bioruby TESTOPTS=-v
52
- - rvm: jruby-19mode
52
+ - rvm: jruby
53
53
  gemfile: gemfiles/Gemfile.travis-jruby1.9
54
54
  env: TMPDIR=/tmp/bioruby TESTOPTS=-v
55
- - rvm: jruby-19mode
56
- gemfile: gemfiles/Gemfile.travis-jruby1.9
57
- env: TMPDIR=/tmp/bioruby BIORUBY_RAKE_DEFAULT_TASK=tar-integration-test TESTOPTS=-v
58
- - rvm: jruby-19mode
55
+ - rvm: jruby
59
56
  gemfile: gemfiles/Gemfile.travis-jruby1.9
60
57
  env: TMPDIR=/tmp/bioruby BIORUBY_RAKE_DEFAULT_TASK=gem-test TESTOPTS=-v
61
58
 
@@ -66,8 +63,9 @@ matrix:
66
63
  # - sudo apt-get update
67
64
  # - sudo apt-get install libxml2-dev libexpat1-dev
68
65
 
69
- # whitelist branches
66
+ # block build for the branches
70
67
  branches:
71
- only:
72
- - master
68
+ except:
69
+ - biohackathon2008
70
+ - bioruby-1.4.3
73
71
 
data/ChangeLog CHANGED
@@ -1,14 +1,1049 @@
1
+ commit 2e4046517fd8ee1c105ef53131e69f787d790099
2
+ Author: Naohisa Goto <ng@bioruby.org>
3
+ Date: Fri Jun 14 14:23:19 2019 +0900
4
+
5
+ Add "Recommended Plugins" section and description is moved to it
6
+
7
+ README.rdoc | 22 +++++++++++++++-------
8
+ 1 file changed, 15 insertions(+), 7 deletions(-)
9
+
10
+ commit 7a533e4f57edcebb5dfe15fdddc9fbc986d2b7ec
11
+ Author: Naohisa Goto <ng@bioruby.org>
12
+ Date: Fri Jun 14 14:17:08 2019 +0900
13
+
14
+ fix directory name
15
+
16
+ README.rdoc | 2 +-
17
+ 1 file changed, 1 insertion(+), 1 deletion(-)
18
+
19
+ commit 805266c9c900903156efd0baa8c1e6ee524a8147
20
+ Author: Naohisa Goto <ng@bioruby.org>
21
+ Date: Fri Jun 14 14:14:52 2019 +0900
22
+
23
+ add description about recommended plugins
24
+
25
+ README.rdoc | 11 +++++++++++
26
+ 1 file changed, 11 insertions(+)
27
+
28
+ commit 02b7d8b9bc5dcd56f501a15e5e820f450153aa1c
29
+ Author: Naohisa Goto <ng@bioruby.org>
30
+ Date: Fri Jun 14 13:33:30 2019 +0900
31
+
32
+ prepare to release BioRuby 2.0.0
33
+
34
+ lib/bio/version.rb | 4 ++--
35
+ 1 file changed, 2 insertions(+), 2 deletions(-)
36
+
37
+ commit f1fed8dacb425d19c12abec5d4faeb733827f80f
38
+ Author: Naohisa Goto <ng@bioruby.org>
39
+ Date: Fri Jun 14 13:31:08 2019 +0900
40
+
41
+ regenerate bioruby.gemspec with rake regemspec
42
+
43
+ bioruby.gemspec | 6 +++---
44
+ 1 file changed, 3 insertions(+), 3 deletions(-)
45
+
46
+ commit 3952ec9d5ce1e3ceea9734f667d36595808c4989
47
+ Author: Naohisa Goto <ng@bioruby.org>
48
+ Date: Fri Jun 14 13:28:19 2019 +0900
49
+
50
+ Remove xmlparser dependency from Gemfile and gemfiles/Gemfile.*
51
+
52
+ Gemfile | 2 --
53
+ gemfiles/Gemfile.travis-rbx | 2 --
54
+ gemfiles/Gemfile.travis-ruby1.8 | 2 --
55
+ gemfiles/Gemfile.travis-ruby1.9 | 2 --
56
+ gemfiles/Gemfile.windows | 2 --
57
+ 5 files changed, 10 deletions(-)
58
+
59
+ commit d4a8ee7ae3d3b13a8be4c57c1f8db5b29f2c4a13
60
+ Author: Naohisa Goto <ng@bioruby.org>
61
+ Date: Fri Jun 14 12:34:45 2019 +0900
62
+
63
+ RELEASE_NOTES.rdoc: update aboue new features and improvements
64
+
65
+ RELEASE_NOTES.rdoc | 15 +++++++++++++--
66
+ 1 file changed, 13 insertions(+), 2 deletions(-)
67
+
68
+ commit 2d4170a2a0262f5d75cef5a54b5d6f3da298f145
69
+ Author: Naohisa Goto <ng@bioruby.org>
70
+ Date: Fri Jun 14 12:24:12 2019 +0900
71
+
72
+ Tests added in the previous commit is moved and modified
73
+
74
+ * test/network/bio/db/kegg/test_genes_hsa7422.rb: tests added in the
75
+ previous commit is moved to the file and modified to get data
76
+ from the internet for avoiding KEGG data license issue.
77
+ Note that some of the tests might be fail in the near future due to
78
+ the database entry updates.
79
+
80
+ test/network/bio/db/kegg/test_genes_hsa7422.rb | 91 ++++++++++++++++++++++++++
81
+ test/unit/bio/db/kegg/test_genes.rb | 51 ---------------
82
+ 2 files changed, 91 insertions(+), 51 deletions(-)
83
+ create mode 100644 test/network/bio/db/kegg/test_genes_hsa7422.rb
84
+
85
+ commit 67f8105acf22e88a7624305743ad13802ffed124
86
+ Author: kojix2 <2xijok@gmail.com>
87
+ Date: Mon Oct 22 00:46:31 2018 +0900
88
+
89
+ add DiseasesAsHash to KEGG/Common
90
+
91
+ lib/bio/db/kegg/common.rb | 14 ++++++++++
92
+ lib/bio/db/kegg/genes.rb | 26 +++++++++++++++++++
93
+ lib/bio/db/kegg/pathway.rb | 16 ++++--------
94
+ test/unit/bio/db/kegg/test_genes.rb | 51 +++++++++++++++++++++++++++++++++++++
95
+ 4 files changed, 96 insertions(+), 11 deletions(-)
96
+
97
+ commit 9dbb655e1c3ec7460b77f1d0ea475531ac3a9361
98
+ Author: Naohisa Goto <ng@bioruby.org>
99
+ Date: Fri Jun 14 11:37:11 2019 +0900
100
+
101
+ update documents for upcoming new release
102
+
103
+ KNOWN_ISSUES.rdoc | 14 +++-----
104
+ LEGAL | 9 ------
105
+ README.rdoc | 92 +++++++----------------------------------------------
106
+ README_DEV.rdoc | 10 +++---
107
+ RELEASE_NOTES.rdoc | 93 +++++++++++++++++++++++++++++++++++++++++++-----------
108
+ 5 files changed, 96 insertions(+), 122 deletions(-)
109
+
110
+ commit 6f388019a035a41a8867c6a03ef7e2707d1edce4
111
+ Author: Naohisa Goto <ng@bioruby.org>
112
+ Date: Fri Jun 14 11:32:40 2019 +0900
113
+
114
+ .travis.yml: move 1.8.7 and 1.9.3 to allow_failures; update ruby versions
115
+
116
+ .travis.yml | 23 ++++++++++++-----------
117
+ 1 file changed, 12 insertions(+), 11 deletions(-)
118
+
119
+ commit f2cbe9db9b78df653d774a7676e00f6f1a212b23
120
+ Author: Naohisa Goto <ng@bioruby.org>
121
+ Date: Fri Jun 14 11:18:27 2019 +0900
122
+
123
+ .travis.yml: Remove jobs using "tar-integration-test"
124
+
125
+ .travis.yml | 9 ---------
126
+ 1 file changed, 9 deletions(-)
127
+
128
+ commit 68f28e81e3fa566843b548f1899549adcad5225a
129
+ Author: Naohisa Goto <ng@bioruby.org>
130
+ Date: Fri Jun 14 11:10:18 2019 +0900
131
+
132
+ remove "rake tar-install" and "rake tar-integration-test" tasks
133
+
134
+ * Rakefile: Remove "tar-install" and "tar-integration-test" tasks
135
+ because they use setup.rb that is removed from the repository.
136
+
137
+ Rakefile | 34 ----------------------------------
138
+ 1 file changed, 34 deletions(-)
139
+
140
+ commit 0cbdb4586f2231a68579105dbc7f0fb413b38a96
141
+ Author: Naohisa Goto <ng@bioruby.org>
142
+ Date: Fri Jun 14 10:48:15 2019 +0900
143
+
144
+ next bioruby version will be 2.0.0
145
+
146
+ lib/bio/version.rb | 2 +-
147
+ 1 file changed, 1 insertion(+), 1 deletion(-)
148
+
149
+ commit 300d10b9791b7f0c0eff1d0544cae63fecc3b31a
150
+ Author: Naohisa Goto <ng@bioruby.org>
151
+ Date: Fri Jun 14 10:41:12 2019 +0900
152
+
153
+ Remove setup.rb. Use RubyGems to install BioRuby.
154
+
155
+ setup.rb | 1600 --------------------------------------------------------------
156
+ 1 file changed, 1600 deletions(-)
157
+ delete mode 100644 setup.rb
158
+
159
+ commit a74683d9acfc16d0d715b020839839afc8b43350
160
+ Author: Naohisa Goto <ng@bioruby.org>
161
+ Date: Fri Jun 14 02:28:31 2019 +0900
162
+
163
+ try to require "bio-blast-xmlparser" provided by separete gem
164
+
165
+ lib/bio/appl/blast/report.rb | 8 ++++++++
166
+ 1 file changed, 8 insertions(+)
167
+
168
+ commit de1c1e33aed392d4e2265a028b8acb50501f56bd
169
+ Author: Naohisa Goto <ng@bioruby.org>
170
+ Date: Sat Sep 16 04:49:21 2017 +0900
171
+
172
+ check existance of a private method instead of XMLParser constant
173
+
174
+ test/unit/bio/appl/blast/test_report.rb | 8 ++++----
175
+ 1 file changed, 4 insertions(+), 4 deletions(-)
176
+
177
+ commit 3f54d19c44411e845b32c522fc0deca4288dcf07
178
+ Author: Naohisa Goto <ng@bioruby.org>
179
+ Date: Sat Sep 16 04:39:19 2017 +0900
180
+
181
+ xml_set_parameter is moved from xmlparser.rb etc.
182
+
183
+ * The method xml_set_parameter is moved from
184
+ lib/bio/appl/blast/xmlparser.rb because it is used by
185
+ the REXML parser.
186
+ * The method Bio::Blast::Report.xmlparser is move to
187
+ lib/bio/appl/blast/xmlparser.rb in the separate repo.
188
+ * Use "defined? xmlparser_parse" for checking existance of
189
+ the blast xmlparser component.
190
+ * Removed line to require bio/appl/blast/xmlparser.
191
+
192
+ lib/bio/appl/blast/report.rb | 40 ++++++++++++++++++++++++++++++++--------
193
+ 1 file changed, 32 insertions(+), 8 deletions(-)
194
+
195
+ commit b19cd507c432739c5aaac700e222e6e4ecc63ddc
196
+ Author: Naohisa Goto <ng@bioruby.org>
197
+ Date: Sat Sep 16 03:32:54 2017 +0900
198
+
199
+ lib/bio/appl/blast/xmlparser.rb is removed and moved to separate gem
200
+
201
+ * lib/bio/appl/blast/xmlparser.rb is removed and moved to separate gem
202
+ to eliminate dependency to xmlparser that includes native extension.
203
+
204
+ lib/bio/appl/blast/xmlparser.rb | 236 ----------------------------------------
205
+ 1 file changed, 236 deletions(-)
206
+ delete mode 100644 lib/bio/appl/blast/xmlparser.rb
207
+
208
+ commit 525d3450ad3440bfbbe3a1540fe60d83c3845ec7
209
+ Author: Naohisa Goto <ng@bioruby.org>
210
+ Date: Sat Dec 15 11:33:08 2018 +0900
211
+
212
+ .travis.yml: remove jruby-18mode and jruby-19mode; add jruby and truffleruby
213
+
214
+ .travis.yml | 24 ++++++++++++------------
215
+ 1 file changed, 12 insertions(+), 12 deletions(-)
216
+
217
+ commit 5bc0042b7fc39c62222534e0e4129d3f9794fd8c
218
+ Author: Naohisa Goto <ng@bioruby.org>
219
+ Date: Fri Dec 14 22:46:08 2018 +0900
220
+
221
+ appveyor.yml: regenerate bioruby.gemspec before creating gem
222
+
223
+ appveyor.yml | 1 +
224
+ 1 file changed, 1 insertion(+)
225
+
226
+ commit 5582dc1db60ffc812211d9803d5adce9c0dd70d3
227
+ Author: Naohisa Goto <ng@bioruby.org>
228
+ Date: Fri Dec 14 22:39:35 2018 +0900
229
+
230
+ appveyor.yml: modify gemfile/Gemfile.windows after bundle install
231
+
232
+ appveyor.yml | 1 +
233
+ 1 file changed, 1 insertion(+)
234
+
235
+ commit 09031bcae0a42fe93d07b46eb489ffbabc8c1319
236
+ Author: Naohisa Goto <ng@bioruby.org>
237
+ Date: Fri Dec 14 22:30:09 2018 +0900
238
+
239
+ appveyor.yml: give up using vendor/bundle; set BUNDLE_GEMFILE
240
+
241
+ appveyor.yml | 6 ++----
242
+ 1 file changed, 2 insertions(+), 4 deletions(-)
243
+
244
+ commit 44fb6c67aef1b0311d32ac806fc9a62f09d401d5
245
+ Author: Naohisa Goto <ng@bioruby.org>
246
+ Date: Fri Dec 14 21:59:44 2018 +0900
247
+
248
+ appveyor.yml: Specify gemfiles/Gemfile.windows
249
+
250
+ * appveyor.yml: Specify gemfiles/Gemfile.windows in which xmlparser gem
251
+ is excluded because of build failure of the xmlparser gem on Windows.
252
+ * gemfiles/Gemfile.windows: Gemfile for Appveyor, running on Microsoft
253
+ Windows.
254
+
255
+ appveyor.yml | 2 +-
256
+ gemfiles/Gemfile.windows | 8 ++++++++
257
+ 2 files changed, 9 insertions(+), 1 deletion(-)
258
+ create mode 100644 gemfiles/Gemfile.windows
259
+
260
+ commit fe55e52b42660dda1d21749bf714e989e7db754e
261
+ Author: Naohisa Goto <ng@bioruby.org>
262
+ Date: Fri Dec 14 21:48:06 2018 +0900
263
+
264
+ appveyor.yml: update ruby versions and test procedure
265
+
266
+ appveyor.yml | 22 +++++++++++++++-------
267
+ 1 file changed, 15 insertions(+), 7 deletions(-)
268
+
269
+ commit 739f5c9a512074a7de25d87e8104ed15bdb28b5d
270
+ Author: Naohisa Goto <ng@bioruby.org>
271
+ Date: Fri Dec 14 11:57:43 2018 +0900
272
+
273
+ .travis.yml: change default Gemfile
274
+
275
+ * Change default Gemfile to Gemfile
276
+ * Move old Ruby versions to "include" matrix.
277
+ * Change ruby version for gem-integration-test and tar-integration-test
278
+
279
+ .travis.yml | 22 ++++++++++++----------
280
+ 1 file changed, 12 insertions(+), 10 deletions(-)
281
+
282
+ commit 2f54a9cbf8fb6d8580d488b20007d5ce4562e5e9
283
+ Author: Naohisa Goto <ng@bioruby.org>
284
+ Date: Fri Dec 14 11:42:58 2018 +0900
285
+
286
+ .travis.yml: No more limit to master branch. Instead, add blocklist.
287
+
288
+ .travis.yml | 7 ++++---
289
+ 1 file changed, 4 insertions(+), 3 deletions(-)
290
+
291
+ commit 9ac3e44318c67fd4415a2118dd5631902e784e12
292
+ Author: Kozo Nishida <knishida@riken.jp>
293
+ Date: Thu Dec 13 22:47:54 2018 +0900
294
+
295
+ ci(travis): Add rvm versions
296
+
297
+ .travis.yml | 5 ++++-
298
+ 1 file changed, 4 insertions(+), 1 deletion(-)
299
+
300
+ commit 258dd67c9d65f1247e56d5c5228cc6f9c019d133
301
+ Author: Naohisa Goto <ng@bioruby.org>
302
+ Date: Mon Dec 10 21:56:16 2018 +0900
303
+
304
+ regenerate bioruby.gemspec with rake regemspec
305
+
306
+ bioruby.gemspec | 2 +-
307
+ 1 file changed, 1 insertion(+), 1 deletion(-)
308
+
309
+ commit 3920483d6b5a3759e6c610d7ee9fb1a63dcc9ce4
310
+ Author: Naohisa Goto <ng@bioruby.org>
311
+ Date: Mon Dec 10 21:55:19 2018 +0900
312
+
313
+ Simplify version number processing
314
+
315
+ bioruby.gemspec.erb | 14 +++++++-------
316
+ lib/bio/version.rb | 12 +++++-------
317
+ 2 files changed, 12 insertions(+), 14 deletions(-)
318
+
319
+ commit 80949a10ea5e4f88d21d893905b720925f5a9e7b
320
+ Author: Naohisa Goto <ng@bioruby.org>
321
+ Date: Mon Dec 10 18:54:00 2018 +0900
322
+
323
+ next bioruby version will be 1.6.0
324
+
325
+ lib/bio/version.rb | 2 +-
326
+ 1 file changed, 1 insertion(+), 1 deletion(-)
327
+
328
+ commit 2b542865a4d4af2684ace41f79e273ebceb51807
329
+ Merge: 02a96424 d71e07a0
330
+ Author: Toshiaki Katayama <k@bioruby.org>
331
+ Date: Fri Oct 19 06:45:49 2018 +0900
332
+
333
+ Merge pull request #125 from kojix2/master
334
+
335
+ update TogoWS documentation. genbank -> ncbi-nucleotide
336
+
337
+ commit d71e07a0cb1cc441241be91273bd44e3717b8773
338
+ Author: kojix2 <2xijok@gmail.com>
339
+ Date: Thu Oct 18 19:10:29 2018 +0900
340
+
341
+ update TogoWS documentation. genbank -> ncbi-nucleotide
342
+
343
+ lib/bio/io/togows.rb | 10 +++++-----
344
+ sample/test_restriction_enzyme_long.rb | 2 +-
345
+ 2 files changed, 6 insertions(+), 6 deletions(-)
346
+
347
+ commit 02a964241b79e2307d0a00473427ea6bc2ea6932
348
+ Author: Naohisa Goto <ng@bioruby.org>
349
+ Date: Thu Sep 20 07:06:08 2018 +0900
350
+
351
+ Improvement documentation
352
+
353
+ * Improve documentation.
354
+ * Close https://github.com/bioruby/bioruby/pull/120 .
355
+
356
+ lib/bio/db/aaindex.rb | 79 +++++++++++++++++++++++++++++++++++++++++++++++----
357
+ 1 file changed, 74 insertions(+), 5 deletions(-)
358
+
359
+ commit 6bfef40ae87099565371abf94cf2cc8bfac76b12
360
+ Author: Naohisa Goto <ng@bioruby.org>
361
+ Date: Thu Sep 20 05:01:12 2018 +0900
362
+
363
+ Bug fix: Bio::Command.new_https should support proxy
364
+
365
+ lib/bio/command.rb | 18 +++++++-----------
366
+ 1 file changed, 7 insertions(+), 11 deletions(-)
367
+
368
+ commit 4e3251d2172f58239f103e7edf8f4c351140f378
369
+ Author: Naohisa Goto <ng@bioruby.org>
370
+ Date: Thu Sep 20 04:58:56 2018 +0900
371
+
372
+ https support for Bio::Blast::Remote::GenomeNet::Information
373
+
374
+ lib/bio/appl/blast/genomenet.rb | 6 +++---
375
+ 1 file changed, 3 insertions(+), 3 deletions(-)
376
+
377
+ commit 6dd1f9fb8c2b4ba95086eab7bffc01583feccf3a
378
+ Author: ramadis <rramiro.o@hotmail.com>
379
+ Date: Sat Jul 7 15:12:33 2018 -0300
380
+
381
+ Add https requests in command. Fix genomenet query by allowing https requests.
382
+
383
+ lib/bio/appl/blast/genomenet.rb | 2 +-
384
+ lib/bio/command.rb | 14 ++++++++++++++
385
+ 2 files changed, 15 insertions(+), 1 deletion(-)
386
+
387
+ commit 4b6f87c9fd2dc62418ddfc4b57bcc4b73287a603
388
+ Author: Tomoaki NISHIYAMA <tomoakin@kenroku.kanazawa-u.ac.jp>
389
+ Date: Sat Mar 31 13:08:07 2018 +0900
390
+
391
+ directly refer to the given hash
392
+
393
+ lib/bio/data/codontable.rb | 2 +-
394
+ 1 file changed, 1 insertion(+), 1 deletion(-)
395
+
396
+ commit 25636ffa08c6ea9a9e4d1b451a456bc1f482ad40
397
+ Author: Tomoaki NISHIYAMA <tomoakin@kenroku.kanazawa-u.ac.jp>
398
+ Date: Sat Jun 2 15:10:12 2018 +0900
399
+
400
+ precalculated ambiguity codontable
401
+
402
+ lib/bio/data/codontable.rb | 55 +++++++++++++++++++++++++++++++++++++++++++---
403
+ 1 file changed, 52 insertions(+), 3 deletions(-)
404
+
405
+ commit b2d924045202ec3aa4e1b79341fd939a881d4c2e
406
+ Author: Tomoaki NISHIYAMA <tomoakin@kenroku.kanazawa-u.ac.jp>
407
+ Date: Sat Mar 31 11:55:57 2018 +0900
408
+
409
+ construct ambiguity nucleotide to amino acid table
410
+
411
+ lib/bio/data/codontable.rb | 49 ++++++++++++++++++++++++++++++++++-
412
+ test/unit/bio/data/test_codontable.rb | 3 +++
413
+ 2 files changed, 51 insertions(+), 1 deletion(-)
414
+
415
+ commit a7378b6b269ea1c0391e259dd8e4868f03b064ea
416
+ Author: markwilkinson <markw@illuminae.com>
417
+ Date: Tue Dec 12 14:13:51 2017 +0100
418
+
419
+ fixing Fasta Report parser for fasta36 -m10
420
+
421
+ lib/bio/appl/fasta/format10.rb | 3 ++-
422
+ 1 file changed, 2 insertions(+), 1 deletion(-)
423
+
424
+ commit c89c40c29c3c92f8e548c79d2d04698123559007
425
+ Author: Naohisa Goto <ng@bioruby.org>
426
+ Date: Fri Sep 15 16:33:19 2017 +0900
427
+
428
+ Remove settings about executables
429
+
430
+ * Definitions and settings about executables are removed because
431
+ all files in bin/ have been moved to separate gem packages
432
+ (bio-shell and bio-executables).
433
+
434
+ bioruby.gemspec | 13 -------------
435
+ bioruby.gemspec.erb | 21 +--------------------
436
+ 2 files changed, 1 insertion(+), 33 deletions(-)
437
+
438
+ commit b5a8d385da8f2c1b6e1caf77295e590f55595944
439
+ Author: Naohisa Goto <ng@bioruby.org>
440
+ Date: Fri Sep 15 16:20:03 2017 +0900
441
+
442
+ bin/br_*.rb is moved to bio-executables gem
443
+
444
+ * The following executable files are moved to "bio-executables" gem.
445
+ * bin/br_biofetch.rb
446
+ * bin/br_bioflat.rb
447
+ * bin/br_biogetseq.rb
448
+ * bin/br_pmfetch.rb
449
+
450
+ bin/br_biofetch.rb | 71 ---------
451
+ bin/br_bioflat.rb | 293 ------------------------------------
452
+ bin/br_biogetseq.rb | 45 ------
453
+ bin/br_pmfetch.rb | 422 ----------------------------------------------------
454
+ 4 files changed, 831 deletions(-)
455
+ delete mode 100755 bin/br_biofetch.rb
456
+ delete mode 100755 bin/br_bioflat.rb
457
+ delete mode 100755 bin/br_biogetseq.rb
458
+ delete mode 100755 bin/br_pmfetch.rb
459
+
460
+ commit eb61d89a366437570a0590a629cb75718866b236
461
+ Author: Naohisa Goto <ng@bioruby.org>
462
+ Date: Fri Sep 15 09:31:14 2017 +0900
463
+
464
+ regenerate bioruby.gemspec with rake regemspec
465
+
466
+ bioruby.gemspec | 44 +-------------------------------------------
467
+ 1 file changed, 1 insertion(+), 43 deletions(-)
468
+
469
+ commit 6d40721d039fdb6b77af656f32ccabeabc427409
470
+ Author: Naohisa Goto <ng@bioruby.org>
471
+ Date: Fri Sep 15 09:29:33 2017 +0900
472
+
473
+ Remove BioRuby Shell files that are released as independent gem package
474
+
475
+ bin/bioruby | 47 --
476
+ lib/bio/shell.rb | 44 --
477
+ lib/bio/shell/core.rb | 578 ---------------------
478
+ lib/bio/shell/demo.rb | 146 ------
479
+ lib/bio/shell/interface.rb | 217 --------
480
+ lib/bio/shell/irb.rb | 94 ----
481
+ lib/bio/shell/object.rb | 71 ---
482
+ lib/bio/shell/plugin/blast.rb | 42 --
483
+ lib/bio/shell/plugin/codon.rb | 218 --------
484
+ lib/bio/shell/plugin/das.rb | 58 ---
485
+ lib/bio/shell/plugin/emboss.rb | 23 -
486
+ lib/bio/shell/plugin/entry.rb | 137 -----
487
+ lib/bio/shell/plugin/flatfile.rb | 101 ----
488
+ lib/bio/shell/plugin/midi.rb | 430 ---------------
489
+ lib/bio/shell/plugin/ncbirest.rb | 68 ---
490
+ lib/bio/shell/plugin/obda.rb | 45 --
491
+ lib/bio/shell/plugin/psort.rb | 56 --
492
+ lib/bio/shell/plugin/seq.rb | 248 ---------
493
+ lib/bio/shell/plugin/togows.rb | 40 --
494
+ .../generators/bioruby/bioruby_generator.rb | 29 --
495
+ .../generators/bioruby/templates/_classes.rhtml | 4 -
496
+ .../generators/bioruby/templates/_log.rhtml | 27 -
497
+ .../generators/bioruby/templates/_methods.rhtml | 11 -
498
+ .../generators/bioruby/templates/_modules.rhtml | 4 -
499
+ .../generators/bioruby/templates/_variables.rhtml | 7 -
500
+ .../generators/bioruby/templates/bioruby-bg.gif | Bin 1431 -> 0 bytes
501
+ .../generators/bioruby/templates/bioruby-gem.png | Bin 6951 -> 0 bytes
502
+ .../generators/bioruby/templates/bioruby-link.gif | Bin 2758 -> 0 bytes
503
+ .../generators/bioruby/templates/bioruby.css | 368 -------------
504
+ .../generators/bioruby/templates/bioruby.rhtml | 47 --
505
+ .../bioruby/templates/bioruby_controller.rb | 144 -----
506
+ .../generators/bioruby/templates/bioruby_helper.rb | 47 --
507
+ .../generators/bioruby/templates/commands.rhtml | 8 -
508
+ .../generators/bioruby/templates/history.rhtml | 10 -
509
+ .../generators/bioruby/templates/index.rhtml | 26 -
510
+ .../generators/bioruby/templates/spinner.gif | Bin 1542 -> 0 bytes
511
+ lib/bio/shell/script.rb | 25 -
512
+ lib/bio/shell/setup.rb | 108 ----
513
+ lib/bio/shell/web.rb | 102 ----
514
+ test/unit/bio/shell/plugin/test_seq.rb | 187 -------
515
+ test/unit/bio/test_shell.rb | 20 -
516
+ 41 files changed, 3837 deletions(-)
517
+ delete mode 100755 bin/bioruby
518
+ delete mode 100644 lib/bio/shell.rb
519
+ delete mode 100644 lib/bio/shell/core.rb
520
+ delete mode 100644 lib/bio/shell/demo.rb
521
+ delete mode 100644 lib/bio/shell/interface.rb
522
+ delete mode 100644 lib/bio/shell/irb.rb
523
+ delete mode 100644 lib/bio/shell/object.rb
524
+ delete mode 100644 lib/bio/shell/plugin/blast.rb
525
+ delete mode 100644 lib/bio/shell/plugin/codon.rb
526
+ delete mode 100644 lib/bio/shell/plugin/das.rb
527
+ delete mode 100644 lib/bio/shell/plugin/emboss.rb
528
+ delete mode 100644 lib/bio/shell/plugin/entry.rb
529
+ delete mode 100644 lib/bio/shell/plugin/flatfile.rb
530
+ delete mode 100644 lib/bio/shell/plugin/midi.rb
531
+ delete mode 100644 lib/bio/shell/plugin/ncbirest.rb
532
+ delete mode 100644 lib/bio/shell/plugin/obda.rb
533
+ delete mode 100644 lib/bio/shell/plugin/psort.rb
534
+ delete mode 100644 lib/bio/shell/plugin/seq.rb
535
+ delete mode 100644 lib/bio/shell/plugin/togows.rb
536
+ delete mode 100644 lib/bio/shell/rails/vendor/plugins/bioruby/generators/bioruby/bioruby_generator.rb
537
+ delete mode 100644 lib/bio/shell/rails/vendor/plugins/bioruby/generators/bioruby/templates/_classes.rhtml
538
+ delete mode 100644 lib/bio/shell/rails/vendor/plugins/bioruby/generators/bioruby/templates/_log.rhtml
539
+ delete mode 100644 lib/bio/shell/rails/vendor/plugins/bioruby/generators/bioruby/templates/_methods.rhtml
540
+ delete mode 100644 lib/bio/shell/rails/vendor/plugins/bioruby/generators/bioruby/templates/_modules.rhtml
541
+ delete mode 100644 lib/bio/shell/rails/vendor/plugins/bioruby/generators/bioruby/templates/_variables.rhtml
542
+ delete mode 100644 lib/bio/shell/rails/vendor/plugins/bioruby/generators/bioruby/templates/bioruby-bg.gif
543
+ delete mode 100644 lib/bio/shell/rails/vendor/plugins/bioruby/generators/bioruby/templates/bioruby-gem.png
544
+ delete mode 100644 lib/bio/shell/rails/vendor/plugins/bioruby/generators/bioruby/templates/bioruby-link.gif
545
+ delete mode 100644 lib/bio/shell/rails/vendor/plugins/bioruby/generators/bioruby/templates/bioruby.css
546
+ delete mode 100644 lib/bio/shell/rails/vendor/plugins/bioruby/generators/bioruby/templates/bioruby.rhtml
547
+ delete mode 100644 lib/bio/shell/rails/vendor/plugins/bioruby/generators/bioruby/templates/bioruby_controller.rb
548
+ delete mode 100644 lib/bio/shell/rails/vendor/plugins/bioruby/generators/bioruby/templates/bioruby_helper.rb
549
+ delete mode 100644 lib/bio/shell/rails/vendor/plugins/bioruby/generators/bioruby/templates/commands.rhtml
550
+ delete mode 100644 lib/bio/shell/rails/vendor/plugins/bioruby/generators/bioruby/templates/history.rhtml
551
+ delete mode 100644 lib/bio/shell/rails/vendor/plugins/bioruby/generators/bioruby/templates/index.rhtml
552
+ delete mode 100644 lib/bio/shell/rails/vendor/plugins/bioruby/generators/bioruby/templates/spinner.gif
553
+ delete mode 100644 lib/bio/shell/script.rb
554
+ delete mode 100644 lib/bio/shell/setup.rb
555
+ delete mode 100644 lib/bio/shell/web.rb
556
+ delete mode 100644 test/unit/bio/shell/plugin/test_seq.rb
557
+ delete mode 100644 test/unit/bio/test_shell.rb
558
+
559
+ commit ab9feb6f1f495a2b3ca350005c6162c51178aecb
560
+ Author: Naohisa Goto <ng@bioruby.org>
561
+ Date: Wed Sep 13 22:13:59 2017 +0900
562
+
563
+ Suppress warning "assigned but unused variable"
564
+
565
+ lib/bio/io/flatfile/autodetection.rb | 5 +++++
566
+ 1 file changed, 5 insertions(+)
567
+
568
+ commit cf486e327c253482f54e59b2e18f73db27641135
569
+ Author: Naohisa Goto <ng@bioruby.org>
570
+ Date: Wed Sep 13 22:10:53 2017 +0900
571
+
572
+ Suppress warning: "instance variable @top_strand not initialized"
573
+
574
+ * Suppress warning: "instance variable @top_strand not initialized".
575
+ To do so, force to raise NoMethodError when @top_strand is not
576
+ initialized or is nil. This should be changed to appropriate
577
+ exception in the future.
578
+
579
+ lib/bio/util/sirna.rb | 2 ++
580
+ 1 file changed, 2 insertions(+)
581
+
582
+ commit 88477698f0e1b5a74f9682f26e97c5f90f6912b4
583
+ Author: Naohisa Goto <ng@bioruby.org>
584
+ Date: Wed Sep 13 21:31:38 2017 +0900
585
+
586
+ Suppress warning in Ruby 2.4: "constant ::Fixnum is deprecated"
587
+
588
+ lib/bio/db/soft.rb | 4 ++--
589
+ .../util/restriction_enzyme/range/sequence_range/calculated_cuts.rb | 2 +-
590
+ test/unit/bio/test_alignment.rb | 4 ++--
591
+ 3 files changed, 5 insertions(+), 5 deletions(-)
592
+
593
+ commit f8cff14179cfeea0d685f4df756db71ceb6d5fab
594
+ Author: Naohisa Goto <ng@bioruby.org>
595
+ Date: Wed Sep 13 21:19:12 2017 +0900
596
+
597
+ Suppress warning "parentheses after method name is interpreted as an argument list, not a decomposed argument" in Ruby 2.4
598
+
599
+ lib/bio/map.rb | 8 ++++----
600
+ 1 file changed, 4 insertions(+), 4 deletions(-)
601
+
602
+ commit ddb25c2bf3872c6306a91e407d95caa2e136cee9
603
+ Author: Jun Aruga <jaruga@redhat.com>
604
+ Date: Fri Nov 18 11:14:38 2016 +0100
605
+
606
+ Gemfile for local development.
607
+
608
+ .travis.yml | 8 ++++----
609
+ gemfiles/Gemfile.travis-ruby2.2 => Gemfile | 0
610
+ bioruby.gemspec | 2 +-
611
+ 3 files changed, 5 insertions(+), 5 deletions(-)
612
+ rename gemfiles/Gemfile.travis-ruby2.2 => Gemfile (100%)
613
+
614
+ commit 16faf6473b74eb172716b713ab757cb2ab2bcacc
615
+ Author: Jun Aruga <jaruga@redhat.com>
616
+ Date: Thu Nov 17 17:50:40 2016 +0100
617
+
618
+ Fixes ruby1.8 Travis failure that is because rdoc 4.3.0 requires Ruby >= 1.9.3.
619
+
620
+ gemfiles/Gemfile.travis-jruby1.8 | 3 ++-
621
+ gemfiles/Gemfile.travis-ruby1.8 | 3 ++-
622
+ 2 files changed, 4 insertions(+), 2 deletions(-)
623
+
624
+ commit 146fd66b3a14972bcfd0e9bf8ec007d38c55ac39
625
+ Author: Naohisa Goto <ng@bioruby.org>
626
+ Date: Sat Aug 13 08:22:22 2016 +0900
627
+
628
+ Update URLs and use https for NCBI REST web services
629
+
630
+ lib/bio/io/ncbirest.rb | 50 ++++++++++++++++++++++++++------------------------
631
+ 1 file changed, 26 insertions(+), 24 deletions(-)
632
+
633
+ commit 7abd46f058a17ac34b263714449756383622012d
634
+ Author: Naohisa Goto <ng@bioruby.org>
635
+ Date: Sat Aug 13 08:12:08 2016 +0900
636
+
637
+ New method Bio::Command#start_http_uri(uri) with tests
638
+
639
+ * lib/bio/command.rb: New method Bio::Command#start_http_uri(uri)
640
+ that supports HTTPS. Note that this method is intended to be
641
+ called only from BioRuby internals.
642
+ * lib/bio/command.rb: Bio::Command#post and #post_form are changed
643
+ to use the start_http_uri().
644
+ * test/network/bio/test_command.rb: tests for start_http_uri().
645
+
646
+ lib/bio/command.rb | 42 ++++++++++++++++++++++++++++++++++++++--
647
+ test/network/bio/test_command.rb | 17 ++++++++++++++++
648
+ 2 files changed, 57 insertions(+), 2 deletions(-)
649
+
650
+ commit 11c680f6d64a60bdc0f4248951bf2d2ebafbc433
651
+ Author: Naohisa Goto <ng@bioruby.org>
652
+ Date: Fri Jun 17 20:40:41 2016 +0900
653
+
654
+ gemfiles/Gemfile.*: remove dependency on libxml-ruby
655
+
656
+ * gemfiles/Gemfile.*: remove dependency on libxml-ruby.
657
+ Bio::PhyloXML required libxml-ruby but was already removed.
658
+
659
+ gemfiles/Gemfile.travis-jruby1.8 | 3 ---
660
+ gemfiles/Gemfile.travis-jruby1.9 | 3 ---
661
+ gemfiles/Gemfile.travis-rbx | 1 -
662
+ gemfiles/Gemfile.travis-ruby1.8 | 1 -
663
+ gemfiles/Gemfile.travis-ruby1.9 | 1 -
664
+ gemfiles/Gemfile.travis-ruby2.2 | 1 -
665
+ 6 files changed, 10 deletions(-)
666
+
667
+ commit 09fa57f987445e8654de6a0d0cf7c45f7625600c
668
+ Author: Naohisa Goto <ng@bioruby.org>
669
+ Date: Fri Jun 17 16:16:40 2016 +0900
670
+
671
+ regenerate bioruby.gemspec with rake regemspec
672
+
673
+ bioruby.gemspec | 10 +---------
674
+ 1 file changed, 1 insertion(+), 9 deletions(-)
675
+
676
+ commit 87812d119820bf66767c7767cfec7554d7a00f3b
677
+ Author: Naohisa Goto <ng@bioruby.org>
678
+ Date: Fri Jun 17 15:45:46 2016 +0900
679
+
680
+ README.rdoc: about bioruby-phyloxml and bio-biosql
681
+
682
+ README.rdoc | 10 ++++++++++
683
+ 1 file changed, 10 insertions(+)
684
+
685
+ commit 2294f255f5f05f9f629a1e88c0e1f59bb74b32bc
686
+ Author: Naohisa Goto <ng@bioruby.org>
687
+ Date: Fri Jun 17 15:42:46 2016 +0900
688
+
689
+ KNOWN_ISSUES.rdoc: remove descriptions about Bio::SQL
690
+
691
+ KNOWN_ISSUES.rdoc | 5 -----
692
+ 1 file changed, 5 deletions(-)
693
+
694
+ commit 35a6f761dc5fa493b8311747dde7f2a54d8aee75
695
+ Author: Naohisa Goto <ng@bioruby.org>
696
+ Date: Fri Jun 17 15:40:57 2016 +0900
697
+
698
+ README.rdoc: remove descriptions about Bio::SQL
699
+
700
+ README.rdoc | 13 +------------
701
+ 1 file changed, 1 insertion(+), 12 deletions(-)
702
+
703
+ commit 46a5bf7acdc803b7e75225c41b23396c4619f25d
704
+ Author: Naohisa Goto <ng@bioruby.org>
705
+ Date: Fri Jun 17 14:59:41 2016 +0900
706
+
707
+ remove autoload of Bio::SQL
708
+
709
+ lib/bio.rb | 1 -
710
+ 1 file changed, 1 deletion(-)
711
+
712
+ commit 57bf535da34715beafccb902404cf1bb35b18af4
713
+ Author: Naohisa Goto <ng@bioruby.org>
714
+ Date: Fri Jun 17 14:48:46 2016 +0900
715
+
716
+ Removed Bio::SQL that have been moved to separate repository
717
+
718
+ * Bio::SQL is moved to https://github.com/bioruby/bioruby-biosql
719
+ and removed from this repository.
720
+
721
+ * List of deleted files:
722
+ * deleted: lib/bio/db/biosql/biosql_to_biosequence.rb
723
+ * deleted: lib/bio/db/biosql/sequence.rb
724
+ * deleted: lib/bio/io/biosql/ar-biosql.rb
725
+ * deleted: lib/bio/io/biosql/biosql.rb
726
+ * deleted: lib/bio/io/biosql/config/database.yml
727
+ * deleted: lib/bio/io/sql.rb
728
+ * deleted: test/unit/bio/db/biosql/tc_biosql.rb
729
+ * deleted: test/unit/bio/db/biosql/ts_suite_biosql.rb
730
+
731
+ lib/bio/db/biosql/biosql_to_biosequence.rb | 78 -----
732
+ lib/bio/db/biosql/sequence.rb | 444 -----------------------------
733
+ lib/bio/io/biosql/ar-biosql.rb | 257 -----------------
734
+ lib/bio/io/biosql/biosql.rb | 39 ---
735
+ lib/bio/io/biosql/config/database.yml | 21 --
736
+ lib/bio/io/sql.rb | 79 -----
737
+ test/unit/bio/db/biosql/tc_biosql.rb | 114 --------
738
+ test/unit/bio/db/biosql/ts_suite_biosql.rb | 8 -
739
+ 8 files changed, 1040 deletions(-)
740
+ delete mode 100644 lib/bio/db/biosql/biosql_to_biosequence.rb
741
+ delete mode 100644 lib/bio/db/biosql/sequence.rb
742
+ delete mode 100644 lib/bio/io/biosql/ar-biosql.rb
743
+ delete mode 100644 lib/bio/io/biosql/biosql.rb
744
+ delete mode 100644 lib/bio/io/biosql/config/database.yml
745
+ delete mode 100644 lib/bio/io/sql.rb
746
+ delete mode 100644 test/unit/bio/db/biosql/tc_biosql.rb
747
+ delete mode 100644 test/unit/bio/db/biosql/ts_suite_biosql.rb
748
+
749
+ commit 476dcdbe2b21cd5adb641952ee3da92c2d593121
750
+ Author: Naohisa Goto <ng@bioruby.org>
751
+ Date: Wed Jun 8 12:38:22 2016 +0900
752
+
753
+ appveyor.yml: eliminate old Ruby versions and add Ruby 2.3
754
+
755
+ appveyor.yml | 5 ++---
756
+ 1 file changed, 2 insertions(+), 3 deletions(-)
757
+
758
+ commit c26e2b77b75b5505a274822f53c6c5a8f842f6c0
759
+ Author: Naohisa Goto <ng@bioruby.org>
760
+ Date: Wed Jun 8 01:50:19 2016 +0900
761
+
762
+ .travis.yml: fix to use rbx-3.29
763
+
764
+ .travis.yml | 2 +-
765
+ 1 file changed, 1 insertion(+), 1 deletion(-)
766
+
767
+ commit b524abedac9c85d4f8259191b973bc38a9fc557c
768
+ Author: Naohisa Goto <ng@bioruby.org>
769
+ Date: Wed Jun 8 01:45:48 2016 +0900
770
+
771
+ gemfiles/Gemfile.travis-jruby1.8: use old gem versions supporting Ruby 1.8
772
+
773
+ gemfiles/Gemfile.travis-jruby1.8 | 6 +++---
774
+ 1 file changed, 3 insertions(+), 3 deletions(-)
775
+
776
+ commit c5df9268b77f1d4dc2b29e7cfb7baf3c528c1558
777
+ Author: Naohisa Goto <ng@bioruby.org>
778
+ Date: Wed Jun 8 01:42:40 2016 +0900
779
+
780
+ .travis.yml: use rbx-3.29 instead of rbx-3
781
+
782
+ .travis.yml | 2 +-
783
+ 1 file changed, 1 insertion(+), 1 deletion(-)
784
+
785
+ commit b51b54894ca2d76d9c13680fd72b87951a10a1df
786
+ Author: Naohisa Goto <ng@bioruby.org>
787
+ Date: Wed Jun 8 01:25:18 2016 +0900
788
+
789
+ Workaround to avoid bug in old versions of Bundler
790
+
791
+ * gemfiles/prepare-gemspec.rb: execute "gem update bundler" to avoid
792
+ "NoMethodError: undefined method `spec' for nil:NilClass"
793
+ during "bundle install". This error may be due to a bug of Bundler
794
+ and the bug seems to be fixed in the latest version of Budler.
795
+
796
+ gemfiles/prepare-gemspec.rb | 4 ++++
797
+ 1 file changed, 4 insertions(+)
798
+
799
+ commit a82424b4864e243ebf1f8cc7f181044798b34b5a
800
+ Author: Naohisa Goto <ng@bioruby.org>
801
+ Date: Wed Jun 8 01:20:15 2016 +0900
802
+
803
+ .travis.yml: add Ruby 2.3.1; use Ruby 2.2.5 instead of 2.2
804
+
805
+ .travis.yml | 8 +++++---
806
+ 1 file changed, 5 insertions(+), 3 deletions(-)
807
+
808
+ commit ae927514a5c2853d3839750af86bfcc1fc53e4f1
809
+ Author: Naohisa Goto <ng@bioruby.org>
810
+ Date: Wed Jun 8 00:54:22 2016 +0900
811
+
812
+ .travis.yml: add "sudo: false" for faster testing
813
+
814
+ .travis.yml | 1 +
815
+ 1 file changed, 1 insertion(+)
816
+
817
+ commit 832c4dd94a5602a9deadf599ce1778fac870ac81
818
+ Author: Naohisa Goto <ng@bioruby.org>
819
+ Date: Wed Jun 8 00:46:26 2016 +0900
820
+
821
+ gemfiles/Gemfile.travis-ruby1.8: use old gem versions supporting Ruby 1.8
822
+
823
+ gemfiles/Gemfile.travis-ruby1.8 | 8 ++++----
824
+ 1 file changed, 4 insertions(+), 4 deletions(-)
825
+
826
+ commit 6cf0ab84cd67aab0f6f4012438c1852a19f3ac7a
827
+ Author: Naohisa Goto <ng@bioruby.org>
828
+ Date: Wed Jun 8 00:04:36 2016 +0900
829
+
830
+ regenerate bioruby.gemspec with rake regemspec
831
+
832
+ bioruby.gemspec | 3 ++-
833
+ 1 file changed, 2 insertions(+), 1 deletion(-)
834
+
835
+ commit 8e986984892d661b4f09a06158a634554d931718
836
+ Author: Naohisa Goto <ng@bioruby.org>
837
+ Date: Tue Jun 7 23:59:35 2016 +0900
838
+
839
+ .travis.yml: Update ruby versions and remove temporary workaround
840
+
841
+ * Update Ruby versions to 2.2, 2.1.10, and rbx-3.
842
+ * Remove temporary workaround about RubyGems introduced in
843
+ e92e09edf5904f51d3e73e61d13fce4159a543c5.
844
+
845
+ .travis.yml | 18 ++++++++----------
846
+ 1 file changed, 8 insertions(+), 10 deletions(-)
847
+
848
+ commit 90e678d6d74d86c45631128c0f16181679f0d599
849
+ Author: Naohisa Goto <ng@bioruby.org>
850
+ Date: Tue Jun 7 23:37:45 2016 +0900
851
+
852
+ Test bug: fix gem version mismatch error on Travis-CI
853
+
854
+ * Rakefile: prefer to use spec read from existing bioruby.gemspec file
855
+ instead of that of generated from bioruby.gemspec.erb.
856
+ This fixes "can't activate bio (= 1.5.1.2016XXXX), already activated
857
+ bio-1.5.1.2015NNNN" occurred on Travis-CI during gem integration tests.
858
+
859
+ Rakefile | 20 ++++++++++++--------
860
+ 1 file changed, 12 insertions(+), 8 deletions(-)
861
+
862
+ commit bdb33fe752b7dddcb35f57d826f85dbdd512c3c1
863
+ Author: Kozo Nishida <knishida@riken.jp>
864
+ Date: Wed Nov 4 12:08:24 2015 +0900
865
+
866
+ add appveyor.yml
867
+
868
+ appveyor.yml | 22 ++++++++++++++++++++++
869
+ 1 file changed, 22 insertions(+)
870
+ create mode 100644 appveyor.yml
871
+
872
+ commit 8b0fa73c57232a6a86d2d6fd0711f51bc50aa333
873
+ Author: Naohisa Goto <ng@bioruby.org>
874
+ Date: Thu Sep 17 23:34:34 2015 +0900
875
+
876
+ regenerate bioruby.gemspec with rake regemspec
877
+
878
+ bioruby.gemspec | 14 +-------------
879
+ 1 file changed, 1 insertion(+), 13 deletions(-)
880
+
881
+ commit 813fc808e9a235e03ed2d5bad2d15f74946bd65a
882
+ Author: Naohisa Goto <ng@bioruby.org>
883
+ Date: Thu Sep 17 23:30:46 2015 +0900
884
+
885
+ Tutorial.rd.html is regenerated by rake retutorial2html
886
+
887
+ doc/Tutorial.rd.html | 117 +++++++++------------------------------------------
888
+ 1 file changed, 19 insertions(+), 98 deletions(-)
889
+
890
+ commit 756f14122a45973289172a88241490a1bcc0054a
891
+ Author: Naohisa Goto <ng@bioruby.org>
892
+ Date: Thu Sep 17 23:25:07 2015 +0900
893
+
894
+ Delete Bio::PhyloXML tutorial
895
+
896
+ * Tutorial for Bio::PhyloXML is deleted from BioRuby core.
897
+ It is now moved to bio-phyloxml gem. New tutorial for
898
+ Bio::PhyloXML is available at:
899
+ https://github.com/bioruby/bioruby-phyloxml/blob/master/doc/Tutorial.rd
900
+
901
+ doc/Tutorial.rd | 114 +++-----------------------------------------------------
902
+ 1 file changed, 6 insertions(+), 108 deletions(-)
903
+
904
+ commit bb42efdd2eec380c99cbd3e505577a550dda8ce7
905
+ Author: Naohisa Goto <ng@bioruby.org>
906
+ Date: Thu Sep 17 23:20:50 2015 +0900
907
+
908
+ Delete description of Bio::PhyloXML and its dependency libxml-ruby.
909
+
910
+ README.rdoc | 6 ------
911
+ 1 file changed, 6 deletions(-)
912
+
913
+ commit 4202ae936baf0f4c8a722af240a6613f4e8a8cee
914
+ Author: Naohisa Goto <ng@bioruby.org>
915
+ Date: Thu Sep 17 22:48:23 2015 +0900
916
+
917
+ Remove PhyloXML (split out bio-phyloxml gem)
918
+
919
+ * Bio::PhyloXML is removed from BioRuby core.
920
+ It will soon be released as separate bio-phyloxml gem.
921
+ The development repository of the new Bio::PhyloXML is
922
+ https://github.com/bioruby/bioruby-phyloxml
923
+
924
+ lib/bio/db/phyloxml/phyloxml.xsd | 582 ------
925
+ lib/bio/db/phyloxml/phyloxml_elements.rb | 1194 -----------
926
+ lib/bio/db/phyloxml/phyloxml_parser.rb | 1001 ----------
927
+ lib/bio/db/phyloxml/phyloxml_writer.rb | 227 ---
928
+ sample/test_phyloxml_big.rb | 205 --
929
+ test/data/phyloxml/apaf.xml | 666 -------
930
+ test/data/phyloxml/bcl_2.xml | 2097 --------------------
931
+ test/data/phyloxml/made_up.xml | 144 --
932
+ .../data/phyloxml/ncbi_taxonomy_mollusca_short.xml | 65 -
933
+ test/data/phyloxml/phyloxml_examples.xml | 415 ----
934
+ test/unit/bio/db/test_phyloxml.rb | 821 --------
935
+ test/unit/bio/db/test_phyloxml_writer.rb | 334 ----
936
+ 12 files changed, 7751 deletions(-)
937
+ delete mode 100644 lib/bio/db/phyloxml/phyloxml.xsd
938
+ delete mode 100644 lib/bio/db/phyloxml/phyloxml_elements.rb
939
+ delete mode 100644 lib/bio/db/phyloxml/phyloxml_parser.rb
940
+ delete mode 100644 lib/bio/db/phyloxml/phyloxml_writer.rb
941
+ delete mode 100644 sample/test_phyloxml_big.rb
942
+ delete mode 100644 test/data/phyloxml/apaf.xml
943
+ delete mode 100644 test/data/phyloxml/bcl_2.xml
944
+ delete mode 100644 test/data/phyloxml/made_up.xml
945
+ delete mode 100644 test/data/phyloxml/ncbi_taxonomy_mollusca_short.xml
946
+ delete mode 100644 test/data/phyloxml/phyloxml_examples.xml
947
+ delete mode 100644 test/unit/bio/db/test_phyloxml.rb
948
+ delete mode 100644 test/unit/bio/db/test_phyloxml_writer.rb
949
+
950
+ commit e3a85ad9eb6d258e79fdfbe600711a5296a20e8c
951
+ Author: Naohisa Goto <ng@bioruby.org>
952
+ Date: Thu Sep 17 22:45:32 2015 +0900
953
+
954
+ Delete autoload of Bio::PhyloXML
955
+
956
+ * Delete autoload of Bio::PhyloXML, for preparation of spliting
957
+ out Bio::PhyloXML.
958
+
959
+ lib/bio.rb | 7 -------
960
+ 1 file changed, 7 deletions(-)
961
+
962
+ commit 422ffe6fedecf41d83327c01f7a55ebce4afd70d
963
+ Author: Naohisa Goto <ng@bioruby.org>
964
+ Date: Tue Sep 15 22:33:14 2015 +0900
965
+
966
+ Incompatible change about deprecated Bio::Taxonomy is described.
967
+
968
+ RELEASE_NOTES.rdoc | 21 +++++++++++++++++++++
969
+ 1 file changed, 21 insertions(+)
970
+
971
+ commit 3ea10d73340d8ad571ab6ca386cffca18ec725d1
972
+ Author: Naohisa Goto <ng@bioruby.org>
973
+ Date: Tue Sep 15 21:06:29 2015 +0900
974
+
975
+ Bio::Taxonomy is removed and merged to Bio::PhyloXML::Taxonomy
976
+
977
+ * Bio::Taxonomy in lib/bio/db/phyloxml/phyloxml_elements.rb was
978
+ written for PhyloXML, but it was intended to become general
979
+ taxonomy data class in BioRuby. However, no efforts have been
980
+ made to improve the Bio::Taxonomy class, and it still remains
981
+ to be a PhyloXML specific class. As the first step to split out
982
+ Bio::PhyloXML to a new Gem (Biogem) package, we now decide to
983
+ remove Bio::Taxonomy and merge it to Bio::PhyloXML::Taxonomy.
984
+
985
+ * Codes using Bio::Taxonomy should be modified. Changing
986
+ Bio::Taxonomy to Bio::PhyloXML::Taxonomy, or adding the
987
+ following monkey patch is needed.
988
+
989
+ module Bio
990
+ unless defined? Taxonomy
991
+ Taxonomy = Bio::PhyloXML::Taxonomy
992
+ end
993
+ end
994
+
995
+ lib/bio.rb | 2 --
996
+ lib/bio/db/phyloxml/phyloxml_elements.rb | 21 +++++++++------------
997
+ 2 files changed, 9 insertions(+), 14 deletions(-)
998
+
999
+ commit f89f49223f7d6ed74a8fc50aa2355fb5912c885f
1000
+ Author: Naohisa Goto <ng@bioruby.org>
1001
+ Date: Mon Sep 14 15:15:56 2015 +0900
1002
+
1003
+ regenerate bioruby.gemspec with rake regemspec
1004
+
1005
+ bioruby.gemspec | 7 +++++--
1006
+ 1 file changed, 5 insertions(+), 2 deletions(-)
1007
+
1008
+ commit 809e190d710caceee1c213da1aa067dee87e6ebd
1009
+ Author: Naohisa Goto <ng@bioruby.org>
1010
+ Date: Mon Sep 14 15:14:05 2015 +0900
1011
+
1012
+ New RELEASE_NOTES.rdoc for the next release version
1013
+
1014
+ RELEASE_NOTES.rdoc | 47 +++++++++++++++++++++++++++++++++++++++++++++++
1015
+ 1 file changed, 47 insertions(+)
1016
+ create mode 100644 RELEASE_NOTES.rdoc
1017
+
1018
+ commit a44257e933165509f3d2b164ea547ed8fba18ea5
1019
+ Author: Naohisa Goto <ng@bioruby.org>
1020
+ Date: Mon Sep 14 15:10:42 2015 +0900
1021
+
1022
+ move RELEASE_NOTES.rdoc to doc/RELEASE_NOTES-1.5.0.rdoc
1023
+
1024
+ RELEASE_NOTES.rdoc => doc/RELEASE_NOTES-1.5.0.rdoc | 0
1025
+ 1 file changed, 0 insertions(+), 0 deletions(-)
1026
+ rename RELEASE_NOTES.rdoc => doc/RELEASE_NOTES-1.5.0.rdoc (100%)
1027
+
1028
+ commit 4d53755b0181255e2ee69193a5a3b064ef4f4b77
1029
+ Author: Naohisa Goto <ng@bioruby.org>
1030
+ Date: Thu Jul 2 22:19:03 2015 +0900
1031
+
1032
+ ChangeLog since 1.5.0 release
1033
+
1034
+ ChangeLog | 38 ++++++++++++++++++++++++++++++++++++++
1035
+ 1 file changed, 38 insertions(+)
1036
+ create mode 100644 ChangeLog
1037
+
1
1038
  commit e066e3c8bcf0c6b7eadd3573576d4550aca77cc5
2
1039
  Author: Naohisa Goto <ng@bioruby.org>
3
1040
  Date: Thu Jul 2 22:17:06 2015 +0900
4
1041
 
5
1042
  ChangeLog is moved to doc/ChangeLog-1.5.0
6
1043
 
7
- ChangeLog | 2919 ---------------------------------------------------
8
- doc/ChangeLog-1.5.0 | 2919 +++++++++++++++++++++++++++++++++++++++++++++++++++
9
- 2 files changed, 2919 insertions(+), 2919 deletions(-)
10
- delete mode 100644 ChangeLog
11
- create mode 100644 doc/ChangeLog-1.5.0
1044
+ ChangeLog => doc/ChangeLog-1.5.0 | 0
1045
+ 1 file changed, 0 insertions(+), 0 deletions(-)
1046
+ rename ChangeLog => doc/ChangeLog-1.5.0 (100%)
12
1047
 
13
1048
  commit dd53e885c1baa765bc094897d53309af7b15497b
14
1049
  Author: Naohisa Goto <ng@bioruby.org>
@@ -16,7 +1051,7 @@ Date: Thu Jul 2 22:09:26 2015 +0900
16
1051
 
17
1052
  change version for generating ChangeLog to 1.5.0
18
1053
 
19
- Rakefile | 2 +-
1054
+ Rakefile | 2 +-
20
1055
  1 file changed, 1 insertion(+), 1 deletion(-)
21
1056
 
22
1057
  commit 7a5d897ebc45d9ec5357918a42eb2980decf01e4
@@ -25,7 +1060,7 @@ Date: Thu Jul 2 21:52:17 2015 +0900
25
1060
 
26
1061
  version changed to 1.5.1-dev (pre-release version of 1.5.1)
27
1062
 
28
- lib/bio/version.rb | 4 ++--
1063
+ lib/bio/version.rb | 4 ++--
29
1064
  1 file changed, 2 insertions(+), 2 deletions(-)
30
1065
 
31
1066
  commit 8fc4d6c64f6958a352c36b171b00d1f1ff2a2354
@@ -34,5 +1069,5 @@ Date: Thu Jul 2 21:47:28 2015 +0900
34
1069
 
35
1070
  fix English syntax and unexpected word insertion
36
1071
 
37
- RELEASE_NOTES.rdoc | 4 ++--
1072
+ RELEASE_NOTES.rdoc | 4 ++--
38
1073
  1 file changed, 2 insertions(+), 2 deletions(-)