bioroebe 0.10.80 → 0.11.25

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 (134) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3117 -2645
  3. data/bioroebe.gemspec +3 -3
  4. data/doc/README.gen +3116 -2644
  5. data/doc/todo/bioroebe_todo.md +418 -387
  6. data/lib/bioroebe/aminoacids/aminoacid_substitution.rb +1 -9
  7. data/lib/bioroebe/aminoacids/codon_percentage.rb +1 -9
  8. data/lib/bioroebe/aminoacids/deduce_aminoacid_sequence.rb +1 -9
  9. data/lib/bioroebe/aminoacids/display_aminoacid_table.rb +1 -0
  10. data/lib/bioroebe/aminoacids/show_hydrophobicity.rb +1 -6
  11. data/lib/bioroebe/base/colours_for_base/colours_for_base.rb +18 -8
  12. data/lib/bioroebe/base/commandline_application/commandline_arguments.rb +13 -11
  13. data/lib/bioroebe/base/commandline_application/misc.rb +18 -8
  14. data/lib/bioroebe/base/misc.rb +16 -0
  15. data/lib/bioroebe/base/prototype/misc.rb +1 -1
  16. data/lib/bioroebe/codons/show_codon_tables.rb +6 -2
  17. data/lib/bioroebe/codons/show_codon_usage.rb +2 -1
  18. data/lib/bioroebe/constants/aminoacids_and_proteins.rb +1 -0
  19. data/lib/bioroebe/constants/database_constants.rb +1 -1
  20. data/lib/bioroebe/constants/files_and_directories.rb +24 -4
  21. data/lib/bioroebe/constants/misc.rb +20 -0
  22. data/lib/bioroebe/count/count_amount_of_nucleotides.rb +3 -0
  23. data/lib/bioroebe/crystal/README.md +2 -0
  24. data/lib/bioroebe/crystal/to_rna.cr +19 -0
  25. data/lib/bioroebe/data/README.md +11 -8
  26. data/lib/bioroebe/data/electron_microscopy/pos_example.pos +396 -0
  27. data/lib/bioroebe/data/electron_microscopy/test_particles.star +36 -0
  28. data/lib/bioroebe/{shell/tk.rb → electron_microscopy/electron_microscopy_module.rb} +15 -10
  29. data/lib/bioroebe/electron_microscopy/simple_star_file_generator.rb +4 -9
  30. data/lib/bioroebe/fasta_and_fastq/show_fasta_headers.rb +27 -12
  31. data/lib/bioroebe/genome/README.md +4 -0
  32. data/lib/bioroebe/genome/genome.rb +67 -0
  33. data/lib/bioroebe/gui/gtk +1 -0
  34. data/lib/bioroebe/gui/gtk3/controller/controller.rb +45 -27
  35. data/lib/bioroebe/gui/gtk3/dna_to_aminoacid_widget/dna_to_aminoacid_widget.rb +76 -50
  36. data/lib/bioroebe/gui/gtk3/hamming_distance/hamming_distance.rb +42 -28
  37. data/lib/bioroebe/gui/gtk3/nucleotide_analyser/nucleotide_analyser.rb +119 -71
  38. data/lib/bioroebe/gui/gtk3/protein_to_DNA/protein_to_DNA.rb +18 -18
  39. data/lib/bioroebe/gui/gtk3/random_sequence/random_sequence.rb +19 -11
  40. data/lib/bioroebe/gui/shared_code/protein_to_DNA/protein_to_DNA_module.rb +14 -14
  41. data/lib/bioroebe/misc/ruler.rb +1 -0
  42. data/lib/bioroebe/parsers/genbank_parser.rb +353 -24
  43. data/lib/bioroebe/parsers/gff.rb +1 -9
  44. data/lib/bioroebe/pdb/parse_pdb_file.rb +1 -9
  45. data/lib/bioroebe/project/project.rb +1 -1
  46. data/lib/bioroebe/python/README.md +1 -0
  47. data/lib/bioroebe/python/__pycache__/mymodule.cpython-39.pyc +0 -0
  48. data/lib/bioroebe/python/gui/gtk3/all_in_one.css +4 -0
  49. data/lib/bioroebe/python/gui/gtk3/all_in_one.py +59 -0
  50. data/lib/bioroebe/python/gui/gtk3/widget1.py +20 -0
  51. data/lib/bioroebe/python/gui/tkinter/all_in_one.py +91 -0
  52. data/lib/bioroebe/python/mymodule.py +8 -0
  53. data/lib/bioroebe/python/protein_to_dna.py +33 -0
  54. data/lib/bioroebe/python/shell/shell.py +19 -0
  55. data/lib/bioroebe/python/to_rna.py +14 -0
  56. data/lib/bioroebe/python/toplevel_methods/open_in_browser.py +20 -0
  57. data/lib/bioroebe/python/toplevel_methods/palindromes.py +42 -0
  58. data/lib/bioroebe/python/toplevel_methods/rds.py +13 -0
  59. data/lib/bioroebe/python/toplevel_methods/three_delimiter.py +34 -0
  60. data/lib/bioroebe/python/toplevel_methods/time_and_date.py +43 -0
  61. data/lib/bioroebe/python/toplevel_methods/to_camelcase.py +11 -0
  62. data/lib/bioroebe/requires/require_the_bioroebe_project.rb +3 -1
  63. data/lib/bioroebe/sequence/nucleotide_module/nucleotide_module.rb +28 -25
  64. data/lib/bioroebe/sequence/protein.rb +105 -3
  65. data/lib/bioroebe/sequence/sequence.rb +61 -2
  66. data/lib/bioroebe/shell/menu.rb +3752 -3667
  67. data/lib/bioroebe/shell/misc.rb +51 -4311
  68. data/lib/bioroebe/shell/readline/readline.rb +1 -1
  69. data/lib/bioroebe/shell/shell.rb +11199 -28
  70. data/lib/bioroebe/siRNA/siRNA.rb +81 -1
  71. data/lib/bioroebe/string_matching/find_longest_substring.rb +3 -2
  72. data/lib/bioroebe/taxonomy/class_methods.rb +3 -8
  73. data/lib/bioroebe/taxonomy/constants.rb +4 -3
  74. data/lib/bioroebe/taxonomy/edit.rb +2 -1
  75. data/lib/bioroebe/taxonomy/help/help.rb +10 -10
  76. data/lib/bioroebe/taxonomy/info/check_available.rb +15 -9
  77. data/lib/bioroebe/taxonomy/info/info.rb +17 -2
  78. data/lib/bioroebe/taxonomy/info/is_dna.rb +46 -36
  79. data/lib/bioroebe/taxonomy/interactive.rb +139 -95
  80. data/lib/bioroebe/taxonomy/menu.rb +27 -18
  81. data/lib/bioroebe/taxonomy/parse_fasta.rb +3 -1
  82. data/lib/bioroebe/taxonomy/shared.rb +1 -0
  83. data/lib/bioroebe/taxonomy/taxonomy.rb +1 -0
  84. data/lib/bioroebe/toplevel_methods/aminoacids_and_proteins.rb +31 -24
  85. data/lib/bioroebe/toplevel_methods/databases.rb +1 -1
  86. data/lib/bioroebe/toplevel_methods/fasta_and_fastq.rb +101 -63
  87. data/lib/bioroebe/toplevel_methods/misc.rb +17 -16
  88. data/lib/bioroebe/toplevel_methods/nucleotides.rb +22 -5
  89. data/lib/bioroebe/toplevel_methods/open_in_browser.rb +2 -0
  90. data/lib/bioroebe/toplevel_methods/palindromes.rb +1 -2
  91. data/lib/bioroebe/toplevel_methods/taxonomy.rb +2 -2
  92. data/lib/bioroebe/toplevel_methods/to_camelcase.rb +5 -0
  93. data/lib/bioroebe/utility_scripts/align_open_reading_frames.rb +1 -9
  94. data/lib/bioroebe/utility_scripts/check_for_mismatches/check_for_mismatches.rb +1 -9
  95. data/lib/bioroebe/utility_scripts/compacter.rb +1 -9
  96. data/lib/bioroebe/utility_scripts/compseq/compseq.rb +1 -9
  97. data/lib/bioroebe/utility_scripts/create_batch_entrez_file.rb +1 -9
  98. data/lib/bioroebe/utility_scripts/dot_alignment.rb +1 -9
  99. data/lib/bioroebe/utility_scripts/move_file_to_its_correct_location.rb +1 -4
  100. data/lib/bioroebe/utility_scripts/showorf/constants.rb +0 -5
  101. data/lib/bioroebe/utility_scripts/showorf/reset.rb +1 -4
  102. data/lib/bioroebe/version/version.rb +2 -2
  103. data/lib/bioroebe/www/embeddable_interface.rb +101 -52
  104. data/lib/bioroebe/www/sinatra/sinatra.rb +186 -70
  105. data/lib/bioroebe/yaml/aminoacids/amino_acids_long_name_to_one_letter.yml +2 -2
  106. data/lib/bioroebe/yaml/configuration/browser.yml +1 -1
  107. data/lib/bioroebe/yaml/genomes/README.md +3 -4
  108. data/lib/bioroebe/yaml/restriction_enzymes/restriction_enzymes.yml +3 -3
  109. metadata +33 -35
  110. data/doc/setup.rb +0 -1655
  111. data/lib/bioroebe/genbank/genbank_parser.rb +0 -291
  112. data/lib/bioroebe/shell/add.rb +0 -108
  113. data/lib/bioroebe/shell/assign.rb +0 -360
  114. data/lib/bioroebe/shell/chop_and_cut.rb +0 -281
  115. data/lib/bioroebe/shell/constants.rb +0 -166
  116. data/lib/bioroebe/shell/download.rb +0 -335
  117. data/lib/bioroebe/shell/enable_and_disable.rb +0 -158
  118. data/lib/bioroebe/shell/enzymes.rb +0 -310
  119. data/lib/bioroebe/shell/fasta.rb +0 -345
  120. data/lib/bioroebe/shell/gtk.rb +0 -76
  121. data/lib/bioroebe/shell/history.rb +0 -132
  122. data/lib/bioroebe/shell/initialize.rb +0 -217
  123. data/lib/bioroebe/shell/loop.rb +0 -74
  124. data/lib/bioroebe/shell/prompt.rb +0 -107
  125. data/lib/bioroebe/shell/random.rb +0 -289
  126. data/lib/bioroebe/shell/reset.rb +0 -335
  127. data/lib/bioroebe/shell/scan_and_parse.rb +0 -135
  128. data/lib/bioroebe/shell/search.rb +0 -337
  129. data/lib/bioroebe/shell/sequences.rb +0 -200
  130. data/lib/bioroebe/shell/show_report_and_display.rb +0 -2901
  131. data/lib/bioroebe/shell/startup.rb +0 -127
  132. data/lib/bioroebe/shell/taxonomy.rb +0 -14
  133. data/lib/bioroebe/shell/user_input.rb +0 -88
  134. data/lib/bioroebe/shell/xorg.rb +0 -45
