bio 2.0.4 → 2.0.6
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 +4 -4
- data/.github/workflows/ruby.yml +29 -0
- data/.gitignore +32 -0
- data/ChangeLog +433 -0
- data/Gemfile +3 -0
- data/LEGAL +2 -0
- data/README.rdoc +1 -1
- data/RELEASE_NOTES.rdoc +64 -0
- data/appveyor.yml +14 -13
- data/bioruby.gemspec +9 -10
- data/doc/Tutorial.md +1274 -0
- data/doc/Tutorial_ja.md +2595 -0
- data/lib/bio/appl/blast/genomenet.rb +2 -1
- data/lib/bio/appl/clustalw/report.rb +3 -2
- data/lib/bio/appl/iprscan/report.rb +2 -1
- data/lib/bio/appl/meme/mast.rb +2 -1
- data/lib/bio/appl/paml/common.rb +2 -1
- data/lib/bio/appl/pts1.rb +1 -1
- data/lib/bio/db/embl/common.rb +5 -2
- data/lib/bio/db/embl/uniprotkb.rb +52 -19
- data/lib/bio/db/fastq.rb +3 -2
- data/lib/bio/db/gff.rb +14 -8
- data/lib/bio/db/newick.rb +6 -5
- data/lib/bio/db/pdb/chain.rb +2 -1
- data/lib/bio/db/pdb/pdb.rb +2 -1
- data/lib/bio/db/prosite.rb +2 -0
- data/lib/bio/db.rb +5 -4
- data/lib/bio/io/flatfile/buffer.rb +2 -1
- data/lib/bio/io/flatfile/splitter.rb +2 -1
- data/lib/bio/pathway.rb +2 -1
- data/lib/bio/sequence/common.rb +2 -1
- data/lib/bio/util/restriction_enzyme/range/sequence_range/fragment.rb +3 -2
- data/lib/bio/util/sirna.rb +3 -2
- data/lib/bio/version.rb +1 -1
- data/test/data/uniprot/P03589.uniprot +127 -0
- data/test/data/uniprot/P49144.uniprot +232 -0
- data/test/functional/bio/test_command.rb +2 -0
- data/test/network/bio/db/kegg/test_genes_hsa7422.rb +29 -17
- data/test/unit/bio/appl/iprscan/test_report.rb +3 -2
- data/test/unit/bio/db/embl/test_uniprotkb_P03589.rb +378 -0
- data/test/unit/bio/db/embl/test_uniprotkb_P49144.rb +359 -0
- data/test/unit/bio/io/flatfile/test_splitter.rb +7 -4
- data/test/unit/bio/sequence/test_common.rb +3 -2
- data/test/unit/bio/test_alignment.rb +17 -16
- data/test/unit/bio/test_sequence.rb +3 -2
- metadata +11 -15
- data/.travis.yml +0 -71
- data/gemfiles/Gemfile.travis-jruby1.8 +0 -6
- data/gemfiles/Gemfile.travis-jruby1.9 +0 -5
- data/gemfiles/Gemfile.travis-rbx +0 -10
- data/gemfiles/Gemfile.travis-ruby1.8 +0 -6
- data/gemfiles/Gemfile.travis-ruby1.9 +0 -5
- data/gemfiles/Gemfile.windows +0 -6
- data/gemfiles/modify-Gemfile.rb +0 -28
- data/gemfiles/prepare-gemspec.rb +0 -29
data/bioruby.gemspec
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
#
|
4
4
|
Gem::Specification.new do |s|
|
5
5
|
s.name = 'bio'
|
6
|
-
s.version = "2.0.
|
6
|
+
s.version = "2.0.6"
|
7
7
|
|
8
8
|
s.author = "BioRuby project"
|
9
9
|
s.email = "staff@bioruby.org"
|
@@ -15,7 +15,8 @@ Gem::Specification.new do |s|
|
|
15
15
|
|
16
16
|
s.platform = Gem::Platform::RUBY
|
17
17
|
s.files = [
|
18
|
-
".
|
18
|
+
".github/workflows/ruby.yml",
|
19
|
+
".gitignore",
|
19
20
|
"BSDL",
|
20
21
|
"COPYING",
|
21
22
|
"COPYING.ja",
|
@@ -43,20 +44,14 @@ Gem::Specification.new do |s|
|
|
43
44
|
"doc/RELEASE_NOTES-1.4.2.rdoc",
|
44
45
|
"doc/RELEASE_NOTES-1.4.3.rdoc",
|
45
46
|
"doc/RELEASE_NOTES-1.5.0.rdoc",
|
47
|
+
"doc/Tutorial.md",
|
46
48
|
"doc/Tutorial.rd",
|
47
49
|
"doc/Tutorial.rd.html",
|
48
50
|
"doc/Tutorial.rd.ja",
|
49
51
|
"doc/Tutorial.rd.ja.html",
|
52
|
+
"doc/Tutorial_ja.md",
|
50
53
|
"doc/bioruby.css",
|
51
54
|
"etc/bioinformatics/seqdatabase.ini",
|
52
|
-
"gemfiles/Gemfile.travis-jruby1.8",
|
53
|
-
"gemfiles/Gemfile.travis-jruby1.9",
|
54
|
-
"gemfiles/Gemfile.travis-rbx",
|
55
|
-
"gemfiles/Gemfile.travis-ruby1.8",
|
56
|
-
"gemfiles/Gemfile.travis-ruby1.9",
|
57
|
-
"gemfiles/Gemfile.windows",
|
58
|
-
"gemfiles/modify-Gemfile.rb",
|
59
|
-
"gemfiles/prepare-gemspec.rb",
|
60
55
|
"lib/bio.rb",
|
61
56
|
"lib/bio/alignment.rb",
|
62
57
|
"lib/bio/appl/bl2seq/report.rb",
|
@@ -454,7 +449,9 @@ Gem::Specification.new do |s|
|
|
454
449
|
"test/data/sim4/simple2-A4.sim4",
|
455
450
|
"test/data/soft/GDS100_partial.soft",
|
456
451
|
"test/data/soft/GSE3457_family_partial.soft",
|
452
|
+
"test/data/uniprot/P03589.uniprot",
|
457
453
|
"test/data/uniprot/P28907.uniprot",
|
454
|
+
"test/data/uniprot/P49144.uniprot",
|
458
455
|
"test/data/uniprot/p53_human.uniprot",
|
459
456
|
"test/functional/bio/sequence/test_output_embl.rb",
|
460
457
|
"test/functional/bio/test_command.rb",
|
@@ -499,7 +496,9 @@ Gem::Specification.new do |s|
|
|
499
496
|
"test/unit/bio/db/embl/test_embl_to_bioseq.rb",
|
500
497
|
"test/unit/bio/db/embl/test_uniprot.rb",
|
501
498
|
"test/unit/bio/db/embl/test_uniprotkb.rb",
|
499
|
+
"test/unit/bio/db/embl/test_uniprotkb_P03589.rb",
|
502
500
|
"test/unit/bio/db/embl/test_uniprotkb_P28907.rb",
|
501
|
+
"test/unit/bio/db/embl/test_uniprotkb_P49144.rb",
|
503
502
|
"test/unit/bio/db/embl/test_uniprotkb_new_part.rb",
|
504
503
|
"test/unit/bio/db/fasta/test_defline.rb",
|
505
504
|
"test/unit/bio/db/fasta/test_defline_misc.rb",
|