SWittouck / SCARAP

A toolkit for prokaryotic comparative genomics
GNU General Public License v3.0
25 stars 5 forks source link

Store alignments created by build in compressed state #21

Open SWittouck opened 1 year ago

SWittouck commented 1 year ago

The build module creates a profile database that consists of multiple sequence alignments (.aln files) and a list of score cutoffs for these alignments. The alignments are currently stored in an uncompressed format.

The alignments should be stored in a compressed format and other modules should correctly read these compressed alignments.