Project

General

Profile

Test Appion » History » Version 15

Amber Herold, 03/02/2011 02:20 PM

1 1 Amber Herold
h1. Test Appion
2
3 6 Christopher Irving
* If appion was installed using @setup.py@ you are ready to test out appion.
4 1 Amber Herold
5 12 Amber Herold
* Run the following script to test import of Appion libraries and binaries:
6 5 Neil Voss
<pre>
7
cd myami/appion/
8
./check.sh
9
</pre>
10 1 Amber Herold
*NOTE*
11 7 Amber Herold
You can ignore EMAN, MATLAB, and UCSF Chimera errors at this point.
12 13 Amber Herold
&nbsp;
13 7 Amber Herold
What about: raise LeginonConfigError('set IMAGE_PATH in leginonconfig.py')
14
leginon.leginonconfig.LeginonConfigError: set IMAGE_PATH in leginonconfig.py
15
16 1 Amber Herold
>You need to [[Configure_leginoncfg|edit leginon.cfg]].
17 12 Amber Herold
18 15 Amber Herold
* Run the following script to test the installation of 3rd party processing packages:
19 12 Amber Herold
<pre>
20
cd myami/appion/test
21
python check3rdPartyPackages.py
22
</pre>
23 10 Amber Herold
24 2 Amber Herold
25
______
26
27 9 Neil Voss
[[Install Ace2|< Install Ace2]] | [[Processing Server Installation|Processing Server Installation ^]]
28 3 Amber Herold
29
______