Project

General

Profile

Test Appion Shared » History » Version 7

Anchi Cheng, 07/27/2016 10:12 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
<pre>
20
cd myami/appion/test
21
python check3rdPartyPackages.py
22
</pre>