Skip to content

Circleator v1.0.1

Compare
Choose a tag to compare
@jonathancrabtree jonathancrabtree released this 11 Sep 20:14
· 10 commits to master since this release

1.0.1 (Sep 11 2017)

  • Add feat-type-regex to 'load-gene-expression-table'. Allows reading expression data
    associated with RNA features rather than CDS features (the default.)
  • Add 'circle' track type and regression test.
  • Add new label functions: literal_text, product_name
  • Add new color function: snp_type_incl_utr
  • Modify LinearScale.pm to allow negative coordinates.
  • Modify circleator.t to round circle (cx, cy) coordinates when comparing SVG.
  • Undo bam_get_coverage.c regression from previous commit.
  • Add util/add_snp_merged_table_columns.pl to convert between old and new SNP table formats.
  • Remove incorrect radius attributes from rectangle elements used in SVG masks [Issue #33].
  • Fix length_kb label function bug giving origin-spanning features negative lengths [Issue #32].
  • Fix bug causing feat-track label references to create duplicate features [Issue #34].
  • Fix bugs involving the packing of features that span the origin.
    Some test results updated accordingly. [Issue #35.]
  • Add file (in misc/convert_svg_to_png_with_chrome/) demonstrating PNG conversion with Chrome.