From: Don Armstrong Date: Sun, 4 Nov 2007 04:47:05 +0000 (+0000) Subject: add a readme X-Git-Url: https://git.donarmstrong.com/?p=function2gene.git;a=commitdiff_plain;h=8f300b08c98e264e6ffd14e4fcc3f6bacf1082fe add a readme git-svn-id: file:///srv/svn/function2gene/trunk@17 a0738b58-4706-0410-8799-fb830574a030 --- diff --git a/README b/README new file mode 100644 index 0000000..d58ea51 --- /dev/null +++ b/README @@ -0,0 +1,32 @@ +INSTALLATION + +Function2Gene currently requires the following: + +perl +wget +HTML::TreeBuilder +HTML::ElementTable +XML::Parser::Expat +Thread::Queue + +these requirements are most easily satisfied on a Debian system (or +other unix systems) but it is possible to use windows as well. + +aptitude install wget perl libwww-perl libxml-parser-perl dh-make-perl; +dh-make-perl --cpan --build --install Thread::Queue; + +will retrieve the necessary commponents. [On lenny or unstable, you +will want libhtml-parser-perl instead of libwww-perl.] + +For other systems, installing the modules using CPAN may be the best +approach. + +USAGE + +All of the programs are located within a bin directory. For a +demonstration, you can simply do the following: + +cd bin; +echo 'transferrin' > keywords.txt +function2gene --keywords keywords.txt --results keyword_results; +