![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
CD-HIT-EST-2D Error: segmentation fault ('core' dumped) | Joel_91 | Bioinformatics | 1 | 05-21-2020 02:11 PM |
Segmentation fault (core dumped) in IGBlast | TheBumpper | Bioinformatics | 1 | 01-11-2015 04:52 PM |
Segmentation fault (core dumped) in Velvet | jellybaby83 | Bioinformatics | 10 | 07-08-2014 11:49 AM |
Segmentation fault (core dumped) in Samtools | hanleng | Bioinformatics | 6 | 03-23-2012 03:42 PM |
Segmentation fault (core dumped) in Samtools | hanleng | Illumina/Solexa | 0 | 03-12-2012 02:28 PM |
![]() |
|
Thread Tools |
![]() |
#1 |
Member
Location: Singapore Join Date: May 2013
Posts: 20
|
![]()
Hi, I am trying to convert my fastq files which have been stitched using multiple_join_paired_ends.py under qiime-1.9.1
Now my fastq joined files look okay, but when I try to convert them to fasta I am having trouble. for a single file test I get the error Code:
less fastq2fasta.single.file.sh.e378704 /var/spool/sge_prod/hb01s2b15/job_scripts/378704: line 7: 26760 Segmentation fault (core dumped) fastq_to_fasta -i RIFSAMPLEA_S1.join.fastq -o RIFSAMPLEA_S1.join.fasta fastq2fasta.single.file.sh.e378704 (END) This is the job script that I used. Code:
less fastq2fasta.single.file.sh #$ -l h_rt=24:00:00 #$ -cwd #$ -V #$ -l h_vmem=8G #$ -M s.mitra@leeds.ac.uk fastq_to_fasta -i RIFSAMPLEA_S1.join.fastq -o RIFSAMPLEA_S1.join.fasta fastq2fasta.single.file.sh (END) Can anybody please help me how to fix this problem? Thanks, Mitra |
![]() |
![]() |
![]() |
#2 |
Member
Location: New York Join Date: Nov 2012
Posts: 49
|
![]()
First thing I'd try is throwing a ton of memory at it. See if it runs with 64G of memory. If it does maybe slim it down for other jobs. Segmentation faults say to me that the problem has something to do with memory allocation and not necessarily the task itself. I know that you know that, and so suspect that there is something else going on, but even still, I would keep digging into the memory issue as being the problem for a long while. Permissions and memory. Good luck!
|
![]() |
![]() |
![]() |
#3 |
Super Moderator
Location: Walnut Creek, CA Join Date: Jan 2014
Posts: 2,707
|
![]()
Fastq to fasta should not require much memory. Try BBMap's reformat.sh:
Code:
reformat.sh in=file.fastq out=file.fasta -Xmx1g |
![]() |
![]() |
![]() |
Thread Tools | |
|
|