bio 1.5.1 → 2.0.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.
Files changed (128) hide show
  1. checksums.yaml +5 -5
  2. data/.travis.yml +35 -36
  3. data/ChangeLog +911 -2554
  4. data/{gemfiles/Gemfile.travis-ruby2.2 → Gemfile} +0 -3
  5. data/KNOWN_ISSUES.rdoc +10 -13
  6. data/LEGAL +0 -10
  7. data/README.rdoc +40 -96
  8. data/README_DEV.rdoc +5 -5
  9. data/RELEASE_NOTES.rdoc +118 -234
  10. data/Rakefile +13 -43
  11. data/appveyor.yml +29 -0
  12. data/bioruby.gemspec +18 -81
  13. data/bioruby.gemspec.erb +8 -28
  14. data/doc/ChangeLog-1.5.0 +2919 -0
  15. data/doc/RELEASE_NOTES-1.5.0.rdoc +285 -0
  16. data/doc/Tutorial.rd +6 -108
  17. data/doc/Tutorial.rd.html +19 -98
  18. data/gemfiles/Gemfile.travis-jruby1.8 +3 -5
  19. data/gemfiles/Gemfile.travis-jruby1.9 +0 -3
  20. data/gemfiles/Gemfile.travis-rbx +0 -3
  21. data/gemfiles/Gemfile.travis-ruby1.8 +3 -5
  22. data/gemfiles/Gemfile.travis-ruby1.9 +0 -3
  23. data/gemfiles/Gemfile.windows +6 -0
  24. data/gemfiles/prepare-gemspec.rb +4 -0
  25. data/lib/bio.rb +0 -10
  26. data/lib/bio/appl/blast/genomenet.rb +4 -4
  27. data/lib/bio/appl/blast/report.rb +40 -8
  28. data/lib/bio/appl/fasta/format10.rb +2 -1
  29. data/lib/bio/command.rb +10 -0
  30. data/lib/bio/data/codontable.rb +99 -3
  31. data/lib/bio/db/aaindex.rb +74 -5
  32. data/lib/bio/db/gff.rb +3 -1
  33. data/lib/bio/db/kegg/common.rb +14 -0
  34. data/lib/bio/db/kegg/genes.rb +26 -0
  35. data/lib/bio/db/kegg/pathway.rb +5 -11
  36. data/lib/bio/db/soft.rb +2 -2
  37. data/lib/bio/io/flatfile/autodetection.rb +5 -0
  38. data/lib/bio/io/togows.rb +5 -5
  39. data/lib/bio/map.rb +4 -4
  40. data/lib/bio/sequence/format.rb +1 -0
  41. data/lib/bio/util/restriction_enzyme/range/sequence_range/calculated_cuts.rb +1 -1
  42. data/lib/bio/util/sirna.rb +2 -0
  43. data/lib/bio/version.rb +6 -8
  44. data/sample/color_scheme_aa.rb +82 -0
  45. data/sample/color_scheme_na.rb +5 -6
  46. data/sample/fastq2html.cwl +23 -0
  47. data/sample/fastq2html.rb +94 -0
  48. data/sample/fastq2html.testdata.yaml +5 -0
  49. data/sample/na2aa.cwl +23 -0
  50. data/sample/na2aa.rb +11 -25
  51. data/sample/na2aa.testdata.yaml +7 -0
  52. data/sample/rev_comp.cwl +23 -0
  53. data/sample/rev_comp.rb +20 -0
  54. data/sample/rev_comp.testdata.yaml +7 -0
  55. data/sample/test_restriction_enzyme_long.rb +1 -1
  56. data/test/network/bio/db/kegg/test_genes_hsa7422.rb +91 -0
  57. data/test/unit/bio/appl/blast/test_report.rb +4 -4
  58. data/test/unit/bio/data/test_codontable.rb +3 -0
  59. data/test/unit/bio/db/test_gff.rb +5 -0
  60. data/test/unit/bio/test_alignment.rb +2 -2
  61. metadata +20 -77
  62. data/bin/bioruby +0 -47
  63. data/bin/br_biofetch.rb +0 -71
  64. data/bin/br_bioflat.rb +0 -293
  65. data/bin/br_biogetseq.rb +0 -45
  66. data/bin/br_pmfetch.rb +0 -422
  67. data/lib/bio/appl/blast/xmlparser.rb +0 -236
  68. data/lib/bio/db/biosql/biosql_to_biosequence.rb +0 -78
  69. data/lib/bio/db/biosql/sequence.rb +0 -444
  70. data/lib/bio/db/phyloxml/phyloxml.xsd +0 -582
  71. data/lib/bio/db/phyloxml/phyloxml_elements.rb +0 -1197
  72. data/lib/bio/db/phyloxml/phyloxml_parser.rb +0 -1001
  73. data/lib/bio/db/phyloxml/phyloxml_writer.rb +0 -227
  74. data/lib/bio/io/biosql/ar-biosql.rb +0 -257
  75. data/lib/bio/io/biosql/biosql.rb +0 -39
  76. data/lib/bio/io/biosql/config/database.yml +0 -21
  77. data/lib/bio/io/sql.rb +0 -79
  78. data/lib/bio/shell.rb +0 -44
  79. data/lib/bio/shell/core.rb +0 -578
  80. data/lib/bio/shell/demo.rb +0 -146
  81. data/lib/bio/shell/interface.rb +0 -217
  82. data/lib/bio/shell/irb.rb +0 -94
  83. data/lib/bio/shell/object.rb +0 -71
  84. data/lib/bio/shell/plugin/blast.rb +0 -42
  85. data/lib/bio/shell/plugin/codon.rb +0 -218
  86. data/lib/bio/shell/plugin/das.rb +0 -58
  87. data/lib/bio/shell/plugin/emboss.rb +0 -23
  88. data/lib/bio/shell/plugin/entry.rb +0 -137
  89. data/lib/bio/shell/plugin/flatfile.rb +0 -101
  90. data/lib/bio/shell/plugin/midi.rb +0 -430
  91. data/lib/bio/shell/plugin/ncbirest.rb +0 -68
  92. data/lib/bio/shell/plugin/obda.rb +0 -45
  93. data/lib/bio/shell/plugin/psort.rb +0 -56
  94. data/lib/bio/shell/plugin/seq.rb +0 -248
  95. data/lib/bio/shell/plugin/togows.rb +0 -40
  96. data/lib/bio/shell/rails/vendor/plugins/bioruby/generators/bioruby/bioruby_generator.rb +0 -29
  97. data/lib/bio/shell/rails/vendor/plugins/bioruby/generators/bioruby/templates/_classes.rhtml +0 -4
  98. data/lib/bio/shell/rails/vendor/plugins/bioruby/generators/bioruby/templates/_log.rhtml +0 -27
  99. data/lib/bio/shell/rails/vendor/plugins/bioruby/generators/bioruby/templates/_methods.rhtml +0 -11
  100. data/lib/bio/shell/rails/vendor/plugins/bioruby/generators/bioruby/templates/_modules.rhtml +0 -4
  101. data/lib/bio/shell/rails/vendor/plugins/bioruby/generators/bioruby/templates/_variables.rhtml +0 -7
  102. data/lib/bio/shell/rails/vendor/plugins/bioruby/generators/bioruby/templates/bioruby-bg.gif +0 -0
  103. data/lib/bio/shell/rails/vendor/plugins/bioruby/generators/bioruby/templates/bioruby-gem.png +0 -0
  104. data/lib/bio/shell/rails/vendor/plugins/bioruby/generators/bioruby/templates/bioruby-link.gif +0 -0
  105. data/lib/bio/shell/rails/vendor/plugins/bioruby/generators/bioruby/templates/bioruby.css +0 -368
  106. data/lib/bio/shell/rails/vendor/plugins/bioruby/generators/bioruby/templates/bioruby.rhtml +0 -47
  107. data/lib/bio/shell/rails/vendor/plugins/bioruby/generators/bioruby/templates/bioruby_controller.rb +0 -144
  108. data/lib/bio/shell/rails/vendor/plugins/bioruby/generators/bioruby/templates/bioruby_helper.rb +0 -47
  109. data/lib/bio/shell/rails/vendor/plugins/bioruby/generators/bioruby/templates/commands.rhtml +0 -8
  110. data/lib/bio/shell/rails/vendor/plugins/bioruby/generators/bioruby/templates/history.rhtml +0 -10
  111. data/lib/bio/shell/rails/vendor/plugins/bioruby/generators/bioruby/templates/index.rhtml +0 -26
  112. data/lib/bio/shell/rails/vendor/plugins/bioruby/generators/bioruby/templates/spinner.gif +0 -0
  113. data/lib/bio/shell/script.rb +0 -25
  114. data/lib/bio/shell/setup.rb +0 -108
  115. data/lib/bio/shell/web.rb +0 -102
  116. data/sample/test_phyloxml_big.rb +0 -205
  117. data/setup.rb +0 -1600
  118. data/test/data/phyloxml/apaf.xml +0 -666
  119. data/test/data/phyloxml/bcl_2.xml +0 -2097
  120. data/test/data/phyloxml/made_up.xml +0 -144
  121. data/test/data/phyloxml/ncbi_taxonomy_mollusca_short.xml +0 -65
  122. data/test/data/phyloxml/phyloxml_examples.xml +0 -415
  123. data/test/unit/bio/db/biosql/tc_biosql.rb +0 -114
  124. data/test/unit/bio/db/biosql/ts_suite_biosql.rb +0 -8
  125. data/test/unit/bio/db/test_phyloxml.rb +0 -821
  126. data/test/unit/bio/db/test_phyloxml_writer.rb +0 -334
  127. data/test/unit/bio/shell/plugin/test_seq.rb +0 -187
  128. data/test/unit/bio/test_shell.rb +0 -20
