Project

General

Profile

Test Appion » History » Revision 13

Revision 12 (Amber Herold, 03/02/2011 02:19 PM) → Revision 13/19 (Amber Herold, 03/02/2011 02:19 PM)

h1. Test Appion 

 * If appion was installed using @setup.py@ you are ready to test out appion. 

 * Run the following script to test import of Appion libraries and binaries: 
 <pre> 
 cd myami/appion/ 
 ./check.sh 
 </pre> 
 &nbsp; 
 

 *NOTE* 
 You can ignore EMAN, MATLAB, and UCSF Chimera errors at this point. 
 &nbsp; 
 

 What about: raise LeginonConfigError('set IMAGE_PATH in leginonconfig.py') 
 leginon.leginonconfig.LeginonConfigError: set IMAGE_PATH in leginonconfig.py 

 >You need to [[Configure_leginoncfg|edit leginon.cfg]]. 

 * Run the following script to test installation of 3rd party processing packages: 
 <pre> 
 cd myami/appion/test 
 python check3rdPartyPackages.py 
 </pre> 


 ______ 

 [[Install Ace2|< Install Ace2]] | [[Processing Server Installation|Processing Server Installation ^]] 

 ______