Project

General

Profile

Test Appion » History » Revision 2

Revision 1 (Amber Herold, 04/15/2010 11:48 AM) → Revision 2/19 (Amber Herold, 04/15/2010 03:05 PM)

h1. Test Appion 

 If appion is installed locallaly in your home directory (you are the only user that can execute it),  
 you will need to 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> 
 $ ./check.sh 
 </pre> 

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

 ______ 

 [[Install Xmipp|< Install Xmipp]]