Project

General

Profile

What is Appion » History » Version 10

Amber Herold, 06/16/2010 01:55 PM

1 3 Amber Herold
h1. What is Appion?
2 1 Amber Herold
3 10 Amber Herold
Appion is a "pipeline" for single particle reconstruction integrated with Leginon data acquisition. It consists of a web based user interface linked to a set of python scripts that control several underlying processing packages. These include EMAN, Spider, findem, ACE, and Chimera. All data input and output is managed by MySQL databases. The ultimate goal is to have all control of the processing pipeline managed from the web based user interface and all output from the processing presented using web based viewing tools. These notes are provided as a rough guide to using the pipeline but are not guaranteed to be up to date or accurate.
4
5
Appion users usually start off at a web page that presents them with a range of options for processing, reconstruction, analysis. This may have the following appearance:
6
7
The user can select to proceed with any of the steps but some of these may be dependent on earlier steps. For example a stack cannot be made until particles have been selected. After any of the steps has been run the user can chose to view the results by clicking on the "completed" or "available" labels. 
8
9 4 Amber Herold
10 6 Amber Herold
Appion is built upon Leginon architecture.  If you have installed Leginon before, you will find that the same three parts of Leginon system installation also applies to Appion system.  In fact, you will be performing a Leginon installation on your linux system during this Appion installation.  If you want to run Leginon on the scope, follow the installation instructions found in the [[Leginon:Leginon_Manual|Leginon Manual]].
11 1 Amber Herold
12
The four parts act as :
13
14
* *Processing server*- We provide either processing programs themselves or wrappers to processing packages used by 3DEM community.
15
* *Database server* - Instruction for setting up is provided.
16
* *Web server* - We provide php and java scripts you need to set up to serve as the graphical user interface to the command scripts.
17
* *File server* - where the images and processed results such as volume data and processing logs are stored.
18
19
In addition, Appion also needs:
20 9 Amber Herold
* *processing packages* which are installed on the processing server and are not distributed by us.
21 1 Amber Herold
22
Fortunately, all 4 servers can run on the same machine.  If you have many users, it is recommended that you separate the first three parts of the system into 3 computers.  In such a case, you can divide the package requirement by the three server sides as well.
23
24
______
25 2 Amber Herold
26
[[System Requirements|System Requirements >]]
27 8 Amber Herold
28
______