ribosomeprofiling / ribopy

Python interface for .ribo files
MIT License
3 stars 0 forks source link

Problem in Ribo.close method #6

Open hakanozadam opened 3 years ago

hakanozadam commented 3 years ago

In the Ribo class definition,there is a typo in the handle, it should be _handle.

def close(self):
        self.handle.close()