Hello
I'm trying the Sequence motif analysis tutorial in the Biopython cookbook and it's not working. Can someone help? Here's how it is:
from Bio import Motif
arnt = Motif.read(open("Arnt.sites"), "jaspar-sites")
Traceback (most recent call last):
File "<pyshell#1>", line 1, in <module>
arnt = Motif.read(open("Arnt.sites"), "jaspar-sites")
IOError: [Errno 2] No such file or directory: 'Arnt.sites'
as it says: the file 'Arnt.sites' doesn't exist in your current working directory.
You're right Pierre. But its location is not mentioned in the tutorial. Do you have an idea what "Arnt.sites" and "jaspar-sites" refer to? It's about JASPAR-formatted motifs but I don't know how to carry on.