We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7e7d0d commit 50e5f19Copy full SHA for 50e5f19
1 file changed
malariagen_data/util.py
@@ -83,6 +83,7 @@ def _read_gff3(buf, compression="gzip"):
83
names=gff3_cols,
84
na_values=["", "."],
85
compression=compression,
86
+ engine="python",
87
)
88
89
# parse attributes
0 commit comments