We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, using gcc 4.8.2 and after 24 hours I got a seg. fault
However in your paper you could index the human genome. I wonder which steps I have to make to reproduce your results.
./slaMEM -m ~/genomes/human.fa ~/genomes/chimpanzee_genome.fa [ slaMEM v0.7.1 ]
Loading sequences from file </genomes/human.fa> ... (3157590979 bytes) 01 [human ](-1199289884 bp) OK Loading sequences from file </genomes/chimpanzee_genome.fa> ... (2678898688 bytes) 02 [gi|114573996|ref|NW_001229892.1|Ptr1_WGA](-1653809352 bp) OK 1 reference and 1 query successfully loaded Using options: minimum MEM length = 50 Processing reference sequence "human" ... Collecting LMS positions .......... (798090407) OK Sorting LMS suffixes .......... OK Induced Sorting suffixes .......... OK Collecting LF samples .......... OK Collecting SA samples .......... OK :: FM-Index size = 3482 MB Building Sampled LCP Array Segmentation fault (core dumped)
Loading sequences from file </genomes/human.fa> ... (3157590979 bytes)
Loading sequences from file </genomes/chimpanzee_genome.fa> ... (2678898688 bytes)
1 reference and 1 query successfully loaded Using options: minimum MEM length = 50 Processing reference sequence "human" ... Collecting LMS positions .......... (798090407) OK Sorting LMS suffixes .......... OK Induced Sorting suffixes .......... OK Collecting LF samples .......... OK Collecting SA samples .......... OK :: FM-Index size = 3482 MB Building Sampled LCP Array Segmentation fault (core dumped)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, using gcc 4.8.2 and after 24 hours I got a seg. fault
However in your paper you could index the human genome. I wonder which steps I have to make to reproduce your results.
Thanks in advance.
./slaMEM -m ~/genomes/human.fa ~/genomes/chimpanzee_genome.fa
[ slaMEM v0.7.1 ]
The text was updated successfully, but these errors were encountered: