[med-svn] [Git][med-team/python-bcbio-gff][upstream] New upstream version 0.6.9
Étienne Mollier (@emollier)
gitlab at salsa.debian.org
Sun Jan 16 15:55:34 GMT 2022
Étienne Mollier pushed to branch upstream at Debian Med / python-bcbio-gff
Commits:
912c8c85 by Étienne Mollier at 2022-01-16T16:29:22+01:00
New upstream version 0.6.9
- - - - -
4 changed files:
- BCBio/GFF/GFFParser.py
- BCBio/GFF/__init__.py
- PKG-INFO
- bcbio_gff.egg-info/PKG-INFO
Changes:
=====================================
BCBio/GFF/GFFParser.py
=====================================
@@ -406,7 +406,7 @@ class _AbstractMapReduceGFF:
if find_id in base:
return find_id
# NCBI style IDs in find_id
- elif find_id.find("|") > 0:
+ elif find_id and find_id.find("|") > 0:
for test_id in [x.strip() for x in find_id.split("|")[1:]]:
if test_id and test_id in base:
return test_id
=====================================
BCBio/GFF/__init__.py
=====================================
@@ -3,4 +3,4 @@
from BCBio.GFF.GFFParser import GFFParser, DiscoGFFParser, GFFExaminer, parse, parse_simple
from BCBio.GFF.GFFOutput import GFF3Writer, write
-__version__ = "0.6.8"
+__version__ = "0.6.9"
=====================================
PKG-INFO
=====================================
@@ -1,6 +1,6 @@
Metadata-Version: 1.0
Name: bcbio-gff
-Version: 0.6.8
+Version: 0.6.9
Summary: Read and write Generic Feature Format (GFF) with Biopython integration.
Home-page: https://github.com/chapmanb/bcbb/tree/master/gff
Author: Brad Chapman
=====================================
bcbio_gff.egg-info/PKG-INFO
=====================================
@@ -1,6 +1,6 @@
Metadata-Version: 1.0
Name: bcbio-gff
-Version: 0.6.8
+Version: 0.6.9
Summary: Read and write Generic Feature Format (GFF) with Biopython integration.
Home-page: https://github.com/chapmanb/bcbb/tree/master/gff
Author: Brad Chapman
View it on GitLab: https://salsa.debian.org/med-team/python-bcbio-gff/-/commit/912c8c8568a6702c5ce29334819a47e8827990f0
--
View it on GitLab: https://salsa.debian.org/med-team/python-bcbio-gff/-/commit/912c8c8568a6702c5ce29334819a47e8827990f0
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/20220116/fb84e5e5/attachment-0001.htm>
More information about the debian-med-commit
mailing list