[med-svn] [unanimity] 04/05: Rename primary package: s/ccs/unanimity/
Afif Elghraoui
afif at moszumanska.debian.org
Fri Feb 3 08:06:56 UTC 2017
This is an automated email from the git hooks/post-receive script.
afif pushed a commit to branch master
in repository unanimity.
commit 7f3bee6e32af5403d480a79cc78a3948424e801a
Author: Afif Elghraoui <afif at debian.org>
Date: Thu Feb 2 23:26:35 2017 -0800
Rename primary package: s/ccs/unanimity/
The unanimity suite now includes more programs besides just
ccs.
---
debian/ccs.install | 1 -
debian/control | 19 ++++++++++++++-----
debian/install | 4 ++++
debian/rules | 4 ++--
4 files changed, 20 insertions(+), 8 deletions(-)
diff --git a/debian/ccs.install b/debian/ccs.install
deleted file mode 100644
index 62c2eba..0000000
--- a/debian/ccs.install
+++ /dev/null
@@ -1 +0,0 @@
-/usr/bin/ccs
diff --git a/debian/control b/debian/control
index 1b90d8a..020efd0 100644
--- a/debian/control
+++ b/debian/control
@@ -21,17 +21,26 @@ Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/unanimity.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/unanimity.git
Homepage: https://github.com/PacificBiosciences/unanimity
-Package: ccs
+Package: unanimity
Architecture: any
Depends:
${shlibs:Depends},
${misc:Depends},
${python:Depends},
libpbbam,
-Description: Pacific Biosciences nucleotide sequencing consensus
- ccs takes multiple reads of the same Pacific Biosciences SMRTbell sequence
- and combines them, employing a statistical model, to produce one high quality
- consensus sequence.
+Description: generate and process accurate consensus nucleotide sequences
+ Unanimity provides a set of tools for consensus sequences from Pacific
+ Biosciences sequencing data:
+ * Circular Consensus Calling
+ ccs takes multiple reads of the same SMRTbell sequence and combines them,
+ employing a statistical model, to produce one high quality consensus
+ sequence.
+ * Minor variant caller
+ juliet identifies minor variants from aligned ccs reads.
+ * Reduce alignment
+ fuse reduces an alignment into its closest representative sequence.
+ * Swap BAM reference
+ cleric swaps the reference of an alignment by transitive alignment.
Package: python-consensuscore2
Section: python
diff --git a/debian/install b/debian/install
new file mode 100644
index 0000000..4d8d13c
--- /dev/null
+++ b/debian/install
@@ -0,0 +1,4 @@
+/usr/bin/ccs
+/usr/bin/juliet
+/usr/bin/fuse
+/usr/bin/cleric
diff --git a/debian/rules b/debian/rules
index de0e030..bbb7d1c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,13 +18,13 @@ export PYBUILD_SYSTEM=distutils
%:
dh $@ \
- --package=ccs \
+ --package=unanimity \
--no-package=python-consensuscore2 \
--buildsystem=cmake \
--builddirectory=build
dh $@ \
--package=python-consensuscore2 \
- --no-package=ccs \
+ --no-package=unanimity \
--with python2 \
--buildsystem=pybuild
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/unanimity.git
More information about the debian-med-commit
mailing list