NAME: EFICAz 2.5.1 FUNCTION: predict enzyme function NOTE: assume that the path of PPVED is '/datadisk/PPVED-1.0' ================================================================ #step1: Change the current working directory to the path of PPVED cd /datadisk/PPVED-1.0 #step2: Download and decompress EFICAz cd software wget -c http://cssb2.biology.gatech.edu/4176ef47-d63a-4dd8-81df-98226e28579e/EFICAz2.5.1.tar.gz tar zxvf EFICAz2.5.1.tar.gz #step3: Install EFICAz cd EFICAz2.5.1/bin ./INSTALL #step4: test EFICAz cp ../../testdata/test.fa . cp ../../testdata/test.eficaz . ./eficaz2.5 test.fa #results: the output file 'test.fa.ecpred' should be identical to the provided file 'test.eficaz'. Congratulations, the installation is complete !