You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: