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

Errors in running LTR.identifier.pl #26

Closed
caixu0518 opened this issue Nov 14, 2018 · 2 comments
Closed

Errors in running LTR.identifier.pl #26

caixu0518 opened this issue Nov 14, 2018 · 2 comments
Labels

Comments

@caixu0518
Copy link

Hi Shujun,

I encountered the following problem when running LTR_retriever. I don't know if these errors affect the results, or how I should fix them.

Tue Nov 13 22:48:20 CST 2018 Modules 2-5: Start to analyze the structure of candidates...
The terminal motif, TSD, boundary, orientation, age, and superfamily will be identified in this step.

substr outside of string at /disk02/caix/src/LTR_retriever/LTR_retriever-1.9/bin### /LTR.identifier.pl line 317.
Use of uninitialized value $seed in index at /disk02/caix/src/LTR_retriever/LTR_retriever-1.9/bin/LTR.identifier.pl line 321.
substr outside of string at /disk02/caix/src/LTR_retriever/LTR_retriever-1.9/bin/LTR.identifier.pl line 317.
Use of uninitialized value $seed in index at /disk02/caix/src/LTR_retriever/LTR_retriever-1.9/bin/LTR.identifier.pl line 321.
Use of uninitialized value $probTSD in uc at /disk02/caix/src/LTR_retriever/LTR_retriever-1.9/bin/LTR.identifier.pl line 325.
substr outside of string at /disk02/caix/src/LTR_retriever/LTR_retriever-1.9/bin/LTR.identifier.pl line 317.
Use of uninitialized value $seed in index at /disk02/caix/src/LTR_retriever/LTR_retriever-1.9/bin/LTR.identifier.pl line 321.
Use of uninitialized value $probTSD in uc at /disk02/caix/src/LTR_retriever/LTR_retriever-1.9/bin/LTR.identifier.pl line 325.
Use of uninitialized value $TSDlen in numeric le (<=) at /disk02/caix/src/LTR_retriever/LTR_retriever-1.9/bin/LTR.identifier.pl line 334.
Use of uninitialized value $probTSD in uc at /disk02/caix/src/LTR_retriever/LTR_retriever-1.9/bin/LTR.identifier.pl line 334.
Use of uninitialized value $probTSD in index at /disk02/caix/src/LTR_retriever/LTR_retriever-1.9/bin/LTR.identifier.pl line 358.
Use of uninitialized value $TSDlen in addition (+) at /disk02/caix/src/LTR_retriever/LTR_retriever-1.9/bin/LTR.identifier.pl line 358.
Use of uninitialized value $probTSD in index at /disk02/caix/src/LTR_retriever/LTR_retriever-1.9/bin/LTR.identifier.pl line 359.
Use of uninitialized value $TSDlen in numeric lt (<) at /disk02/caix/src/LTR_retriever/LTR_retriever-1.9/bin/LTR.identifier.pl line 360.
Wed Nov 14 00:25:57 CST 2018 Intact LTR-RT found: 5490

Wed Nov 14 00:35:14 CST 2018 Module 6: Start to analyze truncated LTR-RTs...
Truncated LTR-RTs without the intact version will be retained in the LTR-RT library.
Use -notrunc if you don't want to keep them.

best,
Xu Cai

@oushujun
Copy link
Owner

Hi Xu Cai,

If you only received a couple of such errors and the program produces intact LTR-RTs, as indicated in your standard output, you should be fine. This is likely the case that a small number of candidates are located at the boundary of contigs, such that no flanking sequence is available for the extraction. Missing these candidates will not produce significant bias. I will further work on a solution for this.

Thanks,
Shujun

@caixu0518
Copy link
Author

Many thanks.

@oushujun oushujun added the bug label Nov 19, 2018
oushujun added a commit that referenced this issue Dec 4, 2018
… locates at the boundary of a contig. 2. fix the bug #28 #29 for sometimes pruducing slightly different results when using both LTRharvest and LTR_FINDER inputs. 3. fix the bug #28 for biased recognition of TGCA motif over non-TGCA motifs. This fix produced similar prediction quality in terms of sensitivity, specificity, accuracy, and precision that were tested in genomes of sacred lotus and rice.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants