-
Notifications
You must be signed in to change notification settings - Fork 45
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
hybpiper assemble only BWA accomplished, but spades may not be performed #136
Comments
Hi @DL-Lin, Firstly, the snippet from your target file contains an error, as your fasta header does not begin with a Can you upload the Also, do you get any errors printed to the terminal screen when you run the HybPiper command for your data? Cheers, Chris |
Hi Chris: may be run out of disk space!! when i exchange the parameters: i can get a result folder "D001" including each gene folder show like photo: and in each gene folder, i get two files, like this : but, a new error happend in D001_hybpiper_assemble_2023-12-14-20_04_47.log "2023-12-14 20:19:35,385 - assemble.py - hybpiper.assemble - assemble - ERROR - ERROR: No genes had assembled contigs! Exiting! Looking forward to your reply, my dear Chris!!! |
From the log file you uploaded, I can see that SPAdes failed to assemble contigs for all 38 genes in your target file. This might be because not enough reads mapped to your genes of interest, or it might indicate a problem running SPAdes on your system. Can you upload the Cheers, Chris |
Of course, it's my pleasure!!!! |
Ah, yep, you can see in your
It looks like the conda SPAdes package requires at least version 2.14 of GLIBC (the GNU C Library), but the highest version for the system you're running HybPiper on is 2.12 (you can see this in the Unfortunately I don't have a solution as far as the HybPiper package goes. GLIBC_2.12, and indeed GLIBC_2.14, are very old (see https://sourceware.org/glibc/wiki/Glibc%20Timeline) - can you ask your systems administrator to update the GLIBC library, if possible? Cheers, Chris |
Hi Chris, System information: The glibc is 2.28 and I used Hybpiper v2.1.5 Thanks |
Here is my log |
Hi @perezii, Your issue is different to the SPAdes / GLIBC problem described above. Can you open a new issue, and upload your full Cheers, Chris |
Hi, sorry to bother~
When I use Hybpiper to run my data, i only can get a result folder "D001" include some file show like photo:
My running script is as follows:
hybpiper assemble -t_dna Asparagus-38.fasta -r D001_*.fq.gz --bwa --prefix D001
and i am sure my "target file", that is Asparagus-38.fasta, compliance example "target source and the protein ID, separated by a hyphen", show like:
I guess my run might not be complete, at least not with spades!!!
but i can complete execution using test_dataset.
so, i don't know what happend of my hybpiper!!
Please let me know if you need any more info, and thanks in advance for your time!!
The text was updated successfully, but these errors were encountered: