-
Notifications
You must be signed in to change notification settings - Fork 9
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
Error in Join solo LTR Copy Number Estimation table #10
Comments
Hi @zyqzyqzyq Thank you for contacting me. The code you refer to isn't an error. It simply returns the solo-LTR copies found with # write estimated solo LTR loci to LTRpred output folder
# this file output includes BLAST hits found with annotated 3' LTRs as BLAST query
cn2bed(
solo.ltr.cn$pred_3ltr,
type = "solo",
filename = paste0(chopped.foldername,"**_soloLTRs_3ltr**"),
output = output.path
)
# this file output includes BLAST hits found with annotated 5' LTRs as BLAST query
cn2bed(
solo.ltr.cn$pred_5ltr,
type = "solo",
filename = paste0(chopped.foldername,"**_solo_LTRs_5ltr**"),
output = output.path
) The sequences in both files differ, because 3' LTRs and 5' LTRs are not always 100% identical. This is quantified in the So the error Could you please provide me with an example Many thanks! |
Thank you for your answer, this is my LTRpred command call : library(LTRpred) What result in the error Error: |
Ok, I will have a look at this and see if I can reproduce this error. |
Hello, @HajkD,
I keep getting this error in the Join solo LTR Copy Number Estimation table after Finished LTR CNV estimation
Then , I checked the intermediate files ,find G_soloLTRs_3ltr.bed and G_solo_LTRs_5ltr.bed have a Slight difference (also find in your source code here)
So, if this code mistake result in the error ? thank you!
Best,
zyq
The text was updated successfully, but these errors were encountered: