资 源 简 介
ccTSA is a coverage-centric threaded sequence assembler that first builds a k-mer coverage table and uses it to prune k-mers, find preferred edges in a de Bruijn graph, and resolve conflicts. It is designed to exploit the high-throughput and low-latency memory access characteristics of shared-memory systems by spawning multiple worker threads and making them access data structures concurrently in the shared memory.