@@ -128,7 +128,7 @@ class NucleotideAnalyser < ::Gtk::Box # === Bioroebe::GUI::Gtk::NucleotideAnalys
128
128
  # ========================================================================= #
129
129
  def create_skeleton
130
130
  create_buttons
131
- create_labels
131
+ create_the_labels
132
132
  create_entry
133
133
  end
134
134
 
@@ -163,46 +163,6 @@ class NucleotideAnalyser < ::Gtk::Box # === Bioroebe::GUI::Gtk::NucleotideAnalys
163
163
  @list_store.clear
164
164
  end
165
165
 
166
- # ========================================================================= #
167
- # === create_entry (entry tag)
168
- # ========================================================================= #
169
- def create_entry
170
- # ======================================================================= #
171
- # === @entry_input_sequence
172
- # ======================================================================= #
173
- @entry_input_sequence = gtk_entry
174
- @entry_input_sequence.yellow_background
175
- @entry_input_sequence.hint = 'The sequence will be evaluated '\
176
- 'whenever it is changed, as-is. Hit the <b>enter</b> key '\
177
- 'to change it, for convenience.'
178
- @entry_input_sequence.on_changed {
179
- update_this_sequence_contains_n_nucleotides
180
- update_the_table_dataset
181
- update_the_GC_content_label
182
- }
183
- # ======================================================================= #
184
- # Act on when the user hits the enter-key.
185
- # ======================================================================= #
186
- @entry_input_sequence.on_enter_key {
187
- sanitize_the_sequence
188
- do_analyse_the_sequence
189
- update_this_sequence_contains_n_nucleotides(
190
- return_how_many_nucleotides_this_sequence_contains
191
- )
192
- }
193
- end
194
-
195
- # ========================================================================= #
196
- # === update_the_GC_content_label
197
- # ========================================================================= #
198
- def update_the_GC_content_label
199
- _ = ::Bioroebe.gc_content(@sequence, 1) # => 50.0
200
- @label_gc_content.set_text(
201
- 'The <b>GC content</b> (G+C) is: <b>'+_.to_s+'%</b>'
202
- )
203
- @label_gc_content.do_markify
204
- end; alias update_the_labels update_the_GC_content_label # === update_the_labels
205
-
206
166
  # ========================================================================= #
207
167
  # === open_local_file
208
168
  # ========================================================================= #
@@ -217,13 +177,6 @@ class NucleotideAnalyser < ::Gtk::Box # === Bioroebe::GUI::Gtk::NucleotideAnalys
217
177
  return this_file
218
178
  end
219
179
 
220
- # ========================================================================= #
221
- # === set_main_entry
222
- # ========================================================================= #
223
- def set_main_entry(i)
224
- @entry_input_sequence.set_text(i.to_s)
225
- end
226
-
227
180
  require 'bioroebe/fasta_and_fastq/parse_fasta/parse_fasta.rb'
228
181
  # ========================================================================= #
229
182
  # === do_open_a_local_file
@@ -283,26 +236,13 @@ class NucleotideAnalyser < ::Gtk::Box # === Bioroebe::GUI::Gtk::NucleotideAnalys
283
236
  # === update_this_sequence_contains_n_nucleotides
284
237
  # ========================================================================= #
285
238
  def update_this_sequence_contains_n_nucleotides(
286
- i = return_how_many_nucleotides_this_sequence_contains
239
+ i =
240
+ return_how_many_nucleotides_this_sequence_contains
287
241
  )
288
242
  @text_this_sequence_contains.set_text(i.to_s)
289
243
  @text_this_sequence_contains.do_markify
