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
30
stars
4
forks
source link
Add helper information so that user's can see what pseudomolecules and TE groups they have #129
Just added some simple code to the import filtered TEs step. Outputs information to logger.info so that user's can see how many TE types they have and how many chromosomes they have. Should help with identifying if they have redundant groups, which seems to be a common user issue.
Just added some simple code to the import filtered TEs step. Outputs information to
logger.info
so that user's can see how many TE types they have and how many chromosomes they have. Should help with identifying if they have redundant groups, which seems to be a common user issue.