Gethsemane 14 hours ago

Unfortunately, when you write a program that doesn't wrap output FASTAs, you have a bunch of people telling you off because SOME programs (cough bioperl cough) have hard limits on line length :)

  • o11c 10 hours ago

    You can use content-defined chunking to wrap at a predictable place so that compression still works.

bede 14 hours ago

Thanks for reminding me to benchmark this!

  • totalperspectiv 14 hours ago

    I've only tested this when writing my own parser where I could skip the record end checks, so idk if this improves perf on a existing parser. Excited to see what you find!