290
244
  end
291
245
 
292
- # ========================================================================= #
293
- # === create_labels
294
- # ========================================================================= #
295
- def create_labels
296
- # ======================================================================= #
297
- # === @label_gc_content
298
- # ======================================================================= #
299
- @label_gc_content = gtk_left_aligned_label
300
- # ======================================================================= #
301
- # === @text_this_sequence_contains
302
- # ======================================================================= #
303
- @text_this_sequence_contains = gtk_left_aligned_label
304
- end
305
-
306
246
  # ========================================================================= #
307
247
  # === return_dataset_based_on_this_sequence
308
248
  # ========================================================================= #
@@ -350,6 +290,13 @@ class NucleotideAnalyser < ::Gtk::Box # === Bioroebe::GUI::Gtk::NucleotideAnalys
350
290
  end
351
291
  end
352
292
 
293
+ # ========================================================================= #
294
+ # === update_the_main_sequence_variable
295
+ # ========================================================================= #
296
+ def update_the_main_sequence_variable
297
+ @sequence = @entry_input_sequence.text?.delete('-')
298
+ end
299
+
353
300
  # ========================================================================= #
354
301
  # === connect_skeleton (connect tag)
355
302
  # ========================================================================= #
@@ -365,15 +312,9 @@ class NucleotideAnalyser < ::Gtk::Box # === Bioroebe::GUI::Gtk::NucleotideAnalys
365
312
  scrolled_window.set_size_request(420, 260)
366
313
  minimal(scrolled_window, 5)
367
314
  minimal(gtk_horizontal_spacer)
368
- _ = ::Bioroebe.gc_content(@sequence, 1) # => 50.0
369
315
  update_the_labels
370
- minimal(@label_gc_content)
371
- minimal(
372
- gtk_left_aligned_label(
373
- 'The <b>AT content</b> (A+T) is: <b>'+
374
- (100.0 - _.to_f).round(1).to_s+'%</b>'
375
- )
376
- )
316
+ minimal(@label_GC_content)
317
+ minimal(@label_AT_content)
377
318
  hbox = gtk_hbox
378
319
  hbox.maximal(@button_reset, 1)
379
320
  hbox.maximal(@button_reset_the_input_sequence, 1)
@@ -399,6 +340,113 @@ class NucleotideAnalyser < ::Gtk::Box # === Bioroebe::GUI::Gtk::NucleotideAnalys
399
340
  apply_the_CSS_rules
400
341
  end
401
342
 
343
+ # ========================================================================= #
344
+ # === create_the_labels
345
+ # ========================================================================= #
346
+ def create_the_labels
347
+ # ======================================================================= #
348
+ # === @label_GC_content
349
+ # ======================================================================= #
350
+ @label_GC_content = left_aligned_label
351
+ @label_GC_content.make_selectable
352
+ # ======================================================================= #
353
+ # === @label_AT_content
354
+ # ======================================================================= #
355
+ _ = ::Bioroebe.gc_content(@sequence, 1) # => 50.0
356
+ @label_AT_content = left_aligned_label(
357
+ 'The <b>AT content</b> (A+T) is: <b>'+
358
+ (100.0 - _.to_f).round(1).to_s+'%</b>'
359
+ )
360
+ @label_AT_content.make_selectable
361
+ # ======================================================================= #
362
+ # === @text_this_sequence_contains
363
+ # ======================================================================= #
364
+ @text_this_sequence_contains = left_aligned_label
365
+ @text_this_sequence_contains.make_selectable
366
+ end
367
+
368
+ # ========================================================================= #
369
+ # === create_entry (entry tag)
370
+ # ========================================================================= #
371
+ def create_entry
372
+ # ======================================================================= #
373
+ # === @entry_input_sequence
374
+ # ======================================================================= #
375
+ @entry_input_sequence = entry
376
+ @entry_input_sequence.default_values
377
+ @entry_input_sequence.hint = 'The sequence will be evaluated '\
378
+ 'whenever it is changed, as-is. Hit the <b>enter</b> key '\
379
+ 'to change it, for convenience.'
380
+ @entry_input_sequence.on_changed {
381
+ update_the_main_sequence_variable
382
+ update_this_sequence_contains_n_nucleotides
383
+ update_the_table_dataset
384
+ update_the_labels
385
+ }
386
+ # ======================================================================= #
387
+ # Act on when the user hits the enter-key.
388
+ # ======================================================================= #
389
+ @entry_input_sequence.on_enter_key {
390
+ sanitize_the_sequence
391
+ do_analyse_the_sequence
392
+ update_this_sequence_contains_n_nucleotides(
393
+ return_how_many_nucleotides_this_sequence_contains
394
+ )
395
+ }
396
+ end
397
+
398
+ # ========================================================================= #
399
+ # === entry_input_sequence?
400
+ # ========================================================================= #
401
+ def entry_input_sequence?
402
+ @entry_input_sequence
403
+ end; alias main_entry? entry_input_sequence? # === main_entry?
404
+
405
+ # ========================================================================= #
406
+ # === dna_sequence?
407
+ # ========================================================================= #
408
+ def dna_sequence?
409
+ @entry_input_sequence.text?
410
+ end
411
+
412
+ # ========================================================================= #
413
+ # === update_the_GC_content_label
414
+ # ========================================================================= #
415
+ def update_the_GC_content_label
416
+ _ = ::Bioroebe.gc_content(@sequence, 1) # => 50.0
417
+ @label_GC_content.set_text(
418
+ 'The <b>GC content</b> (G+C) is: <b>'+_.to_s+'%</b>'
419
+ )
420
+ @label_GC_content.do_markify
421
+ end
422
+
423
+ # ========================================================================= #
424
+ # === update_the_labels
425
+ # ========================================================================= #
426
+ def update_the_labels
427
+ update_the_GC_content_label
428
+ update_the_AT_content_label
429
+ end
430
+
431
+ # ========================================================================= #
432
+ # === update_the_AT_content_label
433
+ # ========================================================================= #
434
+ def update_the_AT_content_label
435
+ _ = ::Bioroebe.gc_content(@sequence, 1) # => 50.0
436
+ @label_AT_content.set_text(
437
+ "The <b>AT content</b> (A+T) is: <b>"\
438
+ "#{(100.0 - _.to_f).round(1).to_s}%</b>"
439
+ )
440
+ @label_AT_content.do_markify
441
+ end
442
+
443
+ # ========================================================================= #
444
+ # === set_main_entry
445
+ # ========================================================================= #
446
+ def set_main_entry(i)
447
+ @entry_input_sequence.set_text(i.to_s)
448
+ end; alias set_dna_sequence set_main_entry # === set_dna_sequence
449
+
402
450
  # ========================================================================= #
403
451
  # === run (run tag)
404
452
  # ========================================================================= #
@@ -107,7 +107,7 @@ class ProteinToDNA < ::Gtk::Box # === Bioroebe::GUI::Gtk::ProteinToDNA
107
107
  scrolled_window_right.clear_background
108
108
  scrolled_window_right.width_height(300, 300)
109
109
  scrolled_window_right.bblack1
110
- scrolled_window_right.css_class('mar2px')
110
+ scrolled_window_right.mar2px
111
111
  # ======================================================================= #
112
112
  # === scrolled_window_left
113
113
  # ======================================================================= #
@@ -115,7 +115,7 @@ class ProteinToDNA < ::Gtk::Box # === Bioroebe::GUI::Gtk::ProteinToDNA
115
115
  scrolled_window_left.clear_background
116
116
  scrolled_window_left.width_height(300, 300)
117
117
  scrolled_window_left.bblack1
118
- scrolled_window_left.css_class('mar2px')
118
+ scrolled_window_left.mar2px
119
119
  top_hpaned = gtk_hpaned(
120
120
  scrolled_window_left,
121
121
  scrolled_window_right
@@ -126,22 +126,6 @@ class ProteinToDNA < ::Gtk::Box # === Bioroebe::GUI::Gtk::ProteinToDNA
126
126
  @dataset[:top_hbox] = top_hpaned
127
127
  end
128
128
 
129
- # ========================================================================= #
130
- # === connect_skeleton (connect tag)
131
- # ========================================================================= #
132
- def connect_skeleton
133
- abort_on_exception
134
- @main_vbox.maximal(@dataset[:top_hbox], 4)
135
- @main_vbox.maximal(@middle_bar)
136
- button_box = button_box(
137
- @dataset[:backtrack_button],
138
- @dataset[:quit_button]
139
- )
140
- button_box.vertical_layout
141
- @main_vbox.minimal(button_box)
142
- add(@main_vbox)
143
- end
144
-
145
129
  # ========================================================================= #
146
130
  # === create_left_buffer
147
131
  # ========================================================================= #
@@ -161,6 +145,22 @@ class ProteinToDNA < ::Gtk::Box # === Bioroebe::GUI::Gtk::ProteinToDNA
161
145
  super()
162
146
  end
163
147
 
148
+ # ========================================================================= #
149
+ # === connect_skeleton (connect tag)
150
+ # ========================================================================= #
151
+ def connect_skeleton
152
+ abort_on_exception
153
+ @main_vbox.maximal(@dataset[:top_hbox], 4)
154
+ @main_vbox.maximal(@middle_bar)
155
+ button_box = button_box(
156
+ @dataset[:backtrack_button],
157
+ @dataset[:quit_button]
158
+ )
159
+ button_box.vertical_layout
160
+ @main_vbox.minimal(button_box)
161
+ add(@main_vbox)
162
+ end
163
+
164
164
  # ========================================================================= #
165
165
  # === Bioroebe::GUI::Gtk::ProteinToDNA.run
166
166
  # ========================================================================= #
@@ -43,12 +43,12 @@ class RandomSequence < ::Gtk::Box # === Bioroebe::GUI::Gtk::RandomSequence
43
43
  # ========================================================================= #
44
44
  # === WIDTH
45
45
  # ========================================================================= #
46
- WIDTH = 900
46
+ WIDTH = '45% or minimum 1200px'
47
47
 
48
48
  # ========================================================================= #
49
49
  # === HEIGHT
50
50
  # ========================================================================= #
51
- HEIGHT = 720
51
+ HEIGHT = '45% or minimum 980px'
52
52
 
53
53
  # ========================================================================= #
54
54
  # === USE_THIS_HEADER
@@ -478,8 +478,20 @@ class RandomSequence < ::Gtk::Box # === Bioroebe::GUI::Gtk::RandomSequence
478
478
  create_the_entries
479
479
  end
480
480
 
481
+ # ========================================================================= #
482
+ # === handle_CSS
483
+ # ========================================================================= #
484
+ def handle_CSS
485
+ use_gtk_paradise_project_css_file
486
+ use_project_css_file
487
+ apply_the_CSS
488
+ end
489
+
481
490
  # ========================================================================= #
482
491
  # === do_generate_a_random_sequence
492
+ #
493
+ # This is the method that will be run whenever a new random aminoacid
494
+ # sequence is to be generated.
483
495
  # ========================================================================= #
484
496
  def do_generate_a_random_sequence(
485
497
  n_aminoacids = :default
@@ -521,18 +533,14 @@ class RandomSequence < ::Gtk::Box # === Bioroebe::GUI::Gtk::RandomSequence
521
533
  # list-store.
522
534
  # ======================================================================= #
523
535
  array = array1.zip(array2) # Zip it up with 0-values here.
536
+ # ======================================================================= #
537
+ # Next, populate the liststore with the new data - since as of July
538
+ # 2022 we will sort it based on most aminoacids though:
539
+ # ======================================================================= #
540
+ array = array.sort_by {|a, b| b }.reverse # This sorts by highest first.
524
541
  ::Gtk.populate_this_liststore(@list_store, array)
525
542
  end
526
543
 
527
- # ========================================================================= #
528
- # === handle_CSS
529
- # ========================================================================= #
530
- def handle_CSS
531
- use_gtk_paradise_project_css_file
532
- use_project_css_file
533
- apply_the_CSS
534
- end
535
-
536
544
  # ========================================================================= #
537
545
  # === run
538
546
  # ========================================================================= #
@@ -143,13 +143,6 @@ module ProteinToDNAModule # === Bioroebe::GUI::ProteinToDNAModule
143
143
  end
144
144
  end
145
145
 
146
- # ========================================================================= #
147
- # === left_buffer?
148
- # ========================================================================= #
149
- def left_buffer?
150
- @dataset[:left_buffer]
151
- end; alias left? left_buffer? # === left?
152
-
153
146
  # ========================================================================= #
154
147
  # === right_buffer?
155
148
  # ========================================================================= #
@@ -164,6 +157,20 @@ module ProteinToDNAModule # === Bioroebe::GUI::ProteinToDNAModule
164
157
  @dataset[:left_buffer].set_text(i.to_s)
165
158
  end
166
159
 
160
+ # ========================================================================= #
161
+ # === aminoacid_sequence?
162
+ # ========================================================================= #
163
+ def aminoacid_sequence?
164
+ left_buffer?.to_s
165
+ end
166
+
167
+ # ========================================================================= #
168
+ # === left_buffer?
169
+ # ========================================================================= #
170
+ def left_buffer?
171
+ @dataset[:left_buffer]
172
+ end; alias left? left_buffer? # === left?
173
+
167
174
  # ========================================================================= #
168
175
  # === do_determine_the_backtrack_sequence (click tag)
169
176
  #
@@ -182,11 +189,4 @@ module ProteinToDNAModule # === Bioroebe::GUI::ProteinToDNAModule
182
189
  right_buffer?.set_text(text_for_right_hand_side)
183
190
  end; alias do_determine_the_DNA_sequence do_determine_the_backtrack_sequence # === do_determine_the_DNA_sequence
184
191
 
185
- # ========================================================================= #
186
- # === aminoacid_sequence?
187
- # ========================================================================= #
188
- def aminoacid_sequence?
189
- left_buffer?.to_s
190
- end
191
-
192
192
  end; end; end
@@ -24,6 +24,7 @@
24
24
  # variant - that one should work fine.
25
25
  # =========================================================================== #
26
26
  # require 'bioroebe/misc/ruler.rb'
27
+ # Bioroebe.ruler_return_as_string_without_colours 'ATGCTGACAGGGGGGGEEEEEE'
27
28
  # Bioroebe::Ruler.new(ARGV)
28
29
  # =========================================================================== #
29
30
  require 'bioroebe/base/commandline_application/commandline_application.rb'