Releases: CSU-KangHu/HiTE
Releases · CSU-KangHu/HiTE
HiTE - 3.3.1
- Replace LTR_retriever with FiLTR
- Achieve panHiTE in nextflow
HiTE - 3.1.2
solve bugs in generating TE library
HiTE - 3.1.1
Classifying a large LTR library during the maize processing involves the following steps:
- Utilizing a non-redundant LTR library to retrieve full-length LTRs, subsequently classified by NeuralTE.
- Assigning labels derived from the classified LTRs to the non-redundant LTR library.
- Employing the NeuralTE_model.h5 model from NeuralTE to classify LTRs.
- Allowing users to specify the type of classification labels (Wicker or RepeatMasker system) using the
--is_wicker
parameter.
HiTE - 3.1.0
- Use NeuralTE for TE classification instead of the previous
RepeatClassifier
. - No need to configure additional
Dfam
libraries for TE classification. - Individually classifying full-length LTRs and subsequently merging them into the final TE library.
HiTE - 3.0.4
- modify BM_HiTE (RepeatMasker -div 40 to 5).
HiTE - 3.0.3
split Helitron input as 50K each file
HiTE - 3.0.2
- fix bugs in nextflow
- add BM_HiTE function
- fix bugs in EAHelitron identification
HiTE - 3.0.1
- update docker file (download code from zenodo)
HiTE - 3.0.0
- add the mask mode
- add non-LTR de novo mode
- remove redundant code
- update README
HiTE - 2.0.6
- fix bugs in experiment reproduction.
- fix bugs in nextflow.