Andreas Tille pushed to branch master at Debian Med / virulencefinder
Commits: 252afda1 by Andreas Tille at 2019-05-24T13:42:15Z Needs cgecore - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,5 +1,6 @@ virulencefinder (0.0+git20190402.4812325-1) UNRELEASED; urgency=medium * Initial release (Closes: #<bug>) + TODO: https://pypi.org/project/cgecore/ -- Andreas Tille <[email protected]> Fri, 24 May 2019 14:36:44 +0200 ===================================== debian/rules ===================================== @@ -9,7 +9,7 @@ export PYBUILD_CLEAN_ARGS=rm -rf test/results_tab.tsv dh $@ --with python3 --buildsystem=pybuild override_dh_auto_test: -#ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) +ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) ./virulencefinder.py -i test/test.fsa -o test/ -mp blastn -x -q ; \ file=test/results_tab.tsv ; \ DIFF=$$(diff $file test/test_results.tsv) ; \ @@ -18,4 +18,4 @@ override_dh_auto_test: else \ echo "TEST FAILED"; \ fi -#endif +endif View it on GitLab: https://salsa.debian.org/med-team/virulencefinder/commit/252afda13996b8e10071f0fc40d8e9d136cffc4e -- View it on GitLab: https://salsa.debian.org/med-team/virulencefinder/commit/252afda13996b8e10071f0fc40d8e9d136cffc4e You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
