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

segmentation fault #815

Open
juliayork opened this issue Jun 18, 2024 · 5 comments
Open

segmentation fault #815

juliayork opened this issue Jun 18, 2024 · 5 comments

Comments

@juliayork
Copy link

I'm getting segmentation faults thrown with one transcriptome, tried running both blastx and blastp and both fail. See here for the files:
https://drive.google.com/file/d/1v2f7wH-6G4MvFERaaZ96aDeFJjTfRvqQ/view?usp=sharing
https://drive.google.com/file/d/1pGxMq9GdbskZvgicWR79EmSCmwKOM7WA/view?usp=sharing

Is there a way I can fix this? Thanks!

@bbuchfink
Copy link
Owner

Please provide the command line you used to run diamond and your version.

@juliayork
Copy link
Author

The command was:

diamond blastp --query /path/ncor_cdhit.fasta.transdecoder_dir/longest_orfs.pep  \
    --db /data2/ref_seq_June2024/refseq_vertebrate_other.protein.dmnd  --max-target-seqs 1 \
    --outfmt 6 --out ncor_cdhit_td_blast

diamond version 2.1.9

let me know if you can reproduce the error or you need more information. Thanks for your help!

@bbuchfink
Copy link
Owner

These are not the files you provided. I ran diamond blastx of your ncor_cdhit.fasta against your ncor_cdhit.fasta.transdecoder.pep and it completed correctly.

@juliayork
Copy link
Author

Good point. When I go back to recreate the error, it occurred only when I was running diamond through EnTAP. Running diamond alone on the files completes correctly. Seems to be an error with EnTAP so I will post the issue there. Sorry for posting it in error here, I appreciate your follow up and help.

@juliayork
Copy link
Author

juliayork commented Oct 23, 2024

Hmm ok doing some more testing I was able to reproduce the error outside of EnTAP. The command is:

diamond blastx -p 8 -o /path/similarity_search/DIAMOND/blastx_ncor_cdhit_final_refseq_vertebrate_other.out --very-sensitive --max-target-seqs 3 --evalue 0.000010 -f 6 qseqid sseqid pident length mismatch gapopen qstart qend sstart send evalue bitscore qcovhsp stitle --subject-cover 50.000000 --query-cover 50.000000 -q /path/transcriptomes/ncor_cdhit.fasta -d /data2/ref_seq_June2024/refseq_vertebrate_other.protein.dmnd

If you run these parameters with the ncor_cdhit.fasta file do you also get an error? It seems to occur with blastx and blastp; diamond runs just fine with this database with other queries.

@juliayork juliayork reopened this Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants