Project

General

Profile

Test Appion » History » Version 13

Amber Herold, 03/02/2011 02:19 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 13 Amber Herold
&nbsp;
11 1 Amber Herold
*NOTE*
12 7 Amber Herold
You can ignore EMAN, MATLAB, and UCSF Chimera errors at this point.
13 13 Amber Herold
&nbsp;
14 7 Amber Herold
What about: raise LeginonConfigError('set IMAGE_PATH in leginonconfig.py')
15
leginon.leginonconfig.LeginonConfigError: set IMAGE_PATH in leginonconfig.py
16
17 1 Amber Herold
>You need to [[Configure_leginoncfg|edit leginon.cfg]].
18 12 Amber Herold
19
* Run the following script to test installation of 3rd party processing packages:
20
<pre>
21
cd myami/appion/test
22
python check3rdPartyPackages.py
23
</pre>
24 10 Amber Herold
25 2 Amber Herold
26
______
27
28 9 Neil Voss
[[Install Ace2|< Install Ace2]] | [[Processing Server Installation|Processing Server Installation ^]]
29 3 Amber Herold
30
______