Releases: deLaatLab/triplix
Releases · deLaatLab/triplix
v0.0.5
v0.0.4
v0.0.3
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 theREADME.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
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.
- A
- General update on the documentation and help messages.