EnsemblGSOC / Ensembl-Repeat-Identification

A Deep Learning repository for predicting the location and type of repeat sequence in genome.
4 stars 3 forks source link

simple way to cache chromosome repeats lists #40

Closed williamstark01 closed 2 years ago

williamstark01 commented 2 years ago

Added a simple way to cache chromosome repeats lists (segments with repeats) by saving them as pickle files.

I'm almost certain this list can be generated with a more fancy and faster algorithm, but for now simply saving it after generating it once will help us save time during development.

yangtcai commented 2 years ago

It's awesome!!! I think using Pickle is a clever way to save our information! ;P