Andreas Tille pushed to branch master at Debian Med / python-pangolearn
Commits: f41a59ed by Andreas Tille at 2021-04-06T11:57:12+02:00 Also iqtree is mentioned in description - - - - - f1ec7cdd by Andreas Tille at 2021-04-06T12:01:21+02:00 Add superficial test demonstrating the problem described in d/changelog as TODO - - - - - 3 changed files: - debian/changelog - debian/control - + debian/tests/control Changes: ===================================== debian/changelog ===================================== @@ -1,5 +1,9 @@ python-pangolearn (2021-03-16-1) UNRELEASED; urgency=medium * Initial release (Closes: #<bug>) + TODO: $ pangoLEARN -h + Traceback (most recent call last): + ... + ModuleNotFoundError: No module named 'pangoLEARN.command' -- Andreas Tille <[email protected]> Thu, 26 Nov 2020 18:47:10 +0100 ===================================== debian/control ===================================== @@ -17,7 +17,8 @@ Package: python3-pangolearn Architecture: all Section: python Depends: ${python3:Depends}, ${misc:Depends} -Suggests: mafft +Suggests: mafft, + iqtree Description: store of the trained model for pangolin to access Pangolin runs a multinomial logistic regression model trained against lineage assignments based on GISAID data. ===================================== debian/tests/control ===================================== @@ -0,0 +1,3 @@ +Test-Command: pangoLEARN +Depends: @ +Restrictions: allow-stderr, superficial View it on GitLab: https://salsa.debian.org/med-team/python-pangolearn/-/compare/3bc146098bf3575d931b135524ca7ca57f8f3660...f1ec7cddd44d6ce87bc92311318ae4dc6d3624ae -- View it on GitLab: https://salsa.debian.org/med-team/python-pangolearn/-/compare/3bc146098bf3575d931b135524ca7ca57f8f3660...f1ec7cddd44d6ce87bc92311318ae4dc6d3624ae 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
