python-cigar 0.1.3-2 source package in Ubuntu

Changelog

python-cigar (0.1.3-2) unstable; urgency=medium

  [ Nilesh Patra ]
  * Team Upload.
  * Add autopkgtests
  * Add doc for running autopkgtest
  * Add d/u/metadata

  [ Steffen Moeller ]
  * bio.tools has no pointer to python-cigar

 -- Nilesh Patra <email address hidden>  Tue, 24 Aug 2021 20:01:57 +0530

Upload details

Uploaded by:
Debian Med
Uploaded to:
Sid
Original maintainer:
Debian Med
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-cigar_0.1.3-2.dsc 2.1 KiB 5692711a39280dbb24ecb9078c3d3a16b9a95a5943041a3c050ed0ab24b17877
python-cigar_0.1.3.orig.tar.gz 6.9 KiB 5847f5e8968035b3a5b04dcfa879fb6c14dd3a42dce8994864806dcda8a4fcf2
python-cigar_0.1.3-2.debian.tar.xz 3.1 KiB c1d49688ec70cce7387a47c973c4aefc8980dbc5f06597acc1f1b2756ee52503

No changes file available.

Binary packages built by this source

python3-cigar: manipulate SAM cigar strings

 Cigar is a simple Python3 library for dealing with cigar strings. the most
 useful feature now is soft-masking from left or right. This allows one to
 adjust a SAM record only by changing the cigar string to soft-mask a number
 of bases such that the rest of the SAM record (pos, tlen, etc.) remain valid,
 but downstream tools will not consider the soft-masked bases in further
 analysis.