Skip to content

Commit

Permalink
Update GeneFeatures.py
Browse files Browse the repository at this point in the history
  • Loading branch information
talithaforcier committed Aug 13, 2020
1 parent 5feb2c1 commit a0c13d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TElocal_Toolkit/GeneFeatures.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@


# Taken from HTSeq
class GFF_Reader():
class GFF_Reader(object):
"""Parse a GFF file
Pass the constructor either a file name or an iterator of lines of a
GFF file. If a file name is specified, it may refer to a gzip compressed
Expand Down

0 comments on commit a0c13d8

Please sign in to comment.