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 eacf4ac commit 593975a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion openomics/utils/read_gtf.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ def expand_attribute_strings(attribute_strings, quote_char='\"', nan_value=None,
else:
column[i] = "%s,%s" % (old_value, value)

logging.info("Extracted GTF attributes: %s" % column_order)
return OrderedDict(
(column_name, extra_columns[column_name])
for column_name in column_order)
Expand Down

0 comments on commit 593975a

Please sign in to comment.