bioroebe 0.10.80 → 0.11.12

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of bioroebe might be problematic. Click here for more details.

Files changed (67) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +507 -310
  3. data/bioroebe.gemspec +3 -3
  4. data/doc/README.gen +506 -309
  5. data/doc/todo/bioroebe_todo.md +29 -40
  6. data/lib/bioroebe/aminoacids/display_aminoacid_table.rb +1 -0
  7. data/lib/bioroebe/base/colours_for_base/colours_for_base.rb +18 -8
  8. data/lib/bioroebe/base/commandline_application/commandline_arguments.rb +13 -11
  9. data/lib/bioroebe/base/commandline_application/misc.rb +18 -8
  10. data/lib/bioroebe/base/prototype/misc.rb +1 -1
  11. data/lib/bioroebe/codons/show_codon_tables.rb +6 -2
  12. data/lib/bioroebe/constants/aminoacids_and_proteins.rb +1 -0
  13. data/lib/bioroebe/constants/files_and_directories.rb +8 -1
  14. data/lib/bioroebe/count/count_amount_of_nucleotides.rb +3 -0
  15. data/lib/bioroebe/gui/gtk3/protein_to_DNA/protein_to_DNA.rb +18 -18
  16. data/lib/bioroebe/gui/shared_code/protein_to_DNA/protein_to_DNA_module.rb +14 -14
  17. data/lib/bioroebe/parsers/genbank_parser.rb +353 -24
  18. data/lib/bioroebe/python/README.md +1 -0
  19. data/lib/bioroebe/python/__pycache__/mymodule.cpython-39.pyc +0 -0
  20. data/lib/bioroebe/python/gui/gtk3/widget1.py +22 -0
  21. data/lib/bioroebe/python/mymodule.py +8 -0
  22. data/lib/bioroebe/python/protein_to_dna.py +30 -0
  23. data/lib/bioroebe/python/shell/shell.py +19 -0
  24. data/lib/bioroebe/python/to_rna.py +14 -0
  25. data/lib/bioroebe/python/toplevel_methods/to_camelcase.py +11 -0
  26. data/lib/bioroebe/sequence/nucleotide_module/nucleotide_module.rb +28 -25
  27. data/lib/bioroebe/sequence/sequence.rb +54 -2
  28. data/lib/bioroebe/shell/menu.rb +3336 -3304
  29. data/lib/bioroebe/shell/readline/readline.rb +1 -1
  30. data/lib/bioroebe/shell/shell.rb +11233 -28
  31. data/lib/bioroebe/siRNA/siRNA.rb +81 -1
  32. data/lib/bioroebe/string_matching/find_longest_substring.rb +3 -2
  33. data/lib/bioroebe/toplevel_methods/aminoacids_and_proteins.rb +31 -24
  34. data/lib/bioroebe/toplevel_methods/nucleotides.rb +22 -5
  35. data/lib/bioroebe/toplevel_methods/open_in_browser.rb +2 -0
  36. data/lib/bioroebe/toplevel_methods/to_camelcase.rb +5 -0
  37. data/lib/bioroebe/version/version.rb +2 -2
  38. data/lib/bioroebe/yaml/configuration/browser.yml +1 -1
  39. data/lib/bioroebe/yaml/restriction_enzymes/restriction_enzymes.yml +3 -3
  40. metadata +17 -36
  41. data/doc/setup.rb +0 -1655
  42. data/lib/bioroebe/genbank/genbank_parser.rb +0 -291
  43. data/lib/bioroebe/shell/add.rb +0 -108
  44. data/lib/bioroebe/shell/assign.rb +0 -360
  45. data/lib/bioroebe/shell/chop_and_cut.rb +0 -281
  46. data/lib/bioroebe/shell/constants.rb +0 -166
  47. data/lib/bioroebe/shell/download.rb +0 -335
  48. data/lib/bioroebe/shell/enable_and_disable.rb +0 -158
  49. data/lib/bioroebe/shell/enzymes.rb +0 -310
  50. data/lib/bioroebe/shell/fasta.rb +0 -345
  51. data/lib/bioroebe/shell/gtk.rb +0 -76
  52. data/lib/bioroebe/shell/history.rb +0 -132
  53. data/lib/bioroebe/shell/initialize.rb +0 -217
  54. data/lib/bioroebe/shell/loop.rb +0 -74
  55. data/lib/bioroebe/shell/misc.rb +0 -4341
  56. data/lib/bioroebe/shell/prompt.rb +0 -107
  57. data/lib/bioroebe/shell/random.rb +0 -289
  58. data/lib/bioroebe/shell/reset.rb +0 -335
  59. data/lib/bioroebe/shell/scan_and_parse.rb +0 -135
  60. data/lib/bioroebe/shell/search.rb +0 -337
  61. data/lib/bioroebe/shell/sequences.rb +0 -200
  62. data/lib/bioroebe/shell/show_report_and_display.rb +0 -2901
  63. data/lib/bioroebe/shell/startup.rb +0 -127
  64. data/lib/bioroebe/shell/taxonomy.rb +0 -14
  65. data/lib/bioroebe/shell/tk.rb +0 -23
  66. data/lib/bioroebe/shell/user_input.rb +0 -88
  67. data/lib/bioroebe/shell/xorg.rb +0 -45
