This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository qcumber.
commit 240040b19de93eb405f1fec9a174efd5683cbe9b Author: Andreas Tille <[email protected]> Date: Mon Mar 13 15:16:38 2017 +0100 In the last moment a new version poped up --- debian/changelog | 2 +- debian/patches/check_fasta.patch | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3a6905b..fed3e23 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -qcumber (1.0.9+dfsg-1) UNRELEASED; urgency=medium +qcumber (1.0.10+dfsg-1) UNRELEASED; urgency=medium * New upstream version diff --git a/debian/patches/check_fasta.patch b/debian/patches/check_fasta.patch index 2c39f63..858db4e 100644 --- a/debian/patches/check_fasta.patch +++ b/debian/patches/check_fasta.patch @@ -33,6 +33,6 @@ - sys.exit("Reference does not exist.") + if not check_fasta(arguments["reference"],"Reference"): + sys.exit(1) - - # - #Check validity of Kraken DB + try: + from Bio import SeqIO + seq_record = SeqIO.parse(arguments["reference"], "fasta") -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/qcumber.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
