-
Notifications
You must be signed in to change notification settings - Fork 81
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
compleasm_to_hints step failing in each test #785
Comments
There was a new compleasm release that I had not tested, last week. However, I don't think the release itself is your problem, since that is running fine on my machine. Your zip file (I only looked at test1) contained an interrupted download in the mb_downloads folder. After I deleted that temporary file, I was able to run the latest compleasm, it finished with exit code 0. |
Thank you for the answer, I think this is the issue. The same thing happend in two other tests |
I do not understand why it works outside of BRAKER but not inside of BRAKER. Have you tried re-running the BRAKER jobs? Maybe you had temporary network problem when you ran it the first time? I have now run your command with your data on 3 different machines, always getting return code 0, always getting the expected output. I don't see how I can fix something on this problem because I cannot reproduce it. |
It possibly can be an firewall issue from my country, and even mostly probable if file_versions.tsv is downloaded from BUSCO servers. I'll try to use vpn to rerun the test |
Dr. Hoff, thank you for the help ! |
I am encountering an issue similar to one previously reported as Gequris mentioned, where I am unable to successfully run BRAKER3 due to network restrictions. I am running BRAKER3 in an HPC environment using Singularity in China, where access to external servers (such as those hosting the BUSCO databases) is restricted. |
Hi ! Also, if there is no any opportunity for you to run braker with VPN to download busco file I can do it by myself and share it with you. As I know genome and other databases and RNA-seq files dont influence the content of mb_downloads |
Thanks for your suggestions! But It don't work. I think it's may the problem of path. The command as following: I have already downloaded the insecta_odb10 locally and store the folder of insecta_odb10 in the mb_download folder or the work dir which is braker. But it still reported same error. Thus, I want to know where should the the folder of insecta_odb10 locate? Thanks! |
I also tried to download busco linage outside the box of pipeline and it didnt work either |
Thanks for your reply. You help me a lot! Becaues I cant ran braker pipeline on local machine. I have a require: Could you run insecta_odb10 and share it with me? |
https://drive.google.com/file/d/1mhqHQk_HDQsGLN29rlbKCK9CrGrjv_u-/view?usp=sharing |
Cool!!! It works!!! Thank you very much!!! Words fail my appreciation! |
I've had the same problem (from Canada). The solution offer by @Gequris worked for me: |
Hello, Dr. Hoff
Thanks for your tool
Unfortunately, I'm not able to successfully end each of 3 test
I run latest version of BRAKER on HPC cluster, using Singularty v3.7.1 (also i tried with v3.8.6 and it didnt show any difference)
In every test the following error is occurring:
Error in file /opt/Augustus/scripts/compleasm_to_hints.py at line 49: Return code of subprocess was 1['/opt/compleasm_kit/compleasm.py', 'run', '-l', 'eukaryota_odb10', '-a', '/mnt/tank/scratch/gmaslakov/annotation/breaker/test3/genome.fa', '-t', '8', '-o', 'compleasm_genome_out']
I start every test using test*.sh file only adding the AUGUSTUS_CONFIG_PATH to the directory which i copied from the braker.sif
Hope you can help me with this problem. Thanks in advance
Also, I attached an archive with the tests results
tests_compleasm.zip
UPD: Either problem I have whan running tests on my local machine in the exactley same way
I would really appreciate your help !
The text was updated successfully, but these errors were encountered: