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 new classmethod to initialize DensityData #135

Closed sjteresi closed 1 year ago

sjteresi commented 1 year ago

Added a new (extra) method to initialize DensityData that is arguably simpler to use. Users were getting tripped up with the poor implementation I wrote. Since everything will be refactored eventually I elected to keep the legacy code in and add a note. It still works.