[med-svn] [Git][med-team/virulencefinder][master] Needs cgecore
Andreas Tille
gitlab at salsa.debian.org
Fri May 24 14:42:25 BST 2019
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 <tille at debian.org> 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20190524/e5f1c39b/attachment.html>
More information about the debian-med-commit
mailing list