From e9780bd7aaf4d9a193fc4e6f66ddaf435e2073e4 Mon Sep 17 00:00:00 2001 From: "cmzmasek@gmail.com" Date: Wed, 9 Nov 2011 04:00:31 +0000 Subject: [PATCH] Edited wiki page RubyExamples through web user interface. --- wiki/RubyExamples.wiki | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wiki/RubyExamples.wiki b/wiki/RubyExamples.wiki index 85d1c69..ddd88ac 100644 --- a/wiki/RubyExamples.wiki +++ b/wiki/RubyExamples.wiki @@ -12,6 +12,8 @@ Copyright (C) 2011 Christian M Zmasek. All rights reserved. = Using net/ftp to download all Proteomes from the Ensembl Database = +This, or something like it, can be used to download from Ensembl all "pep.all.fa.gz" files. + {{{ require 'net/ftp' -- 1.7.10.2