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

substr outside of string #6

Closed
sahammond opened this issue Jul 15, 2017 · 2 comments
Closed

substr outside of string #6

sahammond opened this issue Jul 15, 2017 · 2 comments
Labels

Comments

@sahammond
Copy link

Hi,
I've been having some trouble running LTR_retriever on my genome. I get the error noted below hundreds of thousands of times in my log, and no LTRs end up being identified.

Thu Jul 13 17:37:31 PDT 2017 Start to convert inputs...
substr outside of string at /projects/btl/shammond/git/LTR_retriever/bin/call_seq_by_list.pl line 120.
Use of uninitialized value $seq in string eq at /projects/btl/shammond/git/LTR_retriever/bin/call_seq_by_list.pl line 121.

I supplied predictions from LTRharvest, both TGCA and non-TGCA, and LTRfinder.

Also, I don't know if it's related to the above, but I see some unexpected sequences in my nmtf.ltrTE.fa file, such as blank or all-N sequences.

Could there be a problem with my input?

@oushujun
Copy link
Owner

Hi,

Seems like the problem was from the inputs. Could you double check the supplied genome? See if sequence names are in a simple format (short, un-spaced, no special characters) and if the genome is the same with the one you used to obtain LTR candidates (it happens when you have multiple assembly practices).

Another thing you can try is to supply input files separately. For example, just run with the TGCA input, then add non-TGCA, or run with the finder input, then add them all up. This will help to locate where the problem is.

If you could not find anything wrong, can you email me your prediction files?

Thanks!
Shujun

@sahammond
Copy link
Author

Hi Shujun,

My LTR candidates were obtained from an older version of the genome. I'm running LTR_retriever now with the matched assembly and everything seems to be going fine.

Thanks!
Austin

@oushujun oushujun added the bug label Feb 6, 2018
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