atifrahman / HAWK

Hitting associations with k-mers
GNU General Public License v3.0
46 stars 20 forks source link

compressing kmer counts #4

Closed owensgl closed 6 years ago

owensgl commented 6 years ago

I've been testing this out, and in the first step of the pipeline (using jellyfish) it processes a _kmers_sorted.txt file for each sample. These are quite large for me (12-18G), which is annoying large for 200 samples. If I gzip them, will subsequent steps work in the pipeline?

atifrahman commented 6 years ago

No, I'm afraid. :(