I use the Soapaligner to aligne the sequences ,and change the outfile fomat to sam, but i could use the Soapsnp sofeware base on the aligner result sorted ,and then in IGV to view ,but the sort process has flauts ,i don't konw the reason ,has anyone meet the same problems? thanks!

asked 22 Aug '10, 03:58

gqy's gravatar image

gqy
2113265
accept rate: 0%

retagged 03 Sep '10, 14:12

mrawlins's gravatar image

mrawlins
431119

Is there a particular fault/error message you get when you try to sort? Are you using soapsnp to sort, or are you using the samtools/Picard binaries?

(23 Aug '10, 11:44) mrawlins

I use the msort to sort the alignement result ,but the error is "segmentation fault".

(23 Aug '10, 12:26) gqy

Have you tried sorting the SAM using samtools sort instead of msort? Either there was an error producing the SAM file, or there was a bug in msort. If the SAM file is bad, samtools sort should fail. If the SAM file is okay, samtools sort should turn out just fine. The Picard (Java) implementation of samtools may be easier to install than the C version of samtools.

samtools download

Picard download

link

answered 23 Aug '10, 17:54

mrawlins's gravatar image

mrawlins
431119
accept rate: 16%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×9
×2

Asked: 22 Aug '10, 03:58

Seen: 1,072 times

Last updated: 03 Sep '10, 14:12

powered by OSQA