Open Faitero opened 7 years ago
python
(or python3
)import ftplib
ftp = ftplib.FTP('ftp.ensembl.org')
ftp.login()
Last or second last command should fail. Please paste the error message here.
$ python3
Python 3.5.1 (default, Apr 18 2016, 19:33:49)
[GCC 4.7.2 20121015 (Red Hat 4.7.2-5)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import ftplib
>>> ftp = ftplib.FTP('ftp.ensembl.org')
>>> ftp.login()
'230 Anonymous access granted, restrictions apply'
Strange, this is a succes, not an error... Can you try again with the original command?
It works on a interactive session... I'll try again with SGE scheduler job. Let you know
Cannot download ENSEMBL annotation from the cluster. It work on my computer but never from the HPC. Do you have any idea why this is happening?