I was trying to process a pair of files (attached) with the command below, and inevitably I will get a segmentation fault. When I shorten the size of the files, the program executes correctly.
Command:
SeqPrep -f r1.fastq -s seqprep_assembled.fastq.gz -r r2.fastq -y J -1 seqprep_unassembled_R1.fastq.gz -2 seqprep_unassembled_R2.fastq.gz
Processing reads... |Segmentation fault: 11
Not sure what might be going on, the same command executes just fine in a colleague's computer, and in my linux system. I believe it may be a problem with some of the libraries installed in my machine, but I have no idea what the problem would be.
I was trying to process a pair of files (attached) with the command below, and inevitably I will get a segmentation fault. When I shorten the size of the files, the program executes correctly.
Command:
SeqPrep -f r1.fastq -s seqprep_assembled.fastq.gz -r r2.fastq -y J -1 seqprep_unassembled_R1.fastq.gz -2 seqprep_unassembled_R2.fastq.gz Processing reads... |Segmentation fault: 11Not sure what might be going on, the same command executes just fine in a colleague's computer, and in my linux system. I believe it may be a problem with some of the libraries installed in my machine, but I have no idea what the problem would be.