~vibhavp/ubuntu/raring/debian-med/merge-from-debian

« back to all changes in this revision

Viewing changes to menu/bio/fastdnaml.html

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Tille
  • Date: 2006-09-14 15:28:51 UTC
  • mfrom: (2.1.2 dapper)
  • Revision ID: james.westby@ubuntu.com-20060914152851-uk73iefm1uv1ts5i
Tags: 0.12
* Changed med-practice menu
  Closes: #385584
  Use menu entry for gnumed-client-debug that regards #389932.
  Note: gnumed-client-debug is not in the med-practice dependency
  list but it is suggested by gnumed-client.  So *if* the package
  is installed at the box then an additional menu item occures correctly
  in the Debian-Med menu.  If it is not installed, only gnumed-client
  is shown in the menu.
* med-bio: Added alternative to tree-puzzle as tree-ppuzzle
* Drop med-dent because odontolinux was removed from Debian
* med-bio: Added poa
           Moved vrom Suggests to Depends: seaview (now really free)
           Suggests: wise-doc
* med-imaging: Depends: libfslio0, libniftiio0, nifti-bin
               Suggests: 
* med-imaging-dev: Depends: libfslio0-dev, libniftiio0-dev
                   Suggests: libnifti-doc

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html>
 
2
<head>
 
3
<title>Construction of Phylogenetic Trees</title>
 
4
<meta name="author" content="Andreas Tille" />
 
5
</head>
 
6
<body>
 
7
<h2>FastDNAml: Construction of Phylogenetic Trees</h2>
 
8
 
 
9
<h3>Some information about fastDNAml from the Debian-Med project.</h3>
 
10
 
 
11
<h4>fastdnaml provides tools for construction of phylogenetic trees of DNA sequences</h4>
 
12
 
 
13
<quote>
 
14
 fastDNAml is a program derived from Joseph Felsenstein's version 3.3 DNAML
 
15
 (part of his PHYLIP package).  Users should consult the documentation for
 
16
 DNAML before using this program.
 
17
 fastDNAml is an attempt to solve the same problem as DNAML, but to do so
 
18
 faster and using less memory, so that larger trees and/or more bootstrap
 
19
 replicates become tractable.  Much of fastDNAml is merely a recoding of the
 
20
 PHYLIP 3.3 DNAML program from PASCAL to C.
 
21
</quote>
 
22
 
 
23
<h4>For more detailed information see</h4>
 
24
 
 
25
<example>
 
26
   man fastDNAml
 
27
   man fastDNAml-util
 
28
   view /usr/share/doc/fastdnaml/fastDNAml_doc_1.2.txt.gz
 
29
</example>
 
30
 
 
31
 or test the examples under
 
32
 
 
33
<example>
 
34
   /usr/share/doc/fastdnaml/examples
 
35
</example>
 
36
 
 
37
 using the Makefile provided under
 
38
 
 
39
<example>
 
40
   /usr/share/doc/fastdnaml/examples/tests
 
41
</example>
 
42
</body>
 
43
</html>
 
44