This is an automated email from the git hooks/post-receive script. afif pushed a commit to branch master in repository poretools.
commit 1d1088d1dfa4fecffd6878fd53ddc4445f51e6d0 Author: Afif Elghraoui <[email protected]> Date: Sat Dec 17 00:43:09 2016 -0800 new binary package: poretools-data Packaging the data files here allows them to be used for testing other packages that operate on nanopore data. --- debian/control | 13 +++++++++++++ debian/poretools-data.install | 1 + debian/rules | 2 ++ 3 files changed, 16 insertions(+) diff --git a/debian/control b/debian/control index 83032f6..4cfc194 100644 --- a/debian/control +++ b/debian/control @@ -31,3 +31,16 @@ Description: toolkit for nanopore nucleotide sequencing data variant of the HDF5 standard) file format produced by ONT and provides a wealth of format conversion utilities and data exploration and visualization tools. + +Package: poretools-data +Architecture: all +Depends: ${misc:Depends} +Description: toolkit for nanopore nucleotide sequencing data -- sample datasets + poretools is a flexible toolkit for exploring datasets generated by nanopore + sequencing devices from MinION for the purposes of quality control and + downstream analysis. Poretools operates directly on the native FAST5 (a + variant of the HDF5 standard) file format produced by ONT and provides a + wealth of format conversion utilities and data exploration and visualization + tools. + . + This package provides example nanopore sequencing data in fast5 format. diff --git a/debian/poretools-data.install b/debian/poretools-data.install new file mode 100644 index 0000000..55d2a72 --- /dev/null +++ b/debian/poretools-data.install @@ -0,0 +1 @@ +test_data/* /usr/share/poretools/data diff --git a/debian/rules b/debian/rules index 6454b3b..48e102f 100755 --- a/debian/rules +++ b/debian/rules @@ -4,5 +4,7 @@ include /usr/share/dpkg/default.mk +export PYBUILD_DESTDIR=debian/poretools + %: LC_ALL=C.UTF-8 dh $@ --with python2 --buildsystem=pybuild -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/poretools.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
