Add support to LTR_STRUC, MGEScan 3.0.0, and LtrDetector!
Support three more LTR programs!
Three more programs are supported by LTR_retriever
:
Users need to convert candidates identified by these programs into the LTRharvest
format with scripts located in the /bin
folder:
convert_ltr_struc.pl
convert_MGEScan3.0.pl
convert_ltrdetector.pl
Then feed them to LTR_retriever
with -inharvest
. You may concatenate multiple LTRharvest
format input files together.
Note: You won't find a lot of intact LTR elements from LTR_STRUC
and LtrDetector
outputs due to the fuzzy sequence boundaries these programs provided. So please use these two as supplements to other inputs.
Minor bug fix
- Fix the bug that would count 1 extra bit for sequence names
- Maintain codes for solo LTR identification and solo-intact ratio calculations:
bin/solo_finder.pl
andbin/intact_finder_coarse.pl
(#41) - Format sequence names in the redundant library output
- Add detailed notes to fix the conda RepeatMasker issue. Notes can be found here: #43