Source: r-bioc-cigarillo
Standards-Version: 4.7.4
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders:
 Steffen Moeller <moeller@debian.org>,
 Charles Plessy <plessy@debian.org>,
Section: gnu-r
Testsuite: autopkgtest-pkg-r
Build-Depends:
 debhelper-compat (= 14),
 dh-r,
 r-base-dev,
 r-bioc-biocgenerics,
 r-bioc-s4vectors (>= 0.47.2),
 r-bioc-iranges,
 r-bioc-biostrings,
 r-pkg-team-core-architecture,
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-bioc-cigarillo
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-bioc-cigarillo.git
Homepage: https://bioconductor.org/packages/cigarillo/

Package: r-bioc-cigarillo
Architecture: any
Depends:
 ${R:Depends},
 ${shlibs:Depends},
 ${misc:Depends},
 r-pkg-team-core-architecture,
Recommends:
 ${R:Recommends},
Suggests:
 ${R:Suggests},
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.
