sjteresi / TE_Density

Python script calculating transposable element density for all genes in a genome. Publication: https://mobilednajournal.biomedcentral.com/articles/10.1186/s13100-022-00264-4
GNU General Public License v3.0
28 stars 4 forks source link

B/functools cache #70

Closed teresi closed 3 years ago

teresi commented 3 years ago

bugfix Scott's functools.cache (only exists in 3.9 and this is a 3.8 project)

bugfix Mike's helper script in Makefile (dev) delete unused arg

merge after #69