Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The use of EDTA_raw.pl and EDTA.pl #415

Closed
qdu-beep opened this issue Jan 2, 2024 · 2 comments
Closed

The use of EDTA_raw.pl and EDTA.pl #415

qdu-beep opened this issue Jan 2, 2024 · 2 comments
Labels
question Further information is requested

Comments

@qdu-beep
Copy link

qdu-beep commented Jan 2, 2024

I would like to ask if I want to obtain the genome sequence with only LTR regions masked and using soft-masking, should I follow the steps below? The main question is whether I should use EDTA.pl after using raw_EDTA.pl. I would greatly appreciate your response!

Should I use EDTA_raw.pl with the -type ltr to obtain the raw library of LTR?
And then, should I use EDTA.pl with the --overwrite 0 to further annotate and filter based on the results of raw_EDTA.pl?
Finally, I should use make_masked.pl for soft masking.

I came across the following description on the website, but I'm not sure if my understanding is correct. Thank you for your assistance!
"Users may run EDTA_raw.pl for each TE type with --threads 1, then run EDTA.pl with multi threads and --overwrite 0"(https://github.com/oushujun/EDTA/releases)
Originally posted by @qdu-beep in #61 (comment)

@oushujun
Copy link
Owner

oushujun commented Jan 8, 2024

Hello,

If you are only interested in the LTRs, you should just run LTR_retriever. The EDTA_raw.pl --type ltr will get you there, but without whole-genome annotation. You can do your own by running RepeatMasker -lib $genome.mod.LTRlib.fa within EDTA.raw/LTR/. After RepeatMasking, you can run make_masked.pl for soft masking.

Shujun

@oushujun oushujun added the question Further information is requested label Jan 8, 2024
@qdu-beep
Copy link
Author

Hello,

If you are only interested in the LTRs, you should just run LTR_retriever. The EDTA_raw.pl --type ltr will get you there, but without whole-genome annotation. You can do your own by running RepeatMasker -lib $genome.mod.LTRlib.fa within EDTA.raw/LTR/. After RepeatMasking, you can run make_masked.pl for soft masking.

Shujun

Dear oushujun,

Many thanks for your useful reply! My question has been resolved!

Sincerely,
qdu-beep

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants