Edited wiki page RubyExamples through web user interface.
authorcmzmasek@gmail.com <cmzmasek@gmail.com@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Wed, 9 Nov 2011 03:53:31 +0000 (03:53 +0000)
committercmzmasek@gmail.com <cmzmasek@gmail.com@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Wed, 9 Nov 2011 03:53:31 +0000 (03:53 +0000)
wiki/RubyExamples.wiki

index f653629..c6dcb88 100644 (file)
@@ -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