Project

General

Profile

Test Appion » History » Revision 4

Revision 3 (Amber Herold, 04/22/2010 01:50 PM) → Revision 4/19 (Neil Voss, 05/12/2010 01:58 PM)

h1. Test Appion 

 * If appion was install using @setup.py@ is installed locallaly in your home directory (you are the only user that can execute it),  
 you are ready will need to test out appion. add myami and appion to the python path. 

 * Go into the appion directory 

 Open .bashrc in your home directory and edit it at the end of the file: 
 Add the following lines: 

 <pre> 
 $ export PYTHONPATH="/your-complete-path-to-myami":"/your-complete-path-to-myami/appion":$PYTHONPATH 
 $ export PATH="/your-complete-path-to-myami/appion/bin":$PATH 
 </pre> 

 * Add appion to PYTHONPATH 

 <pre> 
 $ export PYTHONPATH="/your-complete-path-to-myami/appion":$PYTHONPATH 
 </pre> 

 *TODO: Consider moving appionlib so you only need to set one path.* 

 To confirm the changes, open a new terminal and type: 
 <pre> 
  $ export 
 </pre> 

 Look for the PATH and PYTHONPATH in the output. The paths that you entered should be there. 

 * Run the test script 

 If you have installed appion for all users (the script does not exist yet) or it is local and you have added the paths above, you are ready to run the test. 

 <pre> 
 <pre>./check.sh</pre> $ ./check.sh 
 </pre> 

 *NOTE* 
 You can ignore EMAN, MATLAB, and UCSF Chimera errors at this point 

 ______ 

 [[Install Xmipp|< Install Xmipp]] 

 ______