- FIXED error where base and quality didn't show up properly in the alignment dialog in the newer versions of JBrowse; caused by change in function parameters in DetailsMixin function
##[v1.4.5] - 2019-03-25
- FIXED error with strand undefined in newer JBrowse versions; this was caused by a change in how JBrowse stores BAM data
- FIXED minor bug where it wouldn't work when using the NeatCanvasFeature plugin and there were multimapped reads
- UPDATED small rna colors
- 21: blue
- 22: green
- 23: purple
- 24: orange
- piRNAs: red
- other: gray
- FIXED minor bug with opacity in details dialog
- ADDED dialog mode to take screenshots of filtering dialog
- minor bug fixes
- ADDED an HTMLFeature style track to compliment the default canvas style track
- this is mainly useful for screenshots so reads are div objects not painted on the canvas
- FIXED issue with filtering when changing between multiple non-zero values
- FIXED some labels to be "mapping quality" not "quality score" to minimize possible confusion
- ADDED filtering option to filter by minimum quality score of reads
- Able to filter per track or across all tracks
- UPDATED Handle isAnimal better to match MethylationPlugin
- ADDED Option to solid-fill multimappers which will be useful for screenshots if user does not want multimappers to appear different
- FIXED issue with track check boxes IDs that prevented filtering on multiple tracks
- Reads are organized on the y-axis by strand; positive reads on positive-strand y-axis and negative-strand reads on negative y-axis
- Also includes "max height exceeded" warning independently for the positive and negative y-axis
- In order to accommodate more data, the individual reads are smaller than the default heights for RNA-seq reads
- ADDED Filtering dialog for all visible tracks
- Only works on visible tracks and only changes features in which the check box was clicked
- Colored checkboxes
- FIXED issue with coloring of multi mapped reads; now show transparency when multimapped
- FIXED Correctly display multimapping status in the read detail pop-up
- ADDED Use XM attribute (with sam flag and/or NH attribute) to determine if a read is multi mapped
- UPDATED coloring
- First production ready version
- Supports coloring and filtering of reads by size
- Supports animal vs non-animal smRNA scheme (animal includes piRNAs which are 26-31 bp)
- Supports coloring and filtering based on multimapped status