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

add profiling & fix major bottleneck #83

Closed teresi closed 3 years ago

teresi commented 3 years ago

you can turn on profiling using the --single-process flag it was sped up by moving the read call to one of the datasets out of the inner loop