Project

General

Profile

2010 Appion Developer Workshop » History » Version 13

Neil Voss, 06/09/2010 09:35 AM

1 1 Neil Voss
h1. 2010 Appion Developer Workshop
2
3
h2. Setting up a development enviroment
4
5
h4. Subversion
6
7
<pre>
8
svn checkout http://emg.nysbc.org/svn/myami/trunk/ myami/
9
</pre>
10
11
h4. Sinedon.cfg
12
13
At AMI, you do not normally need a sinedon.cfg file, but if you have your own testing environment you will need one.
14
15
h4. Web page
16
17
At AMI, put myamiweb into your ami_html directory and it will be available on both cronus3 and fly as http://cronus3.scripps.edu/~username/myamiweb/
18
19
You will need to run Eric's web setup wizard to get it working: http://cronus3.scripps.edu/~username/myamiweb/setup/
20
21
22 13 Neil Voss
Your PYTHONPATH should contain both the myami folder and the myami/appion folder.
23
24 1 Neil Voss
25
______
26
27
h2. Add a new option to a program
28
29 10 Neil Voss
[[2010 ADW/Add a new option to a program]]
30
31 2 Neil Voss
______
32 1 Neil Voss
33
h2. Organization of the Python programs
34
35 11 Neil Voss
[[2010 ADW/Organization of the Python programs]]
36
37 8 Neil Voss
______
38 7 Neil Voss
39
h2. Organization of the PHP programs
40 1 Neil Voss
41 11 Neil Voss
[[2010 ADW/Organization of the PHP programs]]
42 1 Neil Voss
43
______
44
45
h2. Create a program from scratch
46 11 Neil Voss
47
[[2010 ADW/Create a program from scratch]]
48 1 Neil Voss
49
* Problem statement: I have program X that I want to put into the pipeline:
50
** EMAN 2d alignment, "refine2d.py":http://blake.bcm.tmc.edu/eman/eman1/progs/refine2d.py.html or "classalign2":http://blake.bcm.tmc.edu/eman/eman1/progs/classalign2.html
51
** Bsoft program, nothing really any good
52
53
54
______
55
56
h2. Create a program, database structure, and report pages from scratch (if time)
57
58
* 3D MSA?