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

Use read and write method of GeneData to save in h5 format. #33

Closed sjteresi closed 3 years ago

sjteresi commented 3 years ago

The names of the files are the "chromosome + _GeneData.h5" Take a look at the current_chromosome and current_gene_data and complete_genedata variables in density.py

sjteresi commented 3 years ago

Update: @teresi it is 6/23/2020 at 4:30 pm and I have updated the usage.

Graphs.py will be broken now, but I will fix at a later date. As that is not as important right now.

The code saves its cache inside the filtered_input_data folder

sjteresi commented 3 years ago

@teresi I have updated the code: