Skip to content

Commit

Permalink
fixed issue #31
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyTran committed Feb 17, 2021
1 parent 2e89102 commit 67e689b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openomics/utils/read_gtf.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ def parse_frame(s):
filepath_or_buffer,
sep="\t",
compression=compression,
blocksize=None,
comment="#",
names=REQUIRED_COLUMNS,
skipinitialspace=True,
Expand Down

0 comments on commit 67e689b

Please sign in to comment.