minimap2 cigar entry
Hi all,
I'd like to understand the CIGAR entry for minimap2 alignments. The numbers of cigar entries for a given read seems to not line up with the sequence...
Does anyone have an explanation of CIGAR entry for minimap2?
Thanks
sequencing
genome
alignment
• 3,335 views
•
link
updated
by
Biostar
380
• |
written
by
zinderelly
0
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Understanding Re-use of Query Sequences in Long Read Alignments
written by Charles-Alexandre Roy 9Hi all, I've been testing the alignment of some PacBio reads using `pbmm2` and `Minimap2` and observed a phenomenon that I can't make sense of. …
-
How can I find the position of a sequence in a fastq file
written by pomodoro_sinensis 13Hello, I have a fastq file with 4 lines per sequence. This is an example of one of the entries: @m54284U_200831_121835/3/ccs ATGGGTGGGCTGGCAGTAGCCAGGGACGATGGGCTCTTCTCTGGGGATCCCAACTGGTTTCCTAAGAAATCCAAGGAGAACCCTCGGAACTTCTCGGACAACCAGTTGCAAGAGGGCAAGAACGTGATTGGGTTGCAGATGGGCACCAACCGTGGAGCATCTCAGGCCGGCATGACCGGCTATGGGATGCCACGGCAGATCCTCTGATCATACTCTCTCTCCTTCCCCTGCCCTCCATGAATGGTTAATATATATGTATATATATGTTTTAGCAGACATTCCCTGAGAGCCCCTGGATTGCTGAACCCCCCTCTGCCAGGGTCCAGGCCAGCCTATCTTGTCACCACTGGCAGGGCCTGATAATTGCCTCTCTCTCTCTCTCTCTTTCTCTCTCTCTCTCTCTCTGGGCTTACTAATGCATTCCTCCCCCCACATTATTCCCACAGTCTCAAGCACGTGGATTCTGCTGTAGTCGTACGCCGATGCGAAACATCGGCCACGTCGCTATTGCAGCGAGTAGATCGGAAGAGCACACGTCTGAACTCCA + 5555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555 I …
-
Alignment Score (AS) tag in minimap2
written by tim.booth 11Hi, I'm working with some SAM files generated by minimap2. The reads have been aligned to a spike-in reference so I'd like to use the …
-
Want to loop through list of BLAST objects in python
written by westin.kosater 8I performed a BLAST search with Biopython from a FASTA file with 92 entries (`goat.fasta`) from Bio.Blast import NCBIWWW from Bio.Blast import NCBIXML import pandas …
-
why is variant calling difficult?
written by abc 1I'm very new to this space, but from what I've read I'm not sure I understand what the process of variant calling looks like -- …
-
Randomising the content of a site in a nucleotide alignment without altering composition
written by treesandthings 2Hi everyone, I have a DNA sequence alignment in a .fasta format that I'd like to read in using R, choose one of a given …
-
Splitting SAM/BAM alignments
written by Zev.Kronenberg 1.2KGreetings, I'm aligning large contigs to a reference genome. I'm hitting upper limit on the number of CIGAR operations (error below). Does anyone have a …
-
Novel Exon Discovery in RNA Seq
written by andrew.j.skelton73 667Hi I've used the tuxedo pipeline and I'd like an alternative for detecting novel exons in aligned reads. Does anyone know of any tools that …
-
Is it possible to reconstruct alignment from CIGAR and MD strings alone?
written by Lynxoid 24I have a SAM file with alignments and for each entry alignment, I want to reconstruct the alignment between the reference and the read based …
-
Mapping Reads Back To Assembly Contigs
written by David M 58<p>Does anyone know of a program which can efficiently map read data back to an assembly itself in a reasonable amount of time?</p> <p>I'd like …
This is for nanopore long read alignments.
Please add details (=data examples). Words alone often do not suffice.
The minimap2 CIGAR structure is not special, it follows the SAM specifications.
Page 8 of the Sequence Alignment/Map Format Specification