Project

General

Profile

Test Appion Shared » History » Version 5

Amber Herold, 04/28/2011 09:28 AM

1 2 Amber Herold
h2. Test Appion
2 1 Amber Herold
3
* If appion was installed using @setup.py@ you are ready to test out appion.
4
5
* Run the following script to test import of Appion libraries and binaries:
6
<pre>
7
cd myami/appion/
8
./check.sh
9
</pre>
10
*NOTE*
11
You can ignore EMAN, MATLAB, and UCSF Chimera errors at this point.
12
&nbsp;
13
What about: raise LeginonConfigError('set IMAGE_PATH in leginonconfig.py')
14
leginon.leginonconfig.LeginonConfigError: set IMAGE_PATH in leginonconfig.py
15
16
>You need to [[Configure_leginoncfg|edit leginon.cfg]].
17
18
* Run the following script to test the installation of 3rd party processing packages:
19 3 Amber Herold
> currently available with development svn checkout, will be included in version 2.2
20 5 Amber Herold
&nbsp;
21 1 Amber Herold
<pre>
22
cd myami/appion/test
23
python check3rdPartyPackages.py
24
</pre>