Skip to content

Commit 754da6c

Browse files
Bohyunandreasprlic
authored andcommitted
Change to wiki page
1 parent 27f7079 commit 754da6c

2 files changed

Lines changed: 33 additions & 19 deletions

File tree

_wikis/BioJava:PhyloSOC07.md

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -257,8 +257,7 @@ Day 2: PHYLIP installation & learning how to use it - done
257257

258258
Day 3: Practicing PHYLIP with MP/ML/Bootstrap methods - done
259259

260-
Day 4: Developing the wrapper for PHYLIP MP method (1) - parser (still
261-
working as 30th. Jul.)
260+
Day 4: Developing the wrapper for PHYLIP MP method (1) - parser (done)
262261

263262
Day 5: Developing the wrapper for PHYLIP MP method (2) - builing objects
264263
from the output (to be worked out)
@@ -281,20 +280,29 @@ from the output
281280

282281
Day 5: Debugging
283282

284-
1. aligning sequences
283+
**Part V : Phylogeny supporting method**
285284

286-
2. define possible tree types
285+
*Week 12 Bootstrap method*
287286

288-
3. for each tree, calculate
287+
------------------------------------------------------------------------
289288

290-
`  L = multiply Pr(D|T) for every sites`
291-
`  Pr(D|T) = (prob. for the tree from certain ancestral base)`
289+
*Week 11 Maxumum Likelihood Method*
292290

293-
4. find a tree with maximum likelihood
291+
Day 1: Developing the wrapper for PHYLIP MP method (2) - execute()
292+
method <debugging>
294293

295-
**Part V : Phylogeny supporting method**
294+
Day 2: Developing the wrapper for PHYLIP MP method (2) - execute()
295+
method <debugging>
296296

297-
*Week 12 Bootstrap method*
297+
Day 3: Developing the wrapper for PHYLIP MP method (3) - builing objects
298+
from the output
299+
300+
Day 4: Developing the wrapper for PHYLIP ML method (1) - parser
301+
302+
Day 5: Developing the wrapper for PHYLIP ML method (2) - builing objects
303+
from the output
304+
305+
Day 6: Debugging
298306

299307
1. replicate alignments
300308

_wikis/BioJava:PhyloSOC07.mediawiki

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ Day 2: PHYLIP installation & learning how to use it - done
260260

261261
Day 3: Practicing PHYLIP with MP/ML/Bootstrap methods - done
262262

263-
Day 4: Developing the wrapper for PHYLIP MP method (1) - parser (still working as 30th. Jul.)
263+
Day 4: Developing the wrapper for PHYLIP MP method (1) - parser (done)
264264

265265
Day 5: Developing the wrapper for PHYLIP MP method (2) - builing objects from the output (to be worked out)
266266

@@ -281,20 +281,26 @@ Day 4: Developing the wrapper for PHYLIP ML method (2) - builing objects from th
281281
Day 5: Debugging
282282

283283

284-
1. aligning sequences
284+
'''Part V : Phylogeny supporting method'''
285285

286-
2. define possible tree types
286+
''Week 12 Bootstrap method''
287287

288-
3. for each tree, calculate
289-
L = multiply Pr(D|T) for every sites
290-
Pr(D|T) = (prob. for the tree from certain ancestral base)
288+
----
291289

292-
4. find a tree with maximum likelihood
290+
''Week 11 Maxumum Likelihood Method''
293291

292+
Day 1: Developing the wrapper for PHYLIP MP method (2) - execute() method <debugging>
294293

295-
'''Part V : Phylogeny supporting method'''
294+
Day 2: Developing the wrapper for PHYLIP MP method (2) - execute() method <debugging>
295+
296+
Day 3: Developing the wrapper for PHYLIP MP method (3) - builing objects from the output
297+
298+
Day 4: Developing the wrapper for PHYLIP ML method (1) - parser
299+
300+
Day 5: Developing the wrapper for PHYLIP ML method (2) - builing objects from the output
301+
302+
Day 6: Debugging
296303

297-
''Week 12 Bootstrap method''
298304

299305
1. replicate alignments
300306

0 commit comments

Comments
 (0)