rnajena / viralclust

Small pipeline to cluster viral genomes based on their k-mer content. WiP
GNU General Public License v3.0
15 stars 4 forks source link

multiprocessing for sort-sequences #5

Open klamkiew opened 3 years ago

klamkiew commented 3 years ago

Implement multi-processing. Most likely it has to be restricted by Memory and/or chunking the sequences for writing.