From: cmzmasek@gmail.com Date: Wed, 9 Nov 2011 03:54:36 +0000 (+0000) Subject: Edited wiki page RubyExamples through web user interface. X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=f732f6f2fb268c285a85acb5250b8e9ad5367c97;p=jalview.git Edited wiki page RubyExamples through web user interface. --- diff --git a/wiki/RubyExamples.wiki b/wiki/RubyExamples.wiki index 75d648b..f7de251 100644 --- a/wiki/RubyExamples.wiki +++ b/wiki/RubyExamples.wiki @@ -17,7 +17,7 @@ require 'net/ftp' EMAIL = 'myemail' PUB_RELEASE_DIR = '/pub/release-64/fasta' -PEP_DIR = '/pep' +PEP_DIR = '/pep' ftp = Net::FTP.new('ftp.ensembl.org', 'anonymous', EMAIL) ftp.passive = true # To avoid "No route to host" error.