We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd0dd8f commit 03e96caCopy full SHA for 03e96ca
gff/BCBio/GFF/GFFParser.py
@@ -21,7 +21,6 @@
21
import collections
22
import io
23
import itertools
24
-import warnings
25
import six
26
from six.moves import urllib
27
# Make defaultdict compatible with versions of python older than 2.4
@@ -43,8 +42,6 @@
43
42
from Bio.SeqRecord import SeqRecord
44
from Bio import SeqFeature
45
from Bio import SeqIO
46
-from Bio import BiopythonDeprecationWarning
47
-warnings.simplefilter("ignore", BiopythonDeprecationWarning)
48
49
def _gff_line_map(line, params):
50
"""Map part of Map-Reduce; parses a line of GFF into a dictionary.
0 commit comments