Skip to content

Releases: betteridiot/bamnostic

v1.3.0

Choose a tag to compare

@betteridiot betteridiot released this 27 Jan 18:21

Fixes some documentation build issues.

v1.1.8

Choose a tag to compare

@betteridiot betteridiot released this 04 Nov 22:08

Changed relative path of bamnostic.AlignmentFile index file lookup to absolute path.

v1.1.7

Choose a tag to compare

@betteridiot betteridiot released this 30 Apr 12:19

Thanks to some community contributions, minor quality of life improvements have been added:

  • 1-length sequences created as artifacts from some platforms can now be handled correctly (@giesselmann)
  • Any unnamed sequence is now given a default .reference_name attribute of "*" (@OliverVoogd)

v1.1.6

Choose a tag to compare

@betteridiot betteridiot released this 10 Feb 00:13

Appveyor does not support Pytest on Python 3.9. Will debug later

v1.1.5

Choose a tag to compare

@betteridiot betteridiot released this 09 Feb 23:26

Includes versioning for Python 3.7-3.9

v1.1.4

Choose a tag to compare

@betteridiot betteridiot released this 26 Aug 17:55
Updating versioning

v1.1.2

Choose a tag to compare

@betteridiot betteridiot released this 09 Aug 19:04

There was a typo in v1.1.1- that affected how bamnostic.bam.Bam would process BAI files that was missing n_no_coor at the end of it. Up till now, bamnostic would set these to None. But in places where bamnostic.bam.Bam referenced this (bamnostic.bam.Bam._init_index and the bamnostic.bam.Bam.unmapped property) it couldn't add (+) the mapped and unmapped reads to n_no_coord. This would result in an error since a mathematical operation between an integer and NoneType doesn't work.

v1.1.1rc1

Choose a tag to compare

@betteridiot betteridiot released this 09 Aug 17:12
8f6a1a9

Minor repo fixes compared to v1.1.1

v1.1.1

Choose a tag to compare

@betteridiot betteridiot released this 09 Aug 17:02
4f86bb6
Merge pull request #38 from betteridiot/fix_nnocoord

Fixing style errors.

v1.1.0

Choose a tag to compare

@betteridiot betteridiot released this 02 Jul 17:54
fixes #36