[med-svn] [Git][med-team/nanopolish][master] Make sure scripts can run out of the box on normal installation
Andreas Tille
gitlab at salsa.debian.org
Tue Oct 30 09:38:10 GMT 2018
Andreas Tille pushed to branch master at Debian Med / nanopolish
Commits:
57b47776 by Andreas Tille at 2018-10-30T09:37:42Z
Make sure scripts can run out of the box on normal installation
- - - - -
2 changed files:
- debian/changelog
- debian/control
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+nanopolish (0.10.2-2) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Recommends: python-pysam, python-biopython
+
+ -- Andreas Tille <tille at debian.org> Tue, 30 Oct 2018 10:36:30 +0100
+
nanopolish (0.10.2-1) unstable; urgency=medium
* Team upload.
=====================================
debian/control
=====================================
@@ -16,9 +16,10 @@ Homepage: https://github.com/jts/nanopolish
Package: nanopolish
Architecture: any-amd64 any-i386
Depends: ${shlibs:Depends},
- ${misc:Depends}
-Suggests: python,
- perl,
+ ${misc:Depends},
+Recommends: python-biopython,
+ python-pysam
+Suggests: perl,
make
Description: consensus caller for nanopore sequencing data
Nanopolish uses a signal-level hidden Markov model for consensus calling
View it on GitLab: https://salsa.debian.org/med-team/nanopolish/commit/57b47776f93594c9f4d5eadb5a395968d1f69942
--
View it on GitLab: https://salsa.debian.org/med-team/nanopolish/commit/57b47776f93594c9f4d5eadb5a395968d1f69942
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20181030/648f92e2/attachment.html>
More information about the debian-med-commit
mailing list