![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Segmentation fault, cuffdiff | labrat73 | Bioinformatics | 12 | 03-22-2018 12:00 PM |
soapsnp segmentation fault - help! | jtjli | Bioinformatics | 6 | 02-29-2016 09:54 AM |
Segmentation fault (core dumped) at contig step during SOAP denovo assembly | tangzhonghui | Bioinformatics | 1 | 10-09-2012 06:32 PM |
soap segmentation fault | scami | Bioinformatics | 6 | 04-17-2012 07:08 AM |
Newbler segmentation fault | flobpf | Bioinformatics | 4 | 04-18-2011 12:45 PM |
![]() |
|
Thread Tools |
![]() |
#1 |
Member
Location: Canada Join Date: Jul 2010
Posts: 16
|
![]()
Hi All,
I am trying to map solexa PE reads (fastq) from different strains onto reference scaffolds file (fasta) using soap2. The questions I have are: 1. The alignment works but it seems that soap is not able to read seq data from all the 8 strains I have in the command as the number of reads that it processes is too low to encompass all the 8 strains. 2. When I try to msort (-k 8,n9) the PE output file from the alignment, it comes back with error (segmentation fault) however, the SE output gets sorted with the same command. 3. The snp calling through soapsnp (-d <ref> -i <SEoutput.sort> -r 0.00005 –e 0.0001 -t -u -L <100>) generates a huge file many times larger than original file. Is that usual? Thanks for the patient reading. |
![]() |
![]() |
![]() |
#2 |
Junior Member
Location: california Join Date: Aug 2009
Posts: 7
|
![]()
Hi Mansequencer,
For some reason, MSORT doesn't work with files over a certain size. It works just fine for small files using the command: Code:
$ msort -k 8,n9 mapped.out > mapped.out.sort Code:
sort -t $'\t' -k 8f,8 -k 9n,9 mapped.out > mapped.out.sort Code:
cut -f 8,9 mapped.out.sort > col_89.txt Best of luck, -Awesome |
![]() |
![]() |
![]() |
Tags |
msort, segmentation fault, soap, soapsnp |
Thread Tools | |
|
|