Skip to content

v2.05

Compare
Choose a tag to compare
@mozack mozack released this 24 Apr 15:36
· 312 commits to master since this release
  • Enable usage of high quality soft clipping and observed indels to generate putative contigs by default
    ** Note: parameters around this behavior have changed

  • Remap reads equal to min mapq

  • Output unmapped read pairs in final BAM

  • Added deBruijn graph simplification

  • Cadabra - only use primary alignments for calling

  • Various speed optimizations
    ** More conservative assembly triggers
    ** Optimization of read to contig mapping
    ** sparse_hash --> dense_hash
    ** Introduce smaller chromosome "chunks" to improve parallelization
    ** Parallelize final BAM sorting/writing in multi-BAM cases
    ** More selective permuting of regional splice junctions combinations
    ** Discard low scoring contigs during assembly
    ** Cadabra - added multi-threading