Skip to content

Mid-2024 Release

Latest
Compare
Choose a tag to compare
@lldelisle lldelisle released this 06 May 20:31
· 9 commits to master since this release
8b0c96b

3.9

Changes in dependencies:

  • This version drops support for python 3.7.
  • This version is compatible with matplotlib 3.8.

Enhancement:

  • pyGenomeTracks now uses font type 42 for pdf and ps which helps modification with illustrator.

  • 2 new display for bed: deletions which is helpful when you need to show a deletion with precise coordinates and inversions which displays arrows.

  • New style to display bed: exonarrows which displays arrows with orientation in the exons.

  • For the UCSC stlyle, the color of arrows on introns in customable

  • Do not hesistate to check the updated documentation: here

  • Allow to rasterize rectangles/lines of maf tracks with rasterize = true.

Bugfix:

  • Fix the UTR/Coding of BED8/BED9.
  • Fix a typo in options help text of bedgraph and bigwig: tranform instead of transform.