From: cmzmasek@gmail.com Date: Wed, 9 Nov 2011 03:53:31 +0000 (+0000) Subject: Edited wiki page RubyExamples through web user interface. X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=1c30c3b5ecf6d82d6c8695cd8031e2fbc4751187;p=jalview.git Edited wiki page RubyExamples through web user interface. --- diff --git a/wiki/RubyExamples.wiki b/wiki/RubyExamples.wiki index f653629..c6dcb88 100644 --- a/wiki/RubyExamples.wiki +++ b/wiki/RubyExamples.wiki @@ -12,12 +12,12 @@ Author: [http://www.cmzmasek.net/ Christian M Zmasek], Sanford-Burnham Medical R Copyright (C) 2011 Christian M Zmasek. All rights reserved. -= Multiple Sequence Alignment = += Using net/ftp to download all Proteomes from the Ensembl Database = {{{ require 'net/ftp' -EMAIL = 'czmasek@burnham.org' +EMAIL = 'myemail' PUB_RELEASE_DIR = '/pub/release-64/fasta' PEP_DIR = '/pep' @@ -46,4 +46,4 @@ files.each do | file | end ftp.close puts 'done (downloaded ' + count.to_s + ' files)' -}}} +}}} \ No newline at end of file