Skip to content

Commit

Permalink
Do not smother Biopython deprecation warnings. Fixes #139
Browse files Browse the repository at this point in the history
  • Loading branch information
chapmanb committed Jan 29, 2024
1 parent dd0dd8f commit 03e96ca
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions gff/BCBio/GFF/GFFParser.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
import collections
import io
import itertools
import warnings
import six
from six.moves import urllib
# Make defaultdict compatible with versions of python older than 2.4
Expand All @@ -43,8 +42,6 @@
from Bio.SeqRecord import SeqRecord
from Bio import SeqFeature
from Bio import SeqIO
from Bio import BiopythonDeprecationWarning
warnings.simplefilter("ignore", BiopythonDeprecationWarning)

def _gff_line_map(line, params):
"""Map part of Map-Reduce; parses a line of GFF into a dictionary.
Expand Down

0 comments on commit 03e96ca

Please sign in to comment.