Bug#1143588: ITP: r-bioc-cigarillo -- Efficient manipulation of CIGAR strings

Steffen Moeller <[email protected]> Tue, 04 Aug 2026 17:08:12 +0200
Newsgroups gmane.linux.debian.devel.general
Message-ID <178585609282.147034.4192288030162869323.reportbug__18384.625825432$1785856180$gmane$org@x230.fritz.box>
Package: wnpp
Severity: wishlist
Owner: Steffen Moeller <[email protected]>
X-Debbugs-Cc: [email protected], [email protected]

* Package name    : r-bioc-cigarillo
  Version         : 1.2.1
* URL             : https://bioconductor.org/packages/release/bioc/html/cigarillo.html
* License         : Artistic-2.0
  Programming Lang: R
  Description     : Efficient manipulation of CIGAR strings

 CIGAR stands for Concise Idiosyncratic Gapped Alignment Report.
 CIGAR strings are found in the BAM files produced by most aligners
 and in the AIRR-formatted output produced by IgBLAST.
 The cigarillo package provides functions to parse and inspect CIGAR
 strings, trim them, turn them into ranges of positions relative to
 the "query space" or "reference space", and project positions or
 sequences from one space to the other. Note that these operations
 are low-level operations that the user rarely needs to perform
 directly. More typically, they are performed behind the scene by
 higher-level functionality implemented in other packages like
 Bioconductor packages GenomicAlignments and igblastr.