Skip to content

Releases: vibansal/HapCUT2

v1.3.4

24 Apr 19:15
Compare
Choose a tag to compare
  • updates to Makefile
  • updates to code for compatibility with new gcc version
  • linked read analysis using MI tags

v1.3.1

16 Jul 07:41
Compare
Choose a tag to compare
  • fixes compiler warnings
  • some bug fixes
  • fixes prune_haplotype.py to output valid file

1ee1d58

12 May 00:14
Compare
Choose a tag to compare
minor update

v1.3

25 Mar 19:21
Compare
Choose a tag to compare

This release:

  1. Uses fast logsum approximation for likelihood calculations that speeds up HapCUT2 by 7-8 times
  2. updates extracthairs for PacBio CCS/HiFi reads
  3. includes several bug fixes and reorganization of the code

v1.2

06 Nov 04:40
de33b57
Compare
Choose a tag to compare

This release updates the htslib API calls, allowing extractHAIRs to be compiled with recent versions of htslib.

v1.1

22 Apr 20:06
Compare
Choose a tag to compare

This is a new release of HapCUT2 that fixes bugs and significantly improves the allelotyping for long SMS reads.
Use the following commands to download and compile this version:

git clone --recursive https://github.com/vibansal/hapcut2
cd hapcut2
git checkout 3cb79c1
make

v1.0

13 Nov 19:10
467734a
Compare
Choose a tag to compare

This is a release of the current version of HapCUT2, a haplotype assembly tool for diploid genomes using high-throughput sequence data. This is a stable version. Use the following commands to download and compile this version:

git clone --recursive https://github.com/vibansal/hapcut2
cd hapcut2
git checkout 467734a
make