Oks I've solved it. It seems that the script that uses coot to built de url (coot_dir/share/coot/scheme/get-ebi.scm) don't works well. I've added this lines and now it works!
< (eds-url (string-append eds-site "/sfd/")) --- > (two-letter-id (substring down-id 1 3)) > (eds-url (string-append eds-site "/dfs/" two-letter-id "/")) Thanks anyway :-)
