Add Huffman coding capability to compress the traffic between master and workers. One package sent to a worker consisted of 1000 query sequences may look like:
Header:
- fastq file name
- pointer
- qseq quantity in the package
Body:
- bit string where all sequences go one by one encoded by Huffman coding
Add Huffman coding capability to compress the traffic between master and workers. One package sent to a worker consisted of 1000 query sequences may look like:
Header:
Body: