Skip to content

1.1.0.beta10

Pre-release
Pre-release

Choose a tag to compare

@yeban yeban released this 19 Jun 16:01
· 1005 commits to master since this release

Features

  • Added a button to select all databases.
  • Meta data on top of report page now includes date (as well as labels
    for program, databases, parameters).
  • Reduce overall amount of vertical space on the report page so that more
    results fit in the same height.
  • Detailed space reduction effort were needed for pairwise alignments,
    which now use almost 2x less vertical space. Importantly, alignments are
    now "pretty formatted" in the browser instead of on the server so that all
    available horizontal space is known beforehand. Previously we were restricted
    to assuming 60 characters per line.
  • For displaying pairwise alignments we previously used nested tables. We now
    use list of divs and pre tags. This reduces memory usage and increases speed
    (crucial for large reports).
  • Eliminate borders from around graphs to reduce clutter and free up vertical
    space.
  • Add % sign for when identity, gaps, positive are shown as percentage.
  • Use more meaningful headers for hits and hsp overview graphs.

Bug fixes

  • Consecutive blank spaces in the middle line of the alignment were truncated
    while parsing BLAST’s XML output. Fix it.