@@ -16,6 +16,16 @@
16
16
  # of the antisense strand
17
17
  # (4) the absence of any GC stretch of more than 9 nt in length
18
18
  #
19
+ # Reference: Kumiko Ui-Tei et al. "Guidelines for the selection of highly
20
+ # effective siRNA sequences for mammalian and chick RNA interference."
21
+ #
22
+ # Nucleic Acids Res. 2004 32: 936-948.
23
+ #
24
+ # The other paper is from:
25
+ #
26
+ # Angela Reynolds et al. Rational siRNA design for RNA interference.
27
+ # Nat. Biotechnol. 2004 22: 326-330.
28
+ #
19
29
  # =========================================================================== #
20
30
  # require 'bioroebe/siRNA/siRNA.rb'
21
31
  # =========================================================================== #
@@ -40,7 +50,8 @@ class SiRNA # === Bioroebe::SiRNA
40
50
  # === uitei?
41
51
  # ========================================================================= #
42
52
  def uitei?(
43
- i = @sequence, be_verbose = true
53
+ i = @sequence,
54
+ be_verbose = true
44
55
  )
45
56
  unless i.size == 23 # 21 nt target + 2 nt overhang
46
57
  if be_verbose
@@ -84,10 +95,79 @@ class SiRNA # === Bioroebe::SiRNA
84
95
  return true # This is then the new default return value here.
85
96
  end; alias uitei_rule? uitei? # === uitei_rule?
86
97
 
98
+ # ========================================================================= #
99
+ # === reynolds?
100
+ #
101
+ # This method implements the reynolds' rule.
102
+ #
103
+ # The Reynolds' rule does not require to fulfill all the
104
+ # criteria simultaneously.
105
+ #
106
+ # See: https://www.nature.com/articles/nbt936
107
+ # ========================================================================= #
108
+ def reynolds?(
109
+ i = @sequence,
110
+ be_verbose = true
111
+ )
112
+ unless i.size == 23 # 21 nt target + 2 nt overhang
113
+ if be_verbose
114
+ puts 'The size should be 23; it is '+i.to_s.size.to_s+'.'
115
+ end
116
+ return false
117
+ end
118
+ score = 0
119
+ seq19 = i[2 .. 20] # 19 nt double-stranded region of siRNA
120
+ complement_to_seq19 = ::Bioroebe.reverse_complement(seq19) # This is actually the reverse complement.
121
+ # ======================================================================= #
122
+ # === criterium 1
123
+ # ======================================================================= #
124
+ gc_number = seq19.scan(/[GC]/i).size
125
+ if (7 <= gc_number and gc_number <= 10)
126
+ score += 1
127
+ end
128
+ # ======================================================================= #
129
+ # === criterium 2
130
+ # ======================================================================= #
131
+ au_number = seq19[14..18].scan(/[AU]/i).size
132
+ score += au_number
133
+ # ======================================================================= #
134
+ # === criterium 3
135
+ #
136
+ # This is not yet implemented: Tm
137
+ # ======================================================================= #
138
+ # ======================================================================= #
139
+ # === criterium 4
140
+ # ======================================================================= #
141
+ score += 1 if seq19[18..18].match(/A/i)
142
+ # ======================================================================= #
143
+ # === criterium 5
144
+ # ======================================================================= #
145
+ score += 1 if seq19[2..2].match(/A/i)
146
+ # ======================================================================= #
147
+ # === criterium 6
148
+ # ======================================================================= #
149
+ score += 1 if seq19[9..9].match(/[U]/i)
150
+ # ======================================================================= #
151
+ # === criterium 7
152
+ # ======================================================================= #
153
+ score -= 1 if seq19[18..18].match(/[GC]/i)
154
+ # ======================================================================= #
155
+ # === criterium V8
156
+ # ======================================================================= #
157
+ score -= 1 if seq19[12..12].match(/G/i)
158
+ if score >= 6
159
+ return score
160
+ else
161
+ return false
162
+ end
163
+ end; alias reynolds_rule? reynolds? # === reynolds_rule?
164
+
87
165
  end; end
88
166
 
89
167
  if __FILE__ == $PROGRAM_NAME
90
168
  alias e puts
91
169
  e Bioroebe::SiRNA.new('GAGAAAATCATGCATGCATTTAT').uitei_rule?
92
170
  e Bioroebe::SiRNA.new('GAAAAAAAAATGCATGCAAAAAA').uitei_rule?
171
+ e Bioroebe::SiRNA.new('GAGAAAATCATGCATGCATTTAT').reynolds_rule?
172
+ e Bioroebe::SiRNA.new('GAAAAAAAAATGCATGCAAAAAA').reynolds_rule?
93
173
  end # siRNA.rb
@@ -109,7 +109,8 @@ class FindLongestSubstring < ::Bioroebe::CommandlineApplication # === Bioroebe::
109
109
  # === record
110
110
  # ========================================================================= #
111
111
  def record(
112
- i = @_, start_position = nil
112
+ i = @_,
113
+ start_position = nil
113
114
  )
114
115
  if i.size > @longest_substring.size
115
116
  @longest_substring = i
@@ -148,7 +149,7 @@ class FindLongestSubstring < ::Bioroebe::CommandlineApplication # === Bioroebe::
148
149
  @_ << entry
149
150
  record(@_, index)
150
151
  else
151
- @_ = ''
152
+ @_ = ''.dup
152
153
  end
153
154
  }
154
155
  report_longest_substring
@@ -129,29 +129,6 @@ module Bioroebe
129
129
  return _
130
130
  end
131
131
 
132
- # ========================================================================= #
133
- # === Bioroebe.remove_invalid_aminoacids
134
- #
135
- # This method will filter away invalid aminoacids such as "U".
136
- # "U" is not a valid aminoacid.
137
- #
138
- # Usage example:
139
- #
140
- # Bioroebe.remove_invalid_aminoacids('LKLSUSURZZZ')
141
- #
142
- # ========================================================================= #
143
- def self.remove_invalid_aminoacids(from_this_string)
144
- if from_this_string.is_a? Array
145
- from_this_string = from_this_string.first
146
- end
147
- all_valid_aminoacids = YAML.load_file(Bioroebe.file_amino_acids).keys
148
- new_result = ''.dup
149
- from_this_string.chars.each {|entry|
150
- new_result << entry if all_valid_aminoacids.include?(entry)
151
- }
152
- return new_result
153
- end
154
-
155
132
  # ========================================================================= #
156
133
  # === Bioroebe.colourize_aa
157
134
  #
@@ -664,6 +641,36 @@ module Bioroebe
664
641
  end
665
642
  end
666
643
 
644
+ # ========================================================================= #
645
+ # === Bioroebe.remove_invalid_aminoacids
646
+ #
647
+ # This method will filter away invalid aminoacids such as "U".
648
+ # "U" is not a valid aminoacid. It requires the data stored
649
+ # in the yaml file at:
650
+ #
651
+ # "/home/Programs/Ruby/3.1.2/lib/ruby/site_ruby/3.1.0/bioroebe/yaml/aminoacids/amino_acids.yml"
652
+ #
653
+ # Note that U is a valid aminoacid - it is selenocysteine.
654
+ #
655
+ # Usage example:
656
+ #
657
+ # Bioroebe.remove_invalid_aminoacids('LKLSUSURZZZ')
658
+ #
659
+ # ========================================================================= #
660
+ def self.remove_invalid_aminoacids(
661
+ from_this_string
662
+ )
663
+ if from_this_string.is_a? Array
664
+ from_this_string = from_this_string.first
665
+ end
666
+ all_valid_aminoacids = YAML.load_file(Bioroebe.file_amino_acids).keys
667
+ new_result = ''.dup
668
+ from_this_string.chars.each {|entry|
669
+ new_result << entry if all_valid_aminoacids.include?(entry)
670
+ }
671
+ return new_result
672
+ end
673
+
667
674
  end
668
675
 
