Missing Cigar In Sam Output (Cushaw2)
Hi,
I did alignment with cushaw2, however my sam output is missing the cigar string. Is there a way to add it afterwards, or if someone is better with cushaw2, a way to tell it to add directly?
sam
cigar
• 3,218 views
•
link
updated
by
Biostar
380
• |
written
by
stolarek.ir
70
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Java Samtools Api: Write Bam To Stdout
written by dariober 1.5K<p>Hello,</p> <p>I'm trying to use the Java API for picard/samtools to write a <a href='http://samtools.sourceforge.net/SAM1.pdf'>BAM</a> file to standard output.</p> <p>With the code below I can …
-
Sam To Bam - Loss Of Data Or Just Great Compression?
written by Clare 18<p>I use picard tools to take a <a href='http://bio-bwa.sourceforge.net/'>BWA</a> alignment <a href='http://samtools.sourceforge.net/SAM1.pdf'>sam</a> file and convert it into a sorted <a href='http://samtools.sourceforge.net/SAM1.pdf'>bam</a> file. Normally this works …
-
Removing Phix Data From Ngs Data For Analysis
written by crivenster 5<p>I have a NGS data containing 95-98% of PHIX data,which i dont need. So after some reading, I used <a href='http://bio-bwa.sourceforge.net/'>BWA</a> to align the reads …
-
Solution To Find Out Read Orientation As Well As Strand To Which Reads Align From Sam File
written by k2bhide 8<p>Hello all, I have <a href='http://samtools.sourceforge.net/SAM1.pdf'>sam</a> files from strand specific RNASeq (generated from SOLiD platform). I would like to separate reads by forward and reverse …
-
Samtools View Of A Sam File Entire Chromosome
written by dfernan 77<p>Hi, </p> <p>I have (what I think) is a valid <a href='http://samtools.sourceforge.net/SAM1.pdf'>sam</a> file.</p> <p>When I do:</p> <pre><code>samtools view -S F1i1F.C57.2.Aligned.out.sam chr19_C57 </code></pre> <p>I get the …
-
Liftover Bam File
written by dfernan 77<p>Hi,</p> <p>I have a <a href='http://samtools.sourceforge.net/SAM1.pdf'>sam</a> file of reads alignment to genome assembly X, and I would like to liftover this <a href='http://samtools.sourceforge.net/SAM1.pdf'>Sam</a> File to …
-
Interpreting "*" In Extended Cigar Format
written by anand.sarwate 1<p>I generated and alignment using <a href='http://bio-bwa.sourceforge.net/'>BWA</a> and the .sam file looks fine, except in my parser I'm not sure how to interpret the extended …
-
Sam To Bam Conversion Reference Fasta File
written by Atom Smasher 2<p>Hello,</p> <p>I had some data in "eland_export.txt" format and I want to convert it to the <a href='http://samtools.sourceforge.net/SAM1.pdf'>SAM</a> format first and then later to the …
-
Bioscope With Cufflinks
written by Ramon Vidal 1<p>Does any one here have ever used Bioscope with Cufflinks to do DE analysis? I am trying to use the <a href='http://samtools.sourceforge.net/SAM1.pdf'>BAM</a> files generated by …
-
Conversion Of Blat Output To Sam/Bam
written by Michael Dondrup 5.6K<p>I have some short reads aligned using <a href='http://en.wikipedia.org/wiki/BLAT_%28bioinformatics%29'>BLAT</a>, the output is in tabular psl format (including the sequences) for each alignment. Is it possible …
do you have an MD tag?
is your read aligned ? show us the SAM line please.
the read is aligned, holds the NM and AS as the additional fields. I'm trying the fillmd with samtools, maybe this will help. Convertion to bam and viewing in igv is also working normally. I just wanted CIGAR since it's easy for me to parse it for info
problem solved, stupid mistake
can you add the reason as an answer? I am intrigued as to how can one one get a SAM file with no CIGAR strings