Test Appion Shared » History » Revision 3
Revision 2 (Amber Herold, 03/03/2011 11:58 AM) → Revision 3/7 (Amber Herold, 04/28/2011 09:27 AM)
h2. 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>
*NOTE*
You can ignore EMAN, MATLAB, and UCSF Chimera errors at this point.
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 the installation of 3rd party processing packages:
> currently available with development svn checkout, will be included in version 2.2
<pre>
cd myami/appion/test
python check3rdPartyPackages.py
</pre>