Skip to content

pysam-0.13.0

Compare
Choose a tag to compare
@AndreasHeger AndreasHeger released this 04 Nov 21:56
· 756 commits to master since this release

This release wraps htslib/samtools/bcftools versions 1.6.0 and
contains a series of bugfixes.

  • [#544] reading header from remote TabixFiles now works.
  • [#531] add missing tag types H and A. A python float will now be
    added as 'f' type instead of 'd' type.
  • [#543] use FastaFile instead of Fastafile in pileup.
  • [#546] set is_modified flag in setAttribute so updated attributes
    are output.
  • [#537] allow tabix index files to be created in a custom location.
  • [#530] add get_index_statistics() method