Steffen Möller pushed to branch upstream at Debian Med / python-cgecore
Commits: e7da6df0 by Steffen Moeller at 2020-09-25T00:28:33+02:00 New upstream version 1.5.5+ds - - - - - 3 changed files: - PKG-INFO - cgecore/__init__.py - cgecore/blaster/blaster.py Changes: ===================================== PKG-INFO ===================================== @@ -1,6 +1,6 @@ Metadata-Version: 1.0 Name: cgecore -Version: 1.5.4 +Version: 1.5.5 Summary: Center for Genomic Epidemiology Core Module Home-page: https://bitbucket.org/genomicepidemiology/cge_core_module Author: Center for Genomic Epidemiology ===================================== cgecore/__init__.py ===================================== @@ -13,7 +13,7 @@ from .argumentparsing import (check_file_type, get_arguments, get_string, ) ##################### -__version__ = "1.5.4" +__version__ = "1.5.5" __all__ = [ "argumentparsing", "cmdline", ===================================== cgecore/blaster/blaster.py ===================================== @@ -194,6 +194,8 @@ class Blaster(): 'strand': strand, 'perc_coverage': perc_coverage } + else: + continue View it on GitLab: https://salsa.debian.org/med-team/python-cgecore/-/commit/e7da6df0c894a67d275038886ca3241bf0b80e87 -- View it on GitLab: https://salsa.debian.org/med-team/python-cgecore/-/commit/e7da6df0c894a67d275038886ca3241bf0b80e87 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
