openvax / gtfparse

Parsing tools for GTF (gene transfer format) files
Apache License 2.0
108 stars 25 forks source link

Update read_gtf.py #26

Closed sclamons closed 1 year ago

sclamons commented 1 year ago

Simple change to comply with (and get rid of) FutureWarnings coming from Pandas.

(Changes read_csv call in read_gtf.py to comply with future deprecation of error_bad_lines and warn_bad_lines arguments.)

iskandr commented 1 year ago

Thanks for the suggestions, looks like it got added via a different PR!