This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository rapmap.
commit 8c43ab9825d56661fa40f0ac3942a9f43b42393b Author: Andreas Tille <[email protected]> Date: Wed Jan 17 22:15:08 2018 +0100 Keep only input data in data package but drop a note that it might make sense to compare test run results --- debian/README.test | 5 +++++ debian/rapmap-example-data.install | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/debian/README.test b/debian/README.test index 39fbde9..92b759f 100644 --- a/debian/README.test +++ b/debian/README.test @@ -6,3 +6,8 @@ This package can be tested by executing sh run-unit-test in order to confirm its integrity. + +Note: This test could possibly be enhanced by storing the results of the +build time test sample_quasi_map.sam and sample_quasi_map_ph.sam inside +the date package and compare the result of the autopkgtest with these +results. diff --git a/debian/rapmap-example-data.install b/debian/rapmap-example-data.install index 4cb48fa..069f1f8 100644 --- a/debian/rapmap-example-data.install +++ b/debian/rapmap-example-data.install @@ -1,4 +1,4 @@ -sample_data/* usr/share/doc/rapmap/examples +sample_data/reads_*.fastq usr/share/doc/rapmap/examples +sample_data/transcripts.fasta usr/share/doc/rapmap/examples debian/README.test usr/share/doc/rapmap debian/tests/run-unit-test usr/share/doc/rapmap - -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/rapmap.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
