ekg / seqwish

alignment to variation graph inducer
MIT License
143 stars 18 forks source link

Manage empty sequences in the fasta and removed mmmap_allocator dependency #76

Closed AndreaGuarracino closed 3 years ago

AndreaGuarracino commented 3 years ago

This PR manages correctly cases when the input multiFASTA contains empty sequences, also reporting a warning in the log.

This removes also the unused mmap_allocator dependency.