sestaton / tephra

A tool for discovering transposable elements and describing patterns of genome evolution
MIT License
30 stars 3 forks source link

Refactor fragment search to not store files for each contig #23

Closed sestaton closed 6 years ago

sestaton commented 6 years ago

The current approach might create too many open files for draft genomes. Need to refactor so we process contigs in chunks rather than leaving all the intermediate files on disk until after the GFF3 is produced.

sestaton commented 6 years ago

This is resolved and added in v0.09.7.