Andreas Tille pushed to branch master at Debian Med / python-cigar
Commits: 60991b6c by Andreas Tille at 2021-05-22T18:36:39+02:00 Upload to new - - - - - f6e840eb by Andreas Tille at 2021-05-22T18:41:06+02:00 Section Python - - - - - 06b4a8e9 by Andreas Tille at 2021-05-22T18:44:51+02:00 Fix long line - - - - - 2 changed files: - debian/changelog - debian/control Changes: ===================================== debian/changelog ===================================== @@ -1,6 +1,5 @@ -python-cigar (0.1.3-1) UNRELEASED; urgency=low +python-cigar (0.1.3-1) unstable; urgency=low - * Initial release (Closes: #<bug>) - - -- Andreas Tille <[email protected]> Sat, 22 May 2021 16:01:17 +0000 + * Initial release (Closes: #988989) + -- Andreas Tille <[email protected]> Sat, 22 May 2021 18:36:20 +0200 ===================================== debian/control ===================================== @@ -16,13 +16,15 @@ Rules-Requires-Root: no Package: python3-cigar Architecture: all +Section: python Depends: ${misc:Depends}, ${python3:Depends}, Recommends: ${python3:Recommends} Suggests: ${python3:Suggests} Description: 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. + 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. View it on GitLab: https://salsa.debian.org/med-team/python-cigar/-/compare/e9acc6f004f09e920be23115f058df8e5fa08b47...06b4a8e9980f415b0a6bb720258a3b8c6e72ff5c -- View it on GitLab: https://salsa.debian.org/med-team/python-cigar/-/compare/e9acc6f004f09e920be23115f058df8e5fa08b47...06b4a8e9980f415b0a6bb720258a3b8c6e72ff5c You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