669
676
  if __FILE__ == $PROGRAM_NAME
@@ -682,7 +689,7 @@ if __FILE__ == $PROGRAM_NAME
682
689
  input = ARGV.join(' ').strip
683
690
  end
684
691
 
685
- puts 'From '+input+' to: '+Bioroebe.three_to_one(input) # => "TRH"
692
+ e 'From '+input+' to: '+Bioroebe.three_to_one(input) # => "TRH"
686
693
  # And more tests:
687
694
  # p Bioroebe.is_aminoacid? 'Tryptophan' # => true
688
695
  # p Bioroebe.is_aminoacid? 'Glycine' # => true
@@ -270,12 +270,19 @@ module Bioroebe
270
270
  # Bioroebe.random_dna 15 # => "TTGGTAAGCTCTTTA"
271
271
  # Bioroebe.random_dna 25 # => "TTAGCACAAGCATGGACGGACCAGA"
272
272
  # Bioroebe.random_dna(50, { A: 10, T: 10, C: 10, G: 70}) # => "GGGGTGGGGAGGGTATGCGGAGGAAGGGCGGGAAGGGCGGGGGCTGGGCG"
273
+ # Bioroebe.random_dna(20, 'ATGGGGGGGG') # => "TGAGGGGGGGGGTGGGAGGG"
274
+ # Bioroebe.random_dna(20, 'ATGGGGGGGG') # => "GGTAGGGGGGGGTAGGGGGG"
273
275
  #
274
276
  # ========================================================================= #
275
277
  def self.generate_random_dna_sequence(
276
- i = ARGV,
277
- optional_hash_with_the_frequencies = {}
278
+ i = ARGV,
279
+ optional_hash_with_the_frequencies = {} # ← This may be a String too, mind you.
278
280
  )
281
+ # ======================================================================= #
282
+ # First define our result-String. This one will be returned by this
283
+ # method.
284
+ # ======================================================================= #
285
+ result = ''.dup
279
286
  _ = Bioroebe::DNA_NUCLEOTIDES # Get a handle to the four DNA nucleotides.
280
287
  if i.is_a? Array
281
288
  i = i.join.strip
@@ -284,9 +291,19 @@ module Bioroebe
284
291
  when :default
285
292
  i = 250
286
293
  end
287
- i = i.to_i
288
- result = ''.dup
289
- if optional_hash_with_the_frequencies.empty?
294
+ i = i.to_i # This is "n times".
295
+ # ======================================================================= #
296
+ # First handle the case where the user passed a String:
297
+ # ======================================================================= #
298
+ if optional_hash_with_the_frequencies.is_a? String
299
+ pool = optional_hash_with_the_frequencies.dup.chars.shuffle
300
+ i.times {
301
+ if pool.size == 0
302
+ pool = optional_hash_with_the_frequencies.dup.chars.shuffle
303
+ end
304
+ result << pool.pop
305
+ }
306
+ elsif optional_hash_with_the_frequencies.empty?
290
307
  # ===================================================================== #
291
308
  # This is the default clause.
292
309
  # ===================================================================== #
@@ -18,6 +18,8 @@ module Bioroebe
18
18
  # This constant specifies the default browser to use for the
19
19
  # bioroebe-project.
20
20
  # ========================================================================= #
21
+ # /home/x/programming/ruby/src/bioroebe/lib/bioroebe/yaml/configuration/browser.yml
22
+ # ========================================================================= #
21
23
  if File.exist? "#{project_yaml_directory?}browser.yml"
22
24
  USE_THIS_BROWSER = YAML.load_file(FILE_BROWSER)
23
25
  elsif ENV['BROWSER']
@@ -11,6 +11,11 @@ module Bioroebe
11
11
  # === Bioroebe.to_camelcase
12
12
  #
13
13
  # Convert the given String (the input) into a camelcased variant.
14
+ #
15
+ # Usage example:
16
+ #
17
+ # Bioroebe.to_camelcase('foo_bar') # => "FooBar"
18
+ #
14
19
  # ========================================================================= #
15
20
  def self.to_camelcase(i)
16
21
  if i.is_a? Array
@@ -9,7 +9,7 @@ module Bioroebe
9
9
  # ========================================================================= #
10
10
  # === VERSION
11
11
  # ========================================================================= #
12
- VERSION = '0.10.80'
12
+ VERSION = '0.11.12'
13
13
 
14
14
  # ========================================================================= #
15
15
  # === LAST_UPDATE
