![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Problems with BWA XA output on | kbhit | General | 1 | 02-29-2012 02:16 PM |
the output of bwa | milkingroom | Bioinformatics | 1 | 09-21-2011 02:48 PM |
Question on BWA output | rboettcher | Bioinformatics | 3 | 04-18-2011 04:21 AM |
bwa output | scami | Bioinformatics | 1 | 12-22-2010 03:10 AM |
BWA output interepretation | seq_GA | Bioinformatics | 4 | 06-14-2010 01:23 AM |
![]() |
|
Thread Tools |
![]() |
#1 |
Junior Member
Location: PA Join Date: Feb 2012
Posts: 6
|
![]()
I have a query file with 70,000 lines of sequences and when I do the
Code:
bwasw I am trying to get rid of the non-aligned reads from the SAM output file ans I searched through forums and tried the following code with no avail. Code:
./samtools view -bS -f 4 testing.sam > output.bam Code:
[samopen] SAM header is present: 1 sequences. [sam_read1] reference '0' is recognized as '*'. Parse warning at line 3: mapped sequence without CIGAR Parse error at line 3: missing colon in auxiliary data Aborted (core dumped) Here's what a part of my sam files looks like Code:
@SQ SN:gi|89106884|ref|AC_000091.1| LN:4646332 4 * 0 0 * * 0 0 <CGTAAAAAGGA> * 4 * 0 0 * * 0 0 <TAGCCGTAGGG> * |
![]() |
![]() |
![]() |
#2 |
Nils Homer
Location: Boston, MA, USA Join Date: Nov 2008
Posts: 1,285
|
![]()
There's no read name in the SAM records you list.
|
![]() |
![]() |
![]() |
#3 |
Junior Member
Location: PA Join Date: Feb 2012
Posts: 6
|
![]()
But this is the output I get from bwa. how should i fix this?
|
![]() |
![]() |
![]() |
#4 |
Nils Homer
Location: Boston, MA, USA Join Date: Nov 2008
Posts: 1,285
|
![]()
Post the BWA help mailing list. It looks like a bug to me. Make sure you include a test case.
|
![]() |
![]() |
![]() |
#5 |
Junior Member
Location: PA Join Date: Feb 2012
Posts: 6
|
![]()
Before I do that, I want to make sure I am not wrong. Here is the code I used for the bwa:
Code:
./bwa bwasw INDEXES/AC_000091.fna QUERY/635plus104_500bp_reads.fasta > results.sam Code:
./bwa index AC_000091.fna "AC_000091.fna"; So, in theory this should have worked? |
![]() |
![]() |
![]() |
Tags |
alignment, bwa, output, samtools |
Thread Tools | |
|
|