Entering edit mode
8.7 years ago
John
▴
10
Hi,
I am trying to parse MEME formatted motif using Bio.motifs object.
>>> list(Motif.parse(open("test.meme"),"MEME"))
...
AttributeError: type object 'Motif' has no attribute 'parse'
Does anyone know if there is a replacement function for this?
Thanks. J.
Thank you Philipp. I used Motif because i imported the object as
J.