bergmanlab / TELR

TELR is a fast non-reference transposable element detector from long read sequencing data.
https://github.com/bergmanlab/TELR
BSD 2-Clause "Simplified" License
32 stars 11 forks source link

Fix repeatmasker GFF2Bed out of sort issue #27

Closed shunhuahan closed 1 year ago

shunhuahan commented 1 year ago

After allele frequency estimation step, TELR will repeatmask reference genome using custom TE library. The output GFF will then be converted to BED format, which will be used in the liftover process. Previously the BED file was not sorted, which might cause some issues downstream. I have now added a step to sort this BED file before using it.