@@ -17,7 +17,7 @@ module Bioroebe
17
17
  # This variable keeps track as to when the bioroebe project was last
18
18
  # updated. The notation is: DD.MM.YYYY
19
19
  # ========================================================================= #
20
- LAST_UPDATE = '24.06.2022'
20
+ LAST_UPDATE = '05.07.2022'
21
21
 
22
22
  # ========================================================================= #
23
23
  # === URL_TO_THE_DOCUMENTATION
@@ -1 +1 @@
1
- firefox # palemoon
1
+ chromium # firefox # palemoon
@@ -49,7 +49,7 @@ AccII: CGCG 2
49
49
  AccIII: TCCGGA 1
50
50
  Acc16I: TGCGCA 3
51
51
  Acc65I: GGTACC 1
52
- Acc113I: AGTACT 3
52
+ Acc113I: AGTACT 3 # blunt end
53
53
  AccB1I: GGYRCC 1
54
54
  AccB7I: CCANNNNNTGG 7
55
55
  AclI: AACGTT 2
@@ -108,11 +108,11 @@ BalI: TGGCCA 3
108
108
  BamHI: GGATCC 1
109
109
  BanI: GGYRCC 1
110
110
  BanII: GRGCYC 5
111
- BanIII: ATCGAT 2
111
+ BanIII: ATCGAT 2 # At CG.
112
112
  BbeI: GGCGCC 5
113
113
  BbrPI: CACGTG 3
114
114
  BbuI: GCATGC 5
115
- Bbv12I: GWGCWC 5
115
+ Bbv12I: GWGCWC 5
116
116
  BclI: TGATCA 1
117
117
  BcnI: CCSGG 2
118
118
  BcoI: CYCGRG 1
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bioroebe
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.80
4
+ version: 0.11.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Robert A. Heiler
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-06-24 00:00:00.000000000 Z
11
+ date: 2022-07-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: chemistry_paradise
@@ -94,8 +94,8 @@ dependencies:
94
94
  - - ">="
95
95
  - !ruby/object:Gem::Version
96
96
  version: '0'
97
- description: "\nWelcome to the bioroebe-0.10.x release series! It is recommended to\nuse
98
- ruby 3.x for this series, as it is the most tested version of \nruby in regards
97
+ description: "\nWelcome to the bioroebe-0.11.x release series! It is recommended\nto
98
+ use ruby 3.x for this series, as it is the most tested version\nof ruby in regards
99
99
  to this project.\n\nThe bioroebe-project is a software suite focusing on bio-related\nlife
100
100
  sciences in general - in particular molecular biology, molecular\ngenetics, bioinformatics,
101
101
  biotechnology, system biology, synthetic\nbiology and related topics close to the
@@ -294,7 +294,6 @@ files:
294
294
  - doc/quality_control/README.md
295
295
  - doc/quality_control/commandline_applications.md
296
296
  - doc/resources.md
297
- - doc/setup.rb
298
297
  - doc/statistics/statistics.md
299
298
  - doc/todo/README.md
300
299
  - doc/todo/bioroebe_GUI_todo.md
@@ -519,7 +518,6 @@ files:
519
518
  - lib/bioroebe/fasta_and_fastq/split_this_fasta_file_into_chromosomes/split_this_fasta_file_into_chromosomes.rb
520
519
  - lib/bioroebe/genbank/README.md
521
520
  - lib/bioroebe/genbank/genbank_flat_file_format_generator.rb
522
- - lib/bioroebe/genbank/genbank_parser.rb
523
521
  - lib/bioroebe/gene/gene.rb
524
522
  - lib/bioroebe/genomes/genome_pattern.rb
525
523
  - lib/bioroebe/genomes/genome_retriever.rb
@@ -677,6 +675,14 @@ files:
677
675
  - lib/bioroebe/project/project.rb
678
676
  - lib/bioroebe/protein_structure/alpha_helix.rb
679
677
  - lib/bioroebe/protein_structure/helical_wheel.rb
678
+ - lib/bioroebe/python/README.md
679
+ - lib/bioroebe/python/__pycache__/mymodule.cpython-39.pyc
680
+ - lib/bioroebe/python/gui/gtk3/widget1.py
681
+ - lib/bioroebe/python/mymodule.py
682
+ - lib/bioroebe/python/protein_to_dna.py
683
+ - lib/bioroebe/python/shell/shell.py
684
+ - lib/bioroebe/python/to_rna.py
685
+ - lib/bioroebe/python/toplevel_methods/to_camelcase.py
680
686
  - lib/bioroebe/raw_sequence/README.md
681
687
  - lib/bioroebe/raw_sequence/raw_sequence.rb
682
688
  - lib/bioroebe/readline/README.md
@@ -719,41 +725,16 @@ files:
719
725
  - lib/bioroebe/sequence/protein.rb
720
726
  - lib/bioroebe/sequence/reverse_complement.rb
721
727
  - lib/bioroebe/sequence/sequence.rb
722
- - lib/bioroebe/shell/add.rb
723
- - lib/bioroebe/shell/assign.rb
724
- - lib/bioroebe/shell/chop_and_cut.rb
725
728
  - lib/bioroebe/shell/colours/colours.rb
726
729
  - lib/bioroebe/shell/configuration/additionally_set_xorg_buffer.yml
727
730
  - lib/bioroebe/shell/configuration/may_we_show_the_startup_information.yml
728
731
  - lib/bioroebe/shell/configuration/upcase_nucleotides.yml
729
732
  - lib/bioroebe/shell/configuration/use_silent_startup.yml
730
- - lib/bioroebe/shell/constants.rb
731
- - lib/bioroebe/shell/download.rb
732
- - lib/bioroebe/shell/enable_and_disable.rb
733
- - lib/bioroebe/shell/enzymes.rb
734
- - lib/bioroebe/shell/fasta.rb
735
- - lib/bioroebe/shell/gtk.rb
736
733
  - lib/bioroebe/shell/help/class.rb
737
734
  - lib/bioroebe/shell/help/help.rb
738
- - lib/bioroebe/shell/history.rb
739
- - lib/bioroebe/shell/initialize.rb
740
- - lib/bioroebe/shell/loop.rb
741
735
  - lib/bioroebe/shell/menu.rb
742
- - lib/bioroebe/shell/misc.rb
743
- - lib/bioroebe/shell/prompt.rb
744
- - lib/bioroebe/shell/random.rb
745
736
  - lib/bioroebe/shell/readline/readline.rb
746
- - lib/bioroebe/shell/reset.rb
747
- - lib/bioroebe/shell/scan_and_parse.rb
748
- - lib/bioroebe/shell/search.rb
749
- - lib/bioroebe/shell/sequences.rb
750
737
  - lib/bioroebe/shell/shell.rb
751
- - lib/bioroebe/shell/show_report_and_display.rb
752
- - lib/bioroebe/shell/startup.rb
753
- - lib/bioroebe/shell/taxonomy.rb
754
- - lib/bioroebe/shell/tk.rb
755
- - lib/bioroebe/shell/user_input.rb
756
- - lib/bioroebe/shell/xorg.rb
757
738
  - lib/bioroebe/siRNA/README.md
758
739
  - lib/bioroebe/siRNA/siRNA.rb
759
740
  - lib/bioroebe/string_matching/README.md
@@ -1025,7 +1006,7 @@ post_install_message: |2+
1025
1006
 
1026
1007
  For more documentation, have a look at:
1027
1008
 
1028
- https://www.rubydoc.info/gems/bioroebe/0.10.80
1009
+ https://www.rubydoc.info/gems/bioroebe/0.11.12
1029
1010
 
1030
1011
  rdoc_options: []
1031
1012
  require_paths:
@@ -1039,13 +1020,13 @@ required_rubygems_version: !ruby/object:Gem::Requirement
1039
1020
  requirements:
1040
1021
  - - ">="
1041
1022
  - !ruby/object:Gem::Version
1042
- version: 3.3.16
1023
+ version: 3.3.17
1043
1024
  requirements: []
1044
- rubygems_version: 3.3.16
1025
+ rubygems_version: 3.3.17
1045
1026
  signing_key:
1046
1027
  specification_version: 4
1047
- summary: 'Welcome to the bioroebe-0.10.x release series! It is recommended to use
1048
- ruby 3.x for this series, as it is the most tested version of ruby in regards to
1028
+ summary: 'Welcome to the bioroebe-0.11.x release series! It is recommended to use
1029
+ ruby 3.x for this series, as it is the most tested version of ruby in regards to
1049
1030
  this project. The bioroebe-project is a software suite focusing on bio-related
1050
1031
  life sciences in general - in particular molecular biology, molecular genetics,
1051
1032
  bioinformatics, biotechnology, system biology, synthetic biology and related topics