Skip to content

ITV v1.1.0

Choose a tag to compare

@GeorgescuC GeorgescuC released this 29 Apr 19:05
· 49 commits to main since this release

New features:

  • Add option to down sample reads in a track to a maximum number of reads. Random sampling.
  • Add option to down sample reads displayed in a track to a given max coverage/depth. If combined with option to display as single read per line, equivalent to option above (but more efficient due to sampling logic).
  • Add option to filter reads by feature's strand.
  • Add option to filter annotations (from BED files) by feature's strand.

Changes:

  • Allow ":" an "+" in GTF IDs to support LRAA output.

Internal changes:

  • Change how strand information is encoded internally from "+" and "-" to a boolean.