Project

General

Profile

2010 ADWAdd a new option to a program » History » Version 5

Neil Voss, 06/09/2010 03:15 PM

1 1 Neil Voss
h1. Add a new option to a program
2
3
h2. Add student's T distribution to maxlike alignment
4
5
* Problem statement: Add student's T distribution to maxlike alignment, see #552
6
* Goal: allow user to use the @-student@ option for maxlike alignment using a radio button
7 5 Neil Voss
* Publication: http://www.ncbi.nlm.nih.gov/pubmed/19564687
8 1 Neil Voss
* Steps to implement:
9
*# add feature to python code
10
*## add command line input
11
*## check flag to add to xmipp program
12
*## insert value into database
13 3 Neil Voss
*## confirm python works by running source:trunk/appion/check.sh
14 2 Neil Voss
*## svn up; svn commit with Bug/Feature #
15 1 Neil Voss
*# add feature to web page
16
*## add radio button to web page
17
*## add help message
18
*## receive variable from $_POST
19
*## check if value is valid
20
*## add flag to command line
21 3 Neil Voss
*## check PHP works by running source:trunk/myamiweb/processing/check.sh
22 2 Neil Voss
*## svn up; svn commit with Bug/Feature #
23 1 Neil Voss
24
h2. Add an output directory to hierarchical classification
25
26
* You cannot change the directory if the filesystem is full.
27 4 Neil Voss
*# check how outdir is defined within the program
28
*# add @<input type='text' >@ box to define the out dir