Skip to content

Releases: deLaatLab/triplix

v0.0.5

07 Nov 09:07
Compare
Choose a tag to compare

Updates:

  • Added the missing _logging.py file

v0.0.4

17 Sep 14:23
Compare
Choose a tag to compare

Updates:

  • Added description on how a virtual-plot can be drawn using triplix.
  • Cleanup: Removed modules that are no longer in use.

v0.0.3

07 Sep 20:04
Compare
Choose a tag to compare

Updates:

  • Triplet files can now be traversed iteratively using Triplets.iter_chunks(). See the README.md for more information.
  • Added more description about Triplix usage in the README.md.
  • Minor updates on how Triplets are represented via __repr__().
  • Bug fix: Triplets file extension (i.e. .triplets.h5) is now recognized properly.
  • Improvement: Reading pipeline's version from importlib now.

v0.0.2

08 May 08:14
Compare
Choose a tag to compare

Updates:

  • Triplix files now have proper extensions to emphasize on their unerlaying file types:
    • A Concatemers file is now denoted by .concatemers.h5 extension.
    • A Tri-alignments file is now denoted by .tri-alignments.tsv.bgz extension.
    • A Triplets file is now denoted by .triplets.h5 extension.
  • General update on the documentation and help messages.

v0.0.1

03 May 08:30
Compare
Choose a tag to compare

The first release of Triplix pipeline