-
Notifications
You must be signed in to change notification settings - Fork 22
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
Could not open *.translation file for reading! #248
Comments
I found why The genome I used for de novo repeat sequence discovery was too large (about 12GB at scaffold level), when I separated the .fa file into 3 part, which was about 4GB, the issue didn't show up again. |
I am not sure why that would be an issue. I just built a database with 11GB without a problem:
I wonder if you might try rebuilding your database (with the full 12GB) and see if you have the full set of files .n (as above) and *.translation. Also check that *.translation contains the same number of lines as there are sequences in the the fasta file. |
Yep, the building progress was fluent, but when to run |
Can you show me the listing of files and counts as I did in my example? I just want to make sure none of the sizes are off. |
Describe the issue
When I use RepeatModeler for de novo repeat sequences finding, It said that the program could not open a *.translation file for reading, which was generated in the BuildDatabase step.
I tried Arabidopsis thaliana genome and got no issues, with TAIR10.1 from NCBI
The genome size of the species I used is about 10Gb and I think maybe this is the problem.
Reproduction steps
the command I used for the discovery is
BuildDatabase -name lka sample.fa nohup RepeatModeler --threads 30 -database lka &
The genome assembly I used for the program is Larix kaempferi
Log output
Environment (please include as much of the following information as you can find out):
docker
I used a docker image of RepeatModeler called TEtools, which is maintained by Dfam-consortium. I used
docker pull
command to download the image using latest tag.RepeatModeler
without any options will be a help page with the version of the program displayed at the top.uname -a
andlsb_release -a
can be used to find this.The text was updated successfully, but these errors were encountered: