-
Notifications
You must be signed in to change notification settings - Fork 16
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 (core dumped) #41
Comments
Thank you for your report, but your information is too sparse to resolve the problem. I first suggest that any options (-oN83.spaln in your example) should be placed before the argument (N83.Trinity.fasta). Second, please set proper species-specific parameter set by -T option (ex. -Thomosapi) . If ‘Pgenome.mfa’ does not represent the entire genomic sequence, set the expected maximal gene length by -XG option (ex. -XG1M). By the way, how large is your genome? Spaln may fail if the genome size exceeds some threshold. Osamu, |
I have found a serious error for DNA queries with -S3 option (default), which might cause the segmentation faults in your site. I have just uploaded Ver.2.4.5 being fixed of the error. In addition, the default setting of the formatting mode was accidentally changed in a few recent releases. The original setting has been recovered in this new version. Please try this new version, and if possible, please let me know your results. Osamu, |
Hello, I am getting a similar "Segmentation fault" error, however using protein sequence as a query and a whole genome sequence (~475 Mb). I am using the most recent version of spaln, referenced above. Also, please let me know if I should open this as a new issue. I make my genomic database as follows: and then try to get protein alignments with the following (I have tried running with and without -T option and have used different species-specific parameters, all fail at the same point): Here $INFILE refers to my input .faa sequences. The first few lines as an example, look like this:
My output .gff file ends up being ~6.7M and the output to stdout is ~405k. Every time the core that gets dumped is <2G. I'm currently running on a node with 720G of memory available, so I don't think it is an oom error. Can you please advise? Let me know if I need to provide any further information. |
Dear Zach,
Osamu |
Thanks for your reply ! |
I tried to figure out the source of the segmentation faults. I have found a few points that might slightly improve the performance of Spaln. However, they do not seem to be relevant to the faults. If you have time, please try the following:
I hope your kind cooperation Osamu, |
Although it took unexpectedly long time, I have finished modification of spaln. Tested upon more than 100 pairs of genomic and assembled transcript DNA sequences in the DDBJ database of various sequence similarity levels, the new version (Ver.2.4.6) runs without segmentation faults. For protein queries, tests have not been done in this detail. However, it works fine for a few examples. Thus, I wanted not to further delay the release of this version. I thank you for your patience. If you encounter any problems with this or previous versions of spaln, please let me know at your convenience. Osamu, |
Hi!I have done a de novo transcriptome assembly, now I'm trying to map the assembled transcriptome to a genome of relative species. I have used 'makeidx.pl' command in seqdb :
makeidx.pl -inp Pgenome.mfa
and then:
spaln -Q7 -O3 -dPgenome -t40 N83.Trinity.fasta -oN83.spaln
Some of the results will be printed,but then spaln report error (Segmentation fault (core dumped))
Pp06 4338791 4351464 TRINITY_DN18_c0_g1_i2 941 + 4338791 4351464 255,0,0 23 398,258,261,66,85,167,108,102,201,111,68,388,156,111,54,258,110,154,454,215,239,127,488, 0,682,1166,1512,2027,2758,3043,3926,4118,4480,5198,5469,6319,6553,6907,7620,8442,9122,10188,11045,11349,11982,12185
Pp01 28537321 28540192 TRINITY_DN28_c0_g2_i1 966 + 28537321 28540192 255,0,0 3 749,1289,601, 0,834,2270
Pp08 21474939 21479094 TRINITY_DN84_c0_g1_i2 927 - 21474939 21479094 0,255,255 19 12,641,115,60,54,60,63,44,85,81,93,65,76,66,66,60,90,63,319, 0,116,857,1055,1223,1362,1516,1656,1826,2004,2190,2369,2531,2767,2948,3127,3278,3689,3836
Segmentation fault (core dumped)
How to resolve?
The text was updated successfully, but these errors were encountered: