This is an automated email from the git hooks/post-receive script. afif pushed a commit to branch master in repository pbbam.
commit fa63ad5e4b932e560919d228c0fae08fa3f366dc Author: Afif Elghraoui <[email protected]> Date: Mon Jul 4 19:44:07 2016 -0700 Add binary package for command-line tools --- debian/control | 21 +++++++++++++++++++++ debian/pbbamtools.install | 1 + 2 files changed, 22 insertions(+) diff --git a/debian/control b/debian/control index 32e4b7a..2830dc1 100644 --- a/debian/control +++ b/debian/control @@ -22,6 +22,27 @@ Homepage: https://github.com/PacificBiosciences/pbbam Vcs-Git: https://anonscm.debian.org/git/debian-med/pbbam.git Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/pbbam.git +Package: pbbamtools +Section: science +Architecture: any +Depends: + ${shlibs:Depends}, + ${misc:Depends}, + libpbbam (= ${binary:Version}), +Recommends: samtools +Description: Pacific Biosciences binary alignment/map (BAM) library + The BAM format is a binary, compressed, record-oriented container format + for raw or aligned sequence reads. The associated SAM format is a text + representation of the same data. The specifications for BAM/SAM are maintained + by the SAM/BAM Format Specification Working Group. + . + PacBio-produced BAM files are fully compatible with the BAM specification, + but makes use of the extensibility mechanisms of the BAM specification to + encode PacBio-specific information. + . + This package provides command-line utilities for working with PacBio BAM + files. + Package: libpbbam Architecture: any Multi-Arch: same diff --git a/debian/pbbamtools.install b/debian/pbbamtools.install new file mode 100644 index 0000000..eebe370 --- /dev/null +++ b/debian/pbbamtools.install @@ -0,0 +1 @@ +bin /usr -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/pbbam.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
