2010 Appion Developer Workshop » History » Version 12
Neil Voss, 06/09/2010 09:09 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 | |||
23 | ______ |
||
24 | |||
25 | h2. Add a new option to a program |
||
26 | |||
27 | 10 | Neil Voss | [[2010 ADW/Add a new option to a program]] |
28 | |||
29 | 2 | Neil Voss | ______ |
30 | 1 | Neil Voss | |
31 | h2. Organization of the Python programs |
||
32 | |||
33 | 11 | Neil Voss | [[2010 ADW/Organization of the Python programs]] |
34 | |||
35 | 8 | Neil Voss | ______ |
36 | 7 | Neil Voss | |
37 | h2. Organization of the PHP programs |
||
38 | 1 | Neil Voss | |
39 | 11 | Neil Voss | [[2010 ADW/Organization of the PHP programs]] |
40 | 1 | Neil Voss | |
41 | ______ |
||
42 | |||
43 | h2. Create a program from scratch |
||
44 | 11 | Neil Voss | |
45 | [[2010 ADW/Create a program from scratch]] |
||
46 | 1 | Neil Voss | |
47 | * Problem statement: I have program X that I want to put into the pipeline: |
||
48 | ** 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 |
||
49 | ** Bsoft program, nothing really any good |
||
50 | |||
51 | |||
52 | ______ |
||
53 | |||
54 | h2. Create a program, database structure, and report pages from scratch (if time) |
||
55 | |||
56 | * 3D MSA? |