1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723
|
<head>
<title>SeqTools - Release Notes</title>
</head>
<body>
<h2>SeqTools - Release Notes</h2>
<h4>Version 4.44.0</h4>
<ul>
<li>Blixem
<ul>
<li>Features can now be added to multiple different groups/filters.
</ul>
<li>Belvu
<ul>
<li>Fix a problem where column highlighting can get out of sync with the text.
</ul>
</ul>
<h4>Version 4.43.0</h4>
<ul>
<li>Blixem
<ul>
<li>Add an option to show the coverage view aligned in the detail section, as well as the overview section.
<li>Select clipboard features on start up, e.g. if you start blixem from selected features in zmap, then those features will be selected on start-up in blixem. You can then press 'g' or 'f' to group or filter those features.
<li>Improve group/filter functionality. Add shortcut keys to quickly group/filter/hide the selected features. See the new Group/Filter submenu on the right-click menu. Note that these keys work on the clipboard text so they can also be used to group/filter features that you have selected in zmap.
</ul>
<li>Dotter
<ul>
<li>Fix a bug where SFS files were not being loaded. Note that the colour scheme has changed and you now need to use X11 color names or hex values in the file (see https://en.wikipedia.org/wiki/X11_color_names)
<li>Fix a problem where breakline labels were overlapping or not completely displayed.
</ul>
</ul>
<h4>Version 4.42.1</h4>
<ul>
<li>Remove calls to the to_string function to fix a compile error on FreeBSD.
</ul>
<h4>Version 4.42.0</h4>
<ul>
<li>Blixem
<ul>
<li>Added a feedback box to show the read depth at the selected coord. Hover over this box to see the specific base support (i.e. the number of A/C/G/Ts).
</ul>
</ul>
<h4>Version 4.41.0</h4>
<ul>
<li>Switch to c++0x standard.
</ul>
<h4>Version 4.40.0</h4>
<ul>
<li>Blixem
<ul>
<li>Blixem can now accept a 'command' tag in a gff line for a region feature. The given command should return gff and will be run by blixem on the given region.
<li>Blixem now supports fetching sequence data over https.
</ul>
</ul>
<h4>Version 4.39.3</h4>
<ul>
<li>Blixem
<ul>
<li>Further improve the display of features in the detail view when they have transparent fill, making sure that they have a visible border.
</ul>
</ul>
<h4>Version 4.39.2</h4>
<ul>
<li>Blixem
<ul>
<li>Improve the display of features in the detail view when they have transparent fill.
</ul>
</ul>
<h4>Version 4.39.1</h4>
<ul>
<li>Belvu
<ul>
<li>Fix a bug in Belvu where the display was being initialised in command-line-only modes.
</ul>
</ul>
<h4>Version 4.39.0</h4>
<ul>
<li>Dotter
<ul>
<li>Fix intermittent instability problems.
</ul>
</ul>
<h4>Version 4.38.0</h4>
<ul>
<li>Blixem
<ul>
<li>There is now an optional setting to highlight "maybe-canonical" splice sites in Blixem. This can be used to help identify problems where the strand is incorrect in the input data - it highlights splice sites in a different colour if they would be canonical were they on the other strand.
<li>Fixed a bug with colinearity lines when an alignment's cigar string contains introns.
</ul>
</ul>
<h4>Version 4.37.0</h4>
<ul>
<li>Blixem
<ul>
<li>There are now separate feedback boxes for the selected sequence name coordinates. Hover over each box to see a tooltip describing its contents.
</ul>
</ul>
<h4>Version 4.36</h4>
<ul>
<li>Minor under-the-hood changes
</ul>
<h4>Version 4.35</h4>
<ul>
<li>Blixem
<ul>
<li> Bug fix in sorting features, RT 473624
</ul>
<li> Compilation of the seqtools in parallel, RT 467905
</ul>
<h4>Version 4.34.6</h4>
<ul>Belvu
<li>Fix bug with sorting by similarity/identity to first sequence (RT:473624)
</ul>
<h4>Version 4.34.2</h4>
<ul>All
<li>Fix an error compiling with multiple threads (RT:467905)
</ul>
<h4>Version 4.34</h4>
<ul>
<li>Blixem
<ul>
<li>Added functionality to shift-select a range of coordinates, and copy the reference/match sequence for that range.
<li>DNA search now highlights the resultant range of coordinates.
<li>Added a splitter bar to allow the variations track to be resized.
</ul>
<li>Dotter
<ul>
<li>Fix a crash pressing Esc on an undocked alignment or greyramp tool.
</ul>
<li>All
<ul>
<li>Code reorganisation: the codebase is now in C++ rather than C, and a new module 'gbtools' has been created for generic utility functions.
</ul>
</ul>
<h4>Version 4.33</h4>
<ul>
<li>Blixem/Dotter
<ul>
<li> Multi-dotter support; may now start multiple dotters from blixem
<li>The organism abbreviation is now 4 characters, rather than 2, to help avoid duplicates. (RT:456864)
</ul>
</ul>
<h4>Version 4.32</h4>
<ul>
<li>Blixem
<ul>
<li>Previously-unsupported GFF feature types can now be displayed as a new 'basic feature' type.
<li>Styles are now applied to the detail view as well as the big picture, so feature display is more consistent across the two views.
<li>Fix a bug where styles were not being applied to dynamically-loaded features.
</ul>
<li>Dotter
<ul>
<li>Added a 'maximise' button for the greyramp tool.
<li>Small fixes to inconsistencies in context-sensitive menus and keyboard shortcuts.
</ul>
</ul>
<h4>Version 4.31</h4>
<ul>
<li>All
<ul>
<li>Fix configure error on Cygwin on Windows 7.
<li>Make dependency on sqlite optional.
</ul>
</ul>
<h4>Version 4.30</h4>
<ul>
<li>Blixem
<ul>
<li> Fix potential crash with internal processing
<li> Fix two bugs in data input
</ul>
<li>Dotter
<li>Belvu
</ul>
<h4>Version 4.29</h4>
<ul>
<li>Blixem
<ul>
<li>Added the facility to run Dotter on an ad-hoc sequence (RT:408836).
<li>Added the facility to run Dotter against a transcript.
</ul>
<li>Dotter
<ul>
<li>Minimise the greyramp tool to a simple contrast slider. Use Ctrl-G to toggle between this and the full greyramp tool.
</ul>
<li>Belvu
<ul>
<li>Fix a bug with tree bootstrapping in Belvu.
</ul>
</ul>
<h4>Version 4.28</h4>
<ul>
<li>Blixem
<ul>
<li>Fixed a bug where Blixem would crash if you drag-and-droped a pseudogene into it from ZMap. (RT:407536)
<li>Store original as well as upper-cased feature names to solve a lookup problem when fetching sequence data (RT:408965)
</ul>
<li>Dotter
<ul>
<li>Fixed a bug in Dotter where one of the coord labels on the alignment tool is not centred after resizing the window.
</ul>
</ul>
<h4>Version 4.27</h4>
<ul>
<li>Blixem
<ul>
<li>You can now drag and drop features into Blixem. The dragged data must be text in GFF3 format (RT234245).
<li>Dotter auto-coords now uses the big picture range to make it more consistent (RT131802).
</ul>
<li>Dotter
<ul>
<li>Dotter's windows are now dockable. You can toggle docKing with Ctrl-K, and toggle the Alignment and Greyramp tool visibility with Ctrl-A and Ctrl-G respectively (RT398273).
<li>Splice sites are now highlighted in the alignment tool for known HSPs (RT335980).
<li>Fix a crash with showing HSPs.
</ul>
</ul>
<h4>Version 4.26</h4>
<ul>
<li>Blixem
<ul>
<li>Add lines to show colinearity between alignment blocks.
</ul>
</ul>
<h4>Version 4.25</h4>
<ul>
<li>Blixem
<ul>
<li>Add support for fetching sequence data from SQLite databases.
</ul>
</ul>
<h4>Version 4.24</h4>
<ul>
<li>Blixem
<ul>
<li>Add support for a "cigar_bam" attribute in GFF, which contains a BAM-style cigar string.
</ul>
</ul>
<h4>Version 4.23</h4>
<ul>
<li>Blixem
<ul>
<li>Minor change to use the GFF Gap string in preference to the new cigar_bam attribute (which isn't fully implemented yet)
</ul>
</ul>
<h4>Version 4.22</h4>
<ul>
<li>Blixem
<ul>
<li>Add new config options for linking and squashing features
<li>Add a Clear button to the Find dialog
<li>Work-in-progress to add support for a cigar_bam attribute in the GFF
</ul>
<li>Dotter
<ul>
<li>Make sure dotter doesn't try to use X if it's not required
</ul>
</ul>
<h4>Version 4.21</h4>
<ul>
<li>Blixem
<ul>
<li>Splice-site highlighting is enabled by default
<li>Improved support for small screens
<li>New colour scheme (RT329278)
</ul>
<li>Dotter
<ul>
<li>Add command-line arguments to specify sequence types (so Dotter does not have to guess)
</ul>
</ul>
<h4>Version 4.20</h4>
<ul>
<li>All
<ul>
<li>Minor internal robustness improvements
</ul>
</ul>
<h4>Version 4.19</h4>
<ul>
<li>All
<ul>
<li>Usage/version/help info are now printed to stdout, with successful exit code
</ul>
</ul>
<h4>Version 4.18</h4>
<ul>
<li>Blixem
<ul>
<li>Add option to abbreviate window title prefixes
<li>Improve coverage view scale and labelling
</ul>
</ul>
<h4>Version 4.17</h4>
<ul>
<li>Blixem
<ul>
<li>Copy match/reference sequence to the clipboard from the right-click menu
<li>Allow loading of non-native file formats using fetch methods
</ul>
<li>Dotter
<ul>
<li>Fix crash on long slices
<li>Fix intermittent label rendering on long slices
</ul>
</ul>
<h4>Version 4.16</h4>
<ul>
<li>All
<ul>
<li>Fixed a bug where the link in the About dialog did not work.
<li>Include the following font in the preferences list when searching for a fixed-width font: DejaVu Sans Mono
</ul>
<li>Blixem
<ul>
<li>Fixed a bug where Blixem was passing incorrect values in the %s and %e substitution variables for fetch method arguments (RT286051).
</ul>
<li>Dotter
<ul>
<li>Fixed a bug where the sequence labels in the Alignment tool were truncated.
<li>Removed deprecated drawing functions from Dotter (might address RT281848: intermittent problems with drawing axis labels).
</ul>
</ul>
<h4>Version 4.15</h4>
<ul>
<li>Blixem
<ul>
<li>Fix a bug where blixem column label text overlaps
<li>Fix a bug where the source column is sometimes blank
<li>Make sure all stdout messages are flushed
<li>Improved error handling: check executables are in the path before trying to call them
</ul>
</ul>
<h4>Version 4.14</h4>
<ul>
<li>Blixem
<ul>
<li>Sequence-fetching has been generalised so that it can now be used by users outside the Sanger. Data sources can be specified in the config file.
<li>The config file can now be used to specify whether features with the same name should be linked under the same parent.
<li>Fix an error that can occur when opening the help page in Firefox.
</ul>
<li>Belvu
<ul>
<li>Added keyboard shortcuts for Make-non-redundant (Ctrl-R) and Remove-partial-sequences (Ctrl-T)
</ul>
</ul>
<h4>Version 4.13.2</h4>
<ul>
<li>Blixem
<ul>
<li>Fixed a compilation error on Ubuntu 12.04.
</ul>
</ul>
<h4>Version 4.13.1</h4>
<ul>
<li>Blixem
<ul>
<li>Fixed a bug where features were not being linked under the same parent correctly.
</ul>
</ul>
<h4>Version 4.13</h4>
<ul>
<li>Blixem
<ul>
<li>Fixed a bug where the --squash-matches argument was being overridden by the config file.
</ul>
<li>Dotter
<ul>
<li>You can now select and copy sequence from the alignment tool using the mouse.
<li>Fixed a bug where the coordinates in the alignment tool were wrong if you set the display length to an even number.
<li>Fixed an issue where the greyramp tool had the wrong context menu.
<li>Fixed some bugs with printing: the alignment tool labels were not printed correctly; Ctrl-P on the alignment tool printed the wrong window; the background colour was not white in the print; the background colour in the alignment tool was getting messed up after a print operation.
</ul>
</ul>
<h3>Version 4.12</h3>
<ul>
<li>Blixem
<ul>
<li>Performance improvements when reading in large GFF files.
<li>Short reads are now counted as duplicates in the 'squashed' view even if they are from different sources.
<li>The detail-view now scrolls the selected match into view when you jump to the next/previous match. This also now works when matches are squashed.
<li>Fixed some bugs with handling of short read data that was causing some reads to appear misaligned.
<li>Fixed a bug where the sort order was incorrect for short reads.
<li>Fixed a bug in protein mode where the variations track would flicker, and you were unable to select features in the variations track.
<li>Removed duplicate sequence data from the sample GFF files.
</ul>
</ul>
<h3>Version 4.10.1</h3>
<ul>
<li>Blixem
<ul>
<li>Added examples directory
<li>Improvements to test scripts
<li>Fixed incorrect return value from Blixem's main function
</ul>
</ul>
<h3>Version 4.10</h3>
<ul>
<li>Blixem
<ul>
<li>Display settings are now saved on exit.
</ul>
<li>Dotter
<ul>
<li>Fixed a bug where exons were not always being displayed.
<li>Fixed a bug where Dotter would fail when comparing a very long horizontal sequence to a short vertical sequence (<a href="https://rt.sanger.ac.uk/Ticket/Display.html?id=242777">RT:242777</a>).
<li>Fixed an issue where you could not scroll to the very edge of the plot (<a href="https://rt.sanger.ac.uk/Ticket/Display.html?id=251308">RT:251308</a>).
</ul>
<li> Belvu
<ul>
<li>Fixed a crash when running in non-graphical mode.
</ul>
</ul>
<h3>Version 4.9</h3>
<ul>
<li>Blixem
<ul>
<li>Fixed a bug from version 4.7 where blixem would crash if no config file was given.
<li>Fixed a bug in Blixem where Dotter would fail to start after opening the Blixem help page.
</ul>
<li>General
<ul>
<li>Fixed some memory leaks.
</ul>
</ul>
<h3>Version 4.8.1</h3>
<ul>
<li>Blixem
<ul>
<li>Fixed a buffer overrun bug introduced in version 4.7.
</ul>
</ul>
<h3>Version 4.8</h3>
<ul>
<li>Blixem
<ul>
<li>Improvements to installation scripts.
<li>Updated user manuals for changes since version 4.2.
<li>Fixed an issue where Blixem would fail to start if a config file was given but did not contain pfetch groups.
</ul>
</ul>
<h3>Version 4.7</h3>
<ul>
<li>Blixem
<ul>
<li>Overlapping items in the variations track are now drawn on separate lines rather than being drawn over the top of each other.
<li>Split codons are now highlighted in exons in the detail view.
<li>Improvements to navigation in the big picture: double-clicking/dragging now scrolls the selected range (like middle-clicking/dragging); left-clicking on the highlight box and dragging allows it to be moved; the cursor now changes when dragging the highlight box; and the horizontal mouse wheel now works when over the transcript view.
<li>If you change column visibility or sizes, these settings are now remembered when you close and re-open Blixem. You can revert to the default column visibility and sizes using the 'Reset to defaults' button on the Settings dialog.
</ul>
<li>Dotter
<ul>
<li>Fixed an issue with printing where only the visible part of the scrolled window was printed.
<li>Added the ability to export plots to PDF. In batch mode, either the dot-matrix or the PDF, or both, can be saved.
</ul>
</ul>
<h3>Version 4.6</h3>
<ul>
<li>Blixem
<ul>
<li>Made the main window title more informative.
<li>Exons can now be selected by clicking in the big picture, and are sorted in the same order as the detail view.
</ul>
<li>Dotter
<ul>
<li>The transcript sections can now be bumped.
<li>The area near the border where alignments cannot be calculated (due to the sliding window calculation) is now shaded in red.
</ul>
</ul>
<h3>Version 4.5</h3>
<ul>
<li>Blixem
<ul>
<li>Blixem now highlights regions in the reference sequence that are gaps (<a href="https://rt.sanger.ac.uk/Ticket/Display.html?id=225707">RT:225707</a>)
<li>Blixem now handles gap characters in the reference sequence (<a href="https://rt.sanger.ac.uk/Ticket/Display.html?id=226652">RT:226652</a>)
<li>Fixed a bug where multiple UTRs in the same exon are not displayed (<a href="https://rt.sanger.ac.uk/Ticket/Display.html?id=225220">RT:225220</a>)
</ul>
<br/>
<li>Belvu
<ul>
<li>Fixed a bug with the last column not being fully shown.
<li>Fixed a bug with columns not being resized correctly after deleting sequences.
<li>Made sure all terminal messages are terminated with a line break.
<li>Added <code>BELVU_STATUSBAR_SIZE</code> environment variable to allow the statusbar to have a different font size to the main window. (Set this to zero to hide the statusbar.)
<li>Fixed an issue where the fetch and annotations windows were not using the font size specified by <code>BELVU_FONT_SIZE</code>.
<li>Fixed a bug where the wrong colour scheme was selected in the menu when loading a residue colour scheme on start-up.
<li>Improved the size of the fetch window.
<li>Fixed a performance issue when reading in files with many annotation lines.
</ul>
</ul>
<h3>Version 4.4.1</h3>
<ul>
<li>Belvu
<ul>
<li>Fixed a potential crash when opening the tree window if the user scrolls the mouse-wheel at the same time.
<li>Fixed an issue where user could not re-select the sort-by-similarity/id option after changing the selection.
<li>Added a fix to make sure tree cannot get so large that it causes a crash.
<li>Fixed a bug with sorting by similarity on start up when the first line is a markup line.
</ul>
</ul>
<h3>Version 4.4</h3>
<ul>
<li>Blixem
<ul>
<li>There is a new --zoom-range argument, which allows the caller to specify the initial big picture range.
<li>Reference sequence coordinates can now be specified in the FASTA definition line in the sequence file; the line format must be: <code>>name start end</code>
<li>Fixed a bug where introns that are partially out of range were not being shown.
<li>Fixed a bug where short reads were incorrectly being squashed onto the same line in 'squash matches' mode when their sources are different.
<li>Fixed a bug where the initial exon view height was sometimes being calculated incorrectly.
<li>Fixed a bug where starting Dotter fails if the fetch command returns a string such as "no match".
</ul>
<br/>
<li>Belvu
<ul>
<li>Added Belvu to the SeqTools package.
<li>The functionality to left-click a menu to get a default action has been removed; left- or right-clicking a menu will now always show the drop-down menu. The default left-click actions have been moved to a toolbar adjacent to the menu; hover over the toolbar icons for tooltips.
<li>There is a new status bar at the bottom of the window; look out for feedback and helpful hints here.
<li>The color menu now only contains the color schemes; the other settings from this menu have been moved to the new Settings menu.
<li>You can quickly toggle between color-by-residue and color-by-conservation modes using the keyboard shortcut 't'.
<li>The 'toggle last palette' menu option has been removed because its original purpose (of being able to switch back to a custom color scheme) was not clear. There is now a 'custom' entry in the color scheme sub-menu that you can use for this purpose. (Note that this only applies to color-by-residue mode.)
<li>There are some new keyboard shortcuts - see the <a href="belvu_quick_start.html">quick start guide</a> for details.
<li>You can now control the text size of the alignments using the zoom buttons on the toolbar. You can change the text size of the menus using the <code>BELVU_FONT_SIZE</code> environment variable (e.g. <code>setenv BELVU_FONT_SIZE 14</code>). NB To change the font size for all GTK applications, use the <code>~/.gtkrc-2.0</code> file instead (e.g. <code>gtk-font-name="sans serif 14"</code>).
<li>You can now search for an alignment by name using the Find button on the toolbar (or the Ctrl-F shortcut key).
<li>You can "tear off" drop-down menus using the dotted line at the top.
<li>You now get a different cursor when you are in the remove-many-sequences mode, rather than a dialog box that you must close to exit the mode; you can now exit this mode by deselecting the option in the toolbar or menu; by pressing the 'Esc' key; or by left-clicking anywhere in the alignment window.
<li>When you edit the alignment, the tree becomes invalidated and must be recalculated using the 'Recalculate tree' option on the File menu or right-click menu.
<li>If you change a tree by clicking a branch to swap nodes/re-root the tree, then the current tree window will be updated (rather than creating a new tree window, as in the old Belvu). If the alignment is sorted by tree order, then it will be updated to reflect the new tree. To revert to the original tree, you can recalculate it using the 'Recalculate tree' option on the File menu or right-click menu.
</ul>
</ul>
<h3>Version 4.2</h3>
<ul>
<li>Blixem
<ul>
<li>Blixem now supports fetching of short-read data from BAM files.
<li>Blixem command-line arguments have changed.
</ul>
</ul>
<h3>Version 4.1.14 </h3>
<ul>
<li>Blixem
<ul>
<li>Short reads: The 'short_read' feature type is now supported.
<li>Coverage: A new 'coverage view' has been added to show coverage depth - it can be enabled via the View dialog.
<li>Sorting: The sort-by drop-down box has been replaced with a Sort dialog, allowing sorting by multiple columns - open it with the Sort button on the toolbar. The 'invert sort order' option has been moved from the Settings dialog to the Sort dialog.
<li>Search by column: When grouping or finding sequences, you can now search on data in different columns, not just the Name column. See the Group and Find dialogs.
<li>Groups: You can now hide all sequences that are not in a group. See the Groups dialog.
</ul>
<br/>
<li>Dotter
<ul>
<li>The 'short_read' feature type is now supported.
<li>The right-click menu has been shortened by placing the display options into a sub-menu.
</ul>
</ul>
<h3>Version 4.1.13 </h3>
<ul>
<li>Blixem
<ul>
<li>Replaced the Help dialog with HTML help pages.
</ul>
<br/>
<li>Dotter
<ul>
<li>Fixed some bugs with scrolling in the alignment tool.
<li>Replaced the Help dialog with HTML help pages.
</ul>
</ul>
<h3>Version 4.1.12 </h3>
<ul>
<li>Blixem
<ul>
<li>You can now change the active reading frame by clicking in a list header (as well as in the list itself).
</ul>
</ul>
<h3>Version 4.1.11 </h3>
<ul>
<li>Blixem
<ul>
<li>The 'Source' column is now enabled by default. It is also sortable and its contents are now shown in the feedback area.
<li>Column widths can now be specified in the Blixem config file (which is supplied via the <code>-c</code> command line argument).
</ul>
<br/>
<li>Dotter
<ul>
<li>Fixed an issue where Dotter was overwriting the primary clipboard contents on startup.
</ul>
</ul>
<h3>Version 4.1.10 </h3>
<ul>
<li>Blixem
<ul>
<li>Fixed a bug with populating optional data for protein variants.
</ul>
</ul>
<h3>Version 4.1.9 </h3>
<ul>
<li>Blixem
<ul>
<li>Printing now scales to fit the page.
<li>Fixed a bug where splice sites were incorrectly being shown at termini.
</ul>
<br/>
<li>Dotter
<ul>
<li>You can now print from Dotter.
<li>There is now an exon view for the vertical sequence.
<li>There are now separator lines between sequences when Dottering multiple sequences.
</ul>
</ul>
<h3>Version 4.1.6</h3>
<ul>
<li>Dotter
<ul>
<li>You can now copy coordinates from the alignment tool using the right-click menu.
<li>Re-added the exon view for the vertical sequence.
</ul>
</ul>
<h3>Version 4.1.5 </h3>
<ul>
<li>Blixem
<ul>
<li>Close all Dotters: There is a new menu option to close all Dotters started from the current Blixem. Right-click in Blixem to see the menu.
</ul>
<br/>
<li>Dotter
<ul>
<li>Dotter re-vamp: Dotter has been re-written to facilitate future improvements. Most of the changes so far are under-the-hood, but you will notice a few cosmetic differences and additional shortcuts.
<li>Menu bar: As well as the right-click menu, there is now a menu-bar at the top of the main Dotter window.
<li>CDS/UTR regions: Exons are now separated into CDS and UTR regions: CDS regions are coloured green and UTR red.
<li>Close all sub-Dotters: You can close all related Dotter windows using the Quit menu option or Ctrl-Q. This will close all sub-Dotters that were started under the same parent Dotter (by middle-dragging to zoom in to a region). To just close an individual Dotter window, click on the x in the corner of the window or use your system shortcut for closing a window (e.g. Ctrl-W, or Cmd-W on Macs). Note that the alignment tool and greyramp tool will be destroyed along with their parent - however, if the parent window is still open then these tools can be re-opened using the relevant menu options or keyboard shortcuts.
<li>Close all Dotters from Blixem: All Dotter windows spawned from a Blixem will be closed when that Blixem is closed.
<li>Navigation keys: You no longer need to hold Shift when moving diagonally along an alignment using the keys ',.[]'. You can hold down Shift to move a single nucleotide at a time along a protein sequence, rather than moving a whole amino-acid.
<li>Keyboard shortcuts: The following keyboard shortcuts have been added to show the Alignment tool, main Dotter window or Greyramp tool, respectively: Ctrl-A, Ctrl-D and Ctrl-G.
<li>Settings dialog: The Parameter Control dialog box has been replaced by a more intuitive Settings dialog. From here you can change the zoom or edit the display range.
</ul>
</ul>
<h3>Version 4.1.4 </h3>
<ul>
<li>Blixem
<ul>
<li>Variations: SNPs, insertions, deletions etc. can be highlighted in the reference sequence, and shown in a 'variations track' above the reference sequence. See the Settings dialog or double-click the reference sequence to show/hide the variations track. Double-click a variation to open its URL. This is an experimental feature and the display is quite crude - please give us feedback on how you would like variations to be displayed, particularly where they overlap.
<li>PolyA tails: PolyA tails can be shown and polyA signals highlighted in the reference sequence. See the Settings dialog.
<li>CDS/UTR regions: Exons are now separated into CDS and UTR regions: CDS regions are coloured green and UTR red. Don't forget, you can quickly bump/un-bump the exon view by pressing 'b'.
<li>Moused-over item feedback: There is now an additional feedback area on the toolbar that shows information about the currently moused-over item.
<li>Status bar: There is now a status bar at the bottom of the window, which shows non-critical messages and warnings.
<li>Grid scale: The grid scale now has a finer level of granularity; you can set %ID per cell to as low as 0.1 (see the Settings dialog).
</ul>
<br/>
<li>Dotter
<ul>
<li>New Dotter: Dotter has had a re-vamp - check the Dotter Help page for more info.
</ul>
</ul>
</body>
|