@@ -0,0 +1,5 @@
1
+ fastq:
2
+ - class: File
3
+ location: ../test/data/fastq/longreads_as_sanger.fastq
4
+ - class: File
5
+ location: ../test/data/fastq/sanger_full_range_original_sanger.fastq
@@ -0,0 +1,23 @@
1
+ #!/usr/bin/env cwl-runner
2
+
3
+ cwlVersion: v1.0
4
+ class: CommandLineTool
5
+ baseCommand: [ruby]
6
+
7
+ inputs:
8
+ - id: script
9
+ type: File
10
+ default:
11
+ class: File
12
+ location: na2aa.rb
13
+ inputBinding:
14
+ position: -1
15
+ - id: seqFile
16
+ type: File[]
17
+ inputBinding:
18
+ position: 1
19
+
20
+ outputs:
21
+ - id: out
22
+ type: stdout
23
+ stdout: $(inputs.script.nameroot)-$(inputs.seqFile[0].nameroot).fst
@@ -1,34 +1,20 @@
1
1
  #!/usr/bin/env ruby
2
2
  #
3
- # translate.rb - translate any NA input into AA FASTA format
3
+ # na2aa.rb - translate any NA input into AA FASTA format
4
4
  #
5
- # Copyright (C) 2008 KATAYAMA Toshiaki <k@bioruby.org> & Pjotr Prins
6
- #
7
- # This program is free software; you can redistribute it and/or modify
8
- # it under the terms of the GNU General Public License as published by
9
- # the Free Software Foundation; either version 2 of the License, or
10
- # (at your option) any later version.
11
- #
12
- # This program is distributed in the hope that it will be useful,
13
- # but WITHOUT ANY WARRANTY; without even the implied warranty of
14
- # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
- # GNU General Public License for more details.
16
- #
17
- # $Id: na2aa.rb,v 1.1 2008/02/06 16:25:53 pjotr Exp $
5
+ # Copyright:: Copyright (C) 2019 BioRuby Project
6
+ # License:: The Ruby License
18
7
  #
19
8
 
20
9
  require 'bio'
21
- require 'pp'
22
10
 
23
- include Bio
24
-
25
- ARGV.each do | fn |
26
- Bio::FlatFile.auto(fn).each do | item |
27
- seq = Sequence::NA.new(item.data)
28
- aa = seq.translate
29
- aa.gsub!(/X/,'-')
30
- rec = Bio::FastaFormat.new('> '+item.definition+"\n"+aa)
31
- print rec
11
+ ARGV.each do |fn|
12
+ Bio::FlatFile.open(fn) do |ff|
13
+ ff.each do |entry|
14
+ next if /\A\s*\z/ =~ ff.entry_raw.to_s
15
+ na = entry.naseq
16
+ aa = na.translate
17
+ print aa.to_fasta(entry.definition, 70)
18
+ end
32
19
  end
33
20
  end
34
-
@@ -0,0 +1,7 @@
1
+ seqFile:
2
+ - class: File
3
+ location: ../test/data/fasta/example1.txt
4
+ - class: File
5
+ location: ../test/data/fasta/example2.txt
6
+ - class: File
7
+ location: ../test/data/genbank/SCU49845.gb
@@ -0,0 +1,23 @@
1
+ #!/usr/bin/env cwl-runner
2
+
3
+ cwlVersion: v1.0
4
+ class: CommandLineTool
5
+ baseCommand: [ruby]
6
+
7
+ inputs:
8
+ - id: script
9
+ type: File
10
+ default:
11
+ class: File
12
+ location: rev_comp.rb
13
+ inputBinding:
14
+ position: -1
15
+ - id: seqFile
16
+ type: File[]
17
+ inputBinding:
18
+ position: 1
19
+
20
+ outputs:
21
+ - id: out
22
+ type: stdout
23
+ stdout: $(inputs.script.nameroot)-$(inputs.seqFile[0].nameroot).fst
@@ -0,0 +1,20 @@
1
+ #!/usr/bin/env ruby
2
+ #
3
+ # rev_comp.rb - Reverse complement DNA sequences
4
+ #
5
+ # Copyright:: Copyright (C) 2019 BioRuby Project
6
+ # License:: The Ruby License
7
+ #
8
+
9
+ require 'bio'
10
+
11
+ ARGV.each do |fn|
12
+ Bio::FlatFile.open(fn) do |ff|
13
+ ff.each do |entry|
14
+ next if /\A\s*\z/ =~ ff.entry_raw.to_s
15
+ na = entry.naseq
16
+ revcomp = na.reverse_complement
17
+ print revcomp.to_fasta("complement(#{entry.entry_id}) " + entry.definition, 70)
18
+ end
19
+ end
20
+ end
@@ -0,0 +1,7 @@
1
+ seqFile:
2
+ - class: File
3
+ location: ../test/data/fasta/example2.txt
4
+ - class: File
5
+ location: ../test/data/fasta/example1.txt
6
+ - class: File
7
+ location: ../test/data/genbank/SCU49845.gb
@@ -14,7 +14,7 @@ require 'test/unit'
14
14
  require 'benchmark'
15
15
  require 'bio'
16
16
 
17
- entry = Bio::TogoWS::REST.entry('genbank', 'BA000007.2')
17
+ entry = Bio::TogoWS::REST.entry('ncbi-nucleotide', 'BA000007.2')
18
18
  EcoliO157H7Seq = Bio::GenBank.new(entry).naseq.freeze
19
19
 
20
20
  module TestRestrictionEnzymeAnalysisCutLong
@@ -0,0 +1,91 @@
1
+ #
2
+ # test/network/bio/db/kegg/test_genes_hsa7422.rb - Unit test for Bio::KEGG::GENES
3
+ #
4
+ # Copyright:: Copyright (C) 2019 BioRuby Project <staff@bioruby.org>
5
+ # License:: The Ruby License
6
+ # Contributor:: kojix2 <2xijok@gmail.com>
7
+ #
8
+
9
+ # loading helper routine for testing bioruby
10
+ require 'pathname'
11
+ load Pathname.new(File.join(File.dirname(__FILE__), ['..'] * 4,
12
+ 'bioruby_test_helper.rb')).cleanpath.to_s
13
+
14
+ # libraries needed for the tests
15
+ require 'test/unit'
16
+ require 'bio/db/kegg/genes'
17
+ require 'bio/io/togows'
18
+
19
+ module Bio
20
+
21
+ # This test is moved from test/unit/bio/db/kegg/test_genes.rb
22
+ # and modified to get sample data from the internet
23
+ # because of KEGG data license issue.
24
+ #
25
+ # Note that this test may fail due to the data entry updates in KEGG.
26
+ class TestBioKEGGGENES_hsa7422 < Test::Unit::TestCase
27
+
28
+ str = Bio::TogoWS::REST.entry("kegg-genes", "hsa:7422")
29
+ DATA = str.freeze
30
+
31
+ def setup
32
+ #filename = File.join(BioRubyTestDataPath, 'KEGG/hsa7422.gene')
33
+ @obj = Bio::KEGG::GENES.new(DATA)
34
+ end
35
+
36
+ def test_diseases_as_strings
37
+ expected = ["H01456 Diabetic nephropathy",
38
+ "H01457 Diabetic retinopathy",
39
+ "H01459 Diabetic neuropathy",
40
+ "H01529 Avascular necrosis of femoral head",
41
+ "H01709 Glucocorticoid-induced osteonecrosis"]
42
+
43
+ assert_equal(expected, @obj.diseases_as_strings)
44
+ end
45
+
46
+ def test_diseases_as_hash
47
+ expected = {"H01456"=>"Diabetic nephropathy",
48
+ "H01457"=>"Diabetic retinopathy",
49
+ "H01459"=>"Diabetic neuropathy",
50
+ "H01529"=>"Avascular necrosis of femoral head",
51
+ "H01709"=>"Glucocorticoid-induced osteonecrosis"}
52
+ assert_equal(expected, @obj.diseases_as_hash)
53
+ end
54
+
55
+ def test_drug_targets_as_strings
56
+ expected = ["Abicipar pegol: D11517",
57
+ "Aflibercept: D09574",
58
+ "Aflibercept beta: D10819",
59
+ "Bevacizumab: D06409",
60
+ "Bevasiranib sodium: D08874",
61
+ "Brolucizumab: D11083",
62
+ "Faricimab: D11516",
63
+ "Navicixizumab: D11126",
64
+ "Pegaptanib: D05386",
65
+ "Ranibizumab: D05697",
66
+ "Vanucizumab: D11244"]
67
+ assert_equal(expected, @obj.drug_targets_as_strings)
68
+ end
69
+
70
+ def test_networks_as_strings
71
+ expected = ["nt06114 PI3K signaling (virus)",
72
+ "nt06124 Chemokine signaling (virus)",
73
+ "nt06164 Kaposi sarcoma-associated herpesvirus (KSHV)",
74
+ "nt06214 PI3K signaling",
75
+ "nt06219 JAK-STAT signaling",
76
+ "nt06224 CXCR signaling",
77
+ "nt06225 HIF-1 signaling",
78
+ "nt06262 Pancreatic cancer",
79
+ "nt06264 Renal cell carcinoma",
80
+ "N00079 HIF-1 signaling pathway",
81
+ "N00080 Loss of VHL to HIF-1 signaling pathway",
82
+ "N00081 Mutation-inactivated VHL to HIF-1 signaling pathway",
83
+ "N00095 ERBB2-overexpression to EGF-Jak-STAT signaling pathway",
84
+ "N00157 KSHV vGPCR to GNB/G-ERK signaling pathway",
85
+ "N00179 KSHV K1 to PI3K-NFKB signaling pathway"]
86
+ assert_equal(expected, @obj.networks_as_strings)
87
+ end
88
+
89
+ end #class TestBioKEGGGENES_hsa7422
90
+
91
+ end #module Bio
@@ -479,7 +479,7 @@ module Bio
479
479
  include TemplateTestBlastReportHsp
480
480
  end
481
481
 
482
- if defined? XMLParser then
482
+ if Bio::Blast::Report.private_method_defined? :xmlparser_parse then
483
483
 
484
484
  class TestBlastReportXMLParser < Test::Unit::TestCase
485
485
  include TemplateTestBlastReport
@@ -497,7 +497,7 @@ module Bio
497
497
  include TemplateTestBlastReportHsp
498
498
  end
499
499
 
500
- end #if defined? XMLParser
500
+ end #if
501
501
 
502
502
  class TestBlastReportDefault < Test::Unit::TestCase
503
503
  include TemplateTestBlastReport
@@ -1294,7 +1294,7 @@ module Bio
1294
1294
  end
1295
1295
 
1296
1296
  # Tests for XMLParser version
1297
- if defined? XMLParser then
1297
+ if Bio::Blast::Report.private_method_defined? :xmlparser_parse then
1298
1298
 
1299
1299
  class TestBlastReportMultiXMLParser < Test::Unit::TestCase
1300
1300
  include TemplateTestBlastReportMulti
@@ -1312,6 +1312,6 @@ module Bio
1312
1312
  include TemplateTestBlastReportHspMulti
1313
1313
  end
1314
1314
 
1315
- end #if defined? XMLParser
1315
+ end #if
1316
1316
 
1317
1317
  end # module Bio
@@ -71,6 +71,9 @@ module Bio
71
71
 
72
72
  def test_accessor #[]
73
73
  assert_equal('M', @ct['atg'])
74
+ assert_equal('*', @ct['tag'])
75
+ assert_equal('*', @ct['tra'])
76
+ assert_equal('*', @ct['tar'])
74
77
  end
75
78
 
76
79
  def test_set_accessor #[]=
@@ -182,6 +182,11 @@ END_OF_DATA
182
182
  assert_equal(str, @obj.to_s)
183
183
  end
184
184
 
185
+ def test_self_parse
186
+ obj2 = Bio::GFF::GFF2::Record.parse(@obj.to_s)
187
+ assert_equal(@obj, obj2)
188
+ end
189
+
185
190
  def test_eqeq
186
191
  obj2 = Bio::GFF::GFF2::Record.new(@obj.to_s)
187
192
  assert_equal(true, @obj == obj2)
@@ -628,9 +628,9 @@ module Bio
628
628
 
629
629
  def test_seqclass_when_seqclass_set
630
630
  alignment = Alignment.new
631
- alignment.seqclass = Fixnum
631
+ alignment.seqclass = Integer
632
632
  alignment << "this doesn't really make sense"
633
- assert_equal(Fixnum, alignment.seqclass)
633
+ assert_equal(Integer, alignment.seqclass)
634
634
  end
635
635
 
636
636
  # Alignment#gap_char
metadata CHANGED
@@ -1,23 +1,18 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bio
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.1
4
+ version: 2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - BioRuby project
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-09-07 00:00:00.000000000 Z
11
+ date: 2020-12-31 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: BioRuby is a library for bioinformatics (biology + information science).
14
14
  email: staff@bioruby.org
15
- executables:
16
- - bioruby
17
- - br_biofetch.rb
18
- - br_bioflat.rb
19
- - br_biogetseq.rb
20
- - br_pmfetch.rb
15
+ executables: []
21
16
  extensions: []
22
17
  extra_rdoc_files:
23
18
  - KNOWN_ISSUES.rdoc
@@ -29,6 +24,7 @@ extra_rdoc_files:
29
24
  - doc/RELEASE_NOTES-1.4.1.rdoc
30
25
  - doc/RELEASE_NOTES-1.4.2.rdoc
31
26
  - doc/RELEASE_NOTES-1.4.3.rdoc
27
+ - doc/RELEASE_NOTES-1.5.0.rdoc
32
28
  files:
33
29
  - ".travis.yml"
34
30
  - BSDL
@@ -36,6 +32,7 @@ files:
36
32
  - COPYING.ja
37
33
  - ChangeLog
38
34
  - GPL
35
+ - Gemfile
39
36
  - KNOWN_ISSUES.rdoc
40
37
  - LEGAL
41
38
  - LGPL
@@ -43,14 +40,11 @@ files:
43
40
  - README_DEV.rdoc
44
41
  - RELEASE_NOTES.rdoc
45
42
  - Rakefile
46
- - bin/bioruby
47
- - bin/br_biofetch.rb
48
- - bin/br_bioflat.rb
49
- - bin/br_biogetseq.rb
50
- - bin/br_pmfetch.rb
43
+ - appveyor.yml
51
44
  - bioruby.gemspec
52
45
  - bioruby.gemspec.erb
53
46
  - doc/ChangeLog-1.4.3
47
+ - doc/ChangeLog-1.5.0
54
48
  - doc/ChangeLog-before-1.3.1
55
49
  - doc/ChangeLog-before-1.4.2
56
50
  - doc/Changes-0.7.rd
@@ -59,6 +53,7 @@ files:
59
53
  - doc/RELEASE_NOTES-1.4.1.rdoc
60
54
  - doc/RELEASE_NOTES-1.4.2.rdoc
61
55
  - doc/RELEASE_NOTES-1.4.3.rdoc
56
+ - doc/RELEASE_NOTES-1.5.0.rdoc
62
57
  - doc/Tutorial.rd
63
58
  - doc/Tutorial.rd.html
64
59
  - doc/Tutorial.rd.ja
@@ -70,7 +65,7 @@ files:
70
65
  - gemfiles/Gemfile.travis-rbx
71
66
  - gemfiles/Gemfile.travis-ruby1.8
72
67
  - gemfiles/Gemfile.travis-ruby1.9
73
- - gemfiles/Gemfile.travis-ruby2.2
68
+ - gemfiles/Gemfile.windows
74
69
  - gemfiles/modify-Gemfile.rb
75
70
  - gemfiles/prepare-gemspec.rb
76
71
  - lib/bio.rb
@@ -86,7 +81,6 @@ files:
86
81
  - lib/bio/appl/blast/rexml.rb
87
82
  - lib/bio/appl/blast/rpsblast.rb
88
83
  - lib/bio/appl/blast/wublast.rb
89
- - lib/bio/appl/blast/xmlparser.rb
90
84
  - lib/bio/appl/blat/report.rb
91
85
  - lib/bio/appl/clustalw.rb
92
86
  - lib/bio/appl/clustalw/report.rb
@@ -135,8 +129,6 @@ files:
135
129
  - lib/bio/data/na.rb
136
130
  - lib/bio/db.rb
137
131
  - lib/bio/db/aaindex.rb
138
- - lib/bio/db/biosql/biosql_to_biosequence.rb
139
- - lib/bio/db/biosql/sequence.rb
140
132
  - lib/bio/db/embl/common.rb
141
133
  - lib/bio/db/embl/embl.rb
142
134
  - lib/bio/db/embl/embl_to_biosequence.rb
@@ -195,10 +187,6 @@ files:
195
187
  - lib/bio/db/pdb/pdb.rb
196
188
  - lib/bio/db/pdb/residue.rb
197
189
  - lib/bio/db/pdb/utils.rb
198
- - lib/bio/db/phyloxml/phyloxml.xsd
199
- - lib/bio/db/phyloxml/phyloxml_elements.rb
200
- - lib/bio/db/phyloxml/phyloxml_parser.rb
201
- - lib/bio/db/phyloxml/phyloxml_writer.rb
202
190
  - lib/bio/db/prosite.rb
203
191
  - lib/bio/db/rebase.rb
204
192
  - lib/bio/db/sanger_chromatogram/abif.rb
@@ -208,9 +196,6 @@ files:
208
196
  - lib/bio/db/soft.rb
209
197
  - lib/bio/db/transfac.rb
210
198
  - lib/bio/feature.rb
211
- - lib/bio/io/biosql/ar-biosql.rb
212
- - lib/bio/io/biosql/biosql.rb
213
- - lib/bio/io/biosql/config/database.yml
214
199
  - lib/bio/io/das.rb
215
200
  - lib/bio/io/fastacmd.rb
216
201
  - lib/bio/io/fetch.rb
@@ -225,7 +210,6 @@ files:
225
210
  - lib/bio/io/ncbirest.rb
226
211
  - lib/bio/io/pubmed.rb
227
212
  - lib/bio/io/registry.rb
228
- - lib/bio/io/sql.rb
229
213
  - lib/bio/io/togows.rb
230
214
  - lib/bio/location.rb
231
215
  - lib/bio/map.rb
@@ -243,44 +227,6 @@ files:
243
227
  - lib/bio/sequence/na.rb
244
228
  - lib/bio/sequence/quality_score.rb
245
229
  - lib/bio/sequence/sequence_masker.rb
246
- - lib/bio/shell.rb
247
- - lib/bio/shell/core.rb
248
- - lib/bio/shell/demo.rb
249
- - lib/bio/shell/interface.rb
250
- - lib/bio/shell/irb.rb
251
- - lib/bio/shell/object.rb
252
- - lib/bio/shell/plugin/blast.rb
253
- - lib/bio/shell/plugin/codon.rb
254
- - lib/bio/shell/plugin/das.rb
255
- - lib/bio/shell/plugin/emboss.rb
256
- - lib/bio/shell/plugin/entry.rb
257
- - lib/bio/shell/plugin/flatfile.rb
258
- - lib/bio/shell/plugin/midi.rb
259
- - lib/bio/shell/plugin/ncbirest.rb
260
- - lib/bio/shell/plugin/obda.rb
261
- - lib/bio/shell/plugin/psort.rb
262
- - lib/bio/shell/plugin/seq.rb
263
- - lib/bio/shell/plugin/togows.rb
264
- - lib/bio/shell/rails/vendor/plugins/bioruby/generators/bioruby/bioruby_generator.rb
265
- - lib/bio/shell/rails/vendor/plugins/bioruby/generators/bioruby/templates/_classes.rhtml
266
- - lib/bio/shell/rails/vendor/plugins/bioruby/generators/bioruby/templates/_log.rhtml
267
- - lib/bio/shell/rails/vendor/plugins/bioruby/generators/bioruby/templates/_methods.rhtml
268
- - lib/bio/shell/rails/vendor/plugins/bioruby/generators/bioruby/templates/_modules.rhtml
269
- - lib/bio/shell/rails/vendor/plugins/bioruby/generators/bioruby/templates/_variables.rhtml
270
- - lib/bio/shell/rails/vendor/plugins/bioruby/generators/bioruby/templates/bioruby-bg.gif
271
- - lib/bio/shell/rails/vendor/plugins/bioruby/generators/bioruby/templates/bioruby-gem.png
272
- - lib/bio/shell/rails/vendor/plugins/bioruby/generators/bioruby/templates/bioruby-link.gif
273
- - lib/bio/shell/rails/vendor/plugins/bioruby/generators/bioruby/templates/bioruby.css
274
- - lib/bio/shell/rails/vendor/plugins/bioruby/generators/bioruby/templates/bioruby.rhtml
275
- - lib/bio/shell/rails/vendor/plugins/bioruby/generators/bioruby/templates/bioruby_controller.rb
276
- - lib/bio/shell/rails/vendor/plugins/bioruby/generators/bioruby/templates/bioruby_helper.rb
277
- - lib/bio/shell/rails/vendor/plugins/bioruby/generators/bioruby/templates/commands.rhtml
278
- - lib/bio/shell/rails/vendor/plugins/bioruby/generators/bioruby/templates/history.rhtml
279
- - lib/bio/shell/rails/vendor/plugins/bioruby/generators/bioruby/templates/index.rhtml
280
- - lib/bio/shell/rails/vendor/plugins/bioruby/generators/bioruby/templates/spinner.gif
281
- - lib/bio/shell/script.rb
282
- - lib/bio/shell/setup.rb
283
- - lib/bio/shell/web.rb
284
230
  - lib/bio/tree.rb
285
231
  - lib/bio/tree/output.rb
286
232
  - lib/bio/util/color_scheme.rb
@@ -323,6 +269,7 @@ files:
323
269
  - sample/any2fasta.rb
324
270
  - sample/benchmark_clustalw_report.rb
325
271
  - sample/biofetch.rb
272
+ - sample/color_scheme_aa.rb
326
273
  - sample/color_scheme_na.rb
327
274
  - sample/demo_aaindex.rb
328
275
  - sample/demo_aminoacid.rb
@@ -361,6 +308,9 @@ files:
361
308
  - sample/fasta2tab.rb
362
309
  - sample/fastagrep.rb
363
310
  - sample/fastasort.rb
311
+ - sample/fastq2html.cwl
312
+ - sample/fastq2html.rb
313
+ - sample/fastq2html.testdata.yaml
364
314
  - sample/fsplit.rb
365
315
  - sample/gb2fasta.rb
366
316
  - sample/gb2tab.rb
@@ -372,17 +322,20 @@ files:
372
322
  - sample/genome2tab.rb
373
323
  - sample/goslim.rb
374
324
  - sample/gt2fasta.rb
325
+ - sample/na2aa.cwl
375
326
  - sample/na2aa.rb
327
+ - sample/na2aa.testdata.yaml
376
328
  - sample/pmfetch.rb
377
329
  - sample/pmsearch.rb
330
+ - sample/rev_comp.cwl
331
+ - sample/rev_comp.rb
332
+ - sample/rev_comp.testdata.yaml
378
333
  - sample/seqdatabase.ini
379
334
  - sample/ssearch2tab.rb
380
335
  - sample/tdiary.rb
381
- - sample/test_phyloxml_big.rb
382
336
  - sample/test_restriction_enzyme_long.rb
383
337
  - sample/tfastx2tab.rb
384
338
  - sample/vs-genes.rb
385
- - setup.rb
386
339
  - test/bioruby_test_helper.rb
387
340
  - test/data/HMMER/hmmpfam.out
388
341
  - test/data/HMMER/hmmsearch.out
@@ -500,11 +453,6 @@ files:
500
453
  - test/data/paml/codeml/models/results7-8.txt
501
454
  - test/data/paml/codeml/output.txt
502
455
  - test/data/paml/codeml/rates
503
- - test/data/phyloxml/apaf.xml
504
- - test/data/phyloxml/bcl_2.xml
505
- - test/data/phyloxml/made_up.xml
506
- - test/data/phyloxml/ncbi_taxonomy_mollusca_short.xml
507
- - test/data/phyloxml/phyloxml_examples.xml
508
456
  - test/data/pir/CRAB_ANAPL.pir
509
457
  - test/data/prosite/prosite.dat
510
458
  - test/data/refseq/nm_126355.entret
@@ -523,6 +471,7 @@ files:
523
471
  - test/network/bio/appl/blast/test_remote.rb
524
472
  - test/network/bio/appl/test_blast.rb
525
473
  - test/network/bio/appl/test_pts1.rb
474
+ - test/network/bio/db/kegg/test_genes_hsa7422.rb
526
475
  - test/network/bio/io/test_pubmed.rb
527
476
  - test/network/bio/io/test_togows.rb
528
477
  - test/network/bio/test_command.rb
@@ -554,8 +503,6 @@ files:
554
503
  - test/unit/bio/data/test_aa.rb
555
504
  - test/unit/bio/data/test_codontable.rb
556
505
  - test/unit/bio/data/test_na.rb
557
- - test/unit/bio/db/biosql/tc_biosql.rb
558
- - test/unit/bio/db/biosql/ts_suite_biosql.rb
559
506
  - test/unit/bio/db/embl/test_common.rb
560
507
  - test/unit/bio/db/embl/test_embl.rb
561
508
  - test/unit/bio/db/embl/test_embl_rel89.rb
@@ -594,8 +541,6 @@ files:
594
541
  - test/unit/bio/db/test_nbrf.rb
595
542
  - test/unit/bio/db/test_newick.rb
596
543
  - test/unit/bio/db/test_nexus.rb
597
- - test/unit/bio/db/test_phyloxml.rb
598
- - test/unit/bio/db/test_phyloxml_writer.rb
599
544
  - test/unit/bio/db/test_prosite.rb
600
545
  - test/unit/bio/db/test_qual.rb
601
546
  - test/unit/bio/db/test_rebase.rb
@@ -613,7 +558,6 @@ files:
613
558
  - test/unit/bio/sequence/test_na.rb
614
559
  - test/unit/bio/sequence/test_quality_score.rb
615
560
  - test/unit/bio/sequence/test_sequence_masker.rb
616
- - test/unit/bio/shell/plugin/test_seq.rb
617
561
  - test/unit/bio/test_alignment.rb
618
562
  - test/unit/bio/test_command.rb
619
563
  - test/unit/bio/test_db.rb
@@ -623,7 +567,6 @@ files:
623
567
  - test/unit/bio/test_pathway.rb
624
568
  - test/unit/bio/test_reference.rb
625
569
  - test/unit/bio/test_sequence.rb
626
- - test/unit/bio/test_shell.rb
627
570
  - test/unit/bio/test_tree.rb
628
571
  - test/unit/bio/util/restriction_enzyme/analysis/test_calculated_cuts.rb
629
572
  - test/unit/bio/util/restriction_enzyme/analysis/test_cut_ranges.rb
@@ -674,7 +617,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
674
617
  version: '0'
675
618
  requirements: []
676
619
  rubyforge_project:
677
- rubygems_version: 2.2.2
620
+ rubygems_version: 2.7.6.2
678
621
  signing_key:
679
622
  specification_version: 4
680
623
  summary: Bioinformatics library