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
31 stars 11 forks source link

Fix filename too long error #32

Closed shunhuahan closed 1 year ago

shunhuahan commented 1 year ago

Previously, the input json file created by TELR during the liftover process (from local assembled contig flanks to reference genome to identify insertion breakpoint) contains the TE family name. In some rare occasions, there are multiple TE families in one contig, causing the filename to exceed the OS threshold. This branch fixes the OS file name to long error.