This is a flaw in bwa when generating SAM. I will fixed it.
It is not so easy to generate absolutely correct SAM due to the dependency between fields and between mates. We tried to minimize the dependency in design, but reducing dependency causes inconvenience in other cases. There is always a balance.
Unconfigured Ad
Collapse
X
-
Thank you for your speedy response.
I have one more question. I got following results by using bwa(0.4.9), my favorite.
seq-name#0 69 * 0 0 * * 0 0 (sequence) (quality)
seq-name#0 133 * 0 0 * * 0 0 (sequence) (quality)
Both reads do not be mapped but the flag for "the mate is unnmapped" are 0.
How should I interpret it?
Leave a comment:
-
samtools.pl now updated at SVN:
Download SAM tools for free. SAM (Sequence Alignment/Map) is a flexible generic format for storing nucleotide sequence alignment. SAMtools provide efficient utilities on manipulating alignments in the SAM format.
pileup2fq is implemented, similar to maq's cns2fq. Please note that samtools.pl filters based on the RMS mapping quality (-Q) while maq's cns2fq filters on the maximum mapping quality. Also, pileup2fq masks a small region around an potential indel, but maq's cns2fq does not. The overall accuracy looks similar to maq, though.
Leave a comment:
-
ok! So i knw where i ws gng wrong...
the .aln file shud be put in last after all d options.
Leave a comment:
-
I tried using the -c option,bt the pileup output is same evn widout this option! I gave d command smfink like dis:
samtools pileup -f ref.fasta aln_sorted.bam -s -c -v >test.pileup
Let me know wher I m gng Wrong!
Leave a comment:
-
maybe it's related.Originally posted by zee View PostIs there a way to convert a SAM consensus output (using -c option for pileup) to the old maq-style .cns consensus?
I have some maq-based pipelines I would like to use on my BWA results.
Is possible get the consensus sequence in a simple fasta format with SAMtools?
Leave a comment:
-
I'm not sure if it's the case here, but I've noticed the CIGAR string has major issues if you attempt to include gaps in the clipped sequence.
Or rather CIGAR works fine I assume, but samtools does not. (It's not really a big issue as the only time I've seen this happen is someone manually trimming an alignment back.)
Leave a comment:
-
@corthay
You can convert with "blast2sam.pl -s" to save the sequence in SAM. Currently, samtools cannot parse SAM without sequence, although the specification allows this.
@jess and zee
Sorry. I am afraid that you cannot easily convert pileup output to maq-cns. You can call SNPs/indels directly from samtools and in SVN samtools.pl now filters SNPs/indels in the maq-like way. .cns has been replaced with glf, although they contain different information.
Leave a comment:
-
I would like to generate bam file from blast result of EST.
Firstly, I made sam file from blast result using blsat2sam.pl in samtools packages.
Secondly, I have tried to convert from sam file into bam file using "samtools import" but I've got following error.
Parse error at 1: CIGAR and sequence length are inconsistent.
seq1 16 chr20 18289430 255 23H426M760H * 0 0 * * AS:i:844 EV:Z:0.0
Could you give me any idea please ?
Leave a comment:
-
Yes, I am looking for the same. Heng li cud u help out plz?Originally posted by zee View PostIs there a way to convert a SAM consensus output (using -c option for pileup) to the old maq-style .cns consensus?
I have some maq-based pipelines I would like to use on my BWA results.
Leave a comment:
-
X? tags are for aligner specific information. You need to read the documentation of the program that generates these tags.
Leave a comment:
-
I read through the latest SAM Format Specification on optional fields. But I still don’t understand some cases in the .sam file I got. For instances:
XT:A:R NM:i:0 X0:i:30406 XM:i:0 XO:i:0 XG:i:0
XT:A:R NM:i:1 X0:i:2 X1:i:1 XM:i:1 XO:i:0 XG:i:0 MD:Z:3G32
I just can’t figure out what do those X? fileds mean? I know these are are reserved for local use and re not be formally defined. But what is the point here? What are the types A, i, Z etc for?
Any hint/ideas would be appreciated.
Leave a comment:
-
Is there a way to convert a SAM consensus output (using -c option for pileup) to the old maq-style .cns consensus?
I have some maq-based pipelines I would like to use on my BWA results.
Leave a comment:
-
On behalf of the Java API developers: the Java APIs and command-line tools are formally released here (also linked from http://samtools.sourceforge.net):
The Java implementation is more flexible than SAMtools-C on sorting/viewing/merging/rmdup. Developers may also find Java APIs are easier to use than the C APIs.
By the way, Lincoln Stein has implemented initial Perl bindings for the SAM/BAM format, based on the C APIs. This Perl module will become part of BioPerl as well as GBrowse.
Leave a comment:
Latest Articles
Collapse
-
by SEQadmin2
CRISPR/Cas9 sparked the gene editing revolution for both research and therapeutics.1 But this system still showed severe issues that limited its applications. The most prominent were the heavy reliance on PAM sequences, delivery limitations, double-stranded breaks that prompt unintended edits and cell death, and editing inefficiency (both in targeting and in knock-in reliability).
Despite this, “CRISPR helped turn genome editing from a specialized technique into...-
Channel: Articles
07-31-2026, 11:01 AM -
ad_right_rmr
Collapse
News
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by SEQadmin2, 08-24-2026, 10:32 AM
|
0 responses
20 views
0 reactions
|
Last Post
by SEQadmin2
08-24-2026, 10:32 AM
|
||
|
Started by SEQadmin2, 08-20-2026, 11:17 AM
|
0 responses
37 views
0 reactions
|
Last Post
by SEQadmin2
08-20-2026, 11:17 AM
|
||
|
Started by SEQadmin2, 08-18-2026, 10:05 AM
|
0 responses
37 views
0 reactions
|
Last Post
by SEQadmin2
08-18-2026, 10:05 AM
|
||
|
Started by SEQadmin2, 08-13-2026, 12:22 PM
|
0 responses
48 views
0 reactions
|
Last Post
by SEQadmin2
08-13-2026, 12:22 PM
|
Leave a comment: