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
Triplixusage in theREADME.md. - Minor updates on how
Tripletsare represented via__repr__(). - Bug fix:
Tripletsfile extension (i.e..triplets.h5) is now recognized properly. - Improvement: Reading pipeline's version from
importlibnow.
v0.0.2
Updates:
- Triplix files now have proper extensions to emphasize on their unerlaying file types:
- A
Concatemersfile is now denoted by.concatemers.h5extension. - A
Tri-alignmentsfile is now denoted by.tri-alignments.tsv.bgzextension. - A
Tripletsfile is now denoted by.triplets.h5extension.
- A
- General update on the documentation and help messages.