Segmentation fault in pcr.seqs

Hi,
Currently i’m trying to run mothur analysis on computhing server. I have 2.8T free disc space and 177Gb available ram memory. I’m using mothur v.1.48.0.

But when I used pcr.seqs command, to “cut” the silva database with oligo file I’m receiving “Segmentation fault (core dumped)” error.

Full command I’m using: pcr.seqs(fasta=~/silva_file/silva.nr_v138.align, oligos=~/results_carps/v3v4.oligos, keepdots=F).

The command starts running, and this happening:
Using 88 processors.
1000
1000
1000
1000
1000
1000
1000
1000
1000
1000
1000
1000
1000
1000
1000
1000
1000
1000
1000
1000
1000
1000
1000
1000
1668
Segmentation fault (core dumped)

What can be reason for this? I think that resources I have should be enough. If not how much space/memory should I have to run this.

Can you try the command again with processors=8 instead of using all 88 available on your system?

pat

I tried, and the result is the same, only segmentation fault happen a little bit later.
pcr.seqs(fasta=~/silva_file/silva.nr_v138.align, oligos=~/results_ca rps/v3v4.oligos, keepdots=F, processors=8)

Using 8 processors.
1000
1000
1000
1000
1000
1000
1000
1000
2000
2000
2000
2000
2000
2000
2000
2000
3000
3000
3000
3000
3000
3000
3000
3000
4000
4000
4000
4000
4000
4000
4000
4000
5000
5000
5000
5000
5000
5000
5000
5000
6000
6000
6000
6000
6000
6000
6000
6000
7000
7000
7000
7000
7000
7000
7000
7000
8000
8000
8000
8000
8000
8000
8000
8000
9000
9000
9000
9000
9000
10000
9000
10000
9000
9000
10000
10000
11000
10000
11000
10000
11000
11000
10000
10000
12000
11000
12000
11000
12000
12000
11000
11000
13000
12000
13000
12000
13000
13000
12000
12000
14000
13000
14000
13000
14000
14000
13000
13000
15000
14000
15000
14000
15000
15000
14000
14000
16000
15000
16000
15000
16000
15000
16000
15000
17000
16000
17000
17000
16000
17000
16000
18000
16000
18000
18000
18350
Segmentation fault (core dumped)

Hi - where are you getting silva.nr_v138.align? Can you post the content of v3v4.oligos ?

I downloaded silva db from the link which I found in MiSeq SOP. And this is the content of oligos file

forward TCGTCGGCAGCGTCAGATGTGTATAAGAGACAGCCTACGGGNGGCWGCAG
reverse GTCTCGTGGGCTCGGAGATGTGTATAAGAGACAGGACTACHVGGGTATCTAATCC

Thanks - those look like they must include adapters. Could you possibly try again only using the 16S portion of the primers?

Pat

I received info from the lab that these are olny primer sequences, but I’ll try to validate this.

Hi,
You were right primers seqences from the lab included adapters and primers. After removing adapter part, pcr.seqs worked. Thanks for your help!

Fantastic - glad it’s working now
Pat

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.