File: README.source

package info (click to toggle)
python-biopython 1.64%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 44,416 kB
  • ctags: 12,472
  • sloc: python: 153,759; xml: 67,286; ansic: 9,003; sql: 1,488; makefile: 144; sh: 59
file content (73 lines) | stat: -rw-r--r-- 2,842 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
When Building python-biopython as much tests as possible should be run
to confirm the integrity of the build result.  There are three types of
tests that can not be run:

  1. which need online access since the build should work in an
     offline chroot
  2. tests needing a ready setup database server (MySQL and PostgreSQL)
  3. non-free tools
  4. tools that are not packaged for Debian yet
  5. packages only available on some architectures are only tested there

The according tests are moved away from the test directory in the
debian/rules file.  Please look there if you want to know what tests
are affected.

Since the Build of the package is done in a chroot and in this chroot
the setup of the database servers is not done it is not possible to run
the database connection tests (item 2.)  This affects the tests:

  BioSQL_MySQLdb  for MySQL connections
  BioSQL_psycopg2 for PostgreSQL connections

The non-free tools (item 3.) which are packaged are:

  paml            for test_PAML_tools.py
  embassy-phylip  for test_EmbossPhylipNew.py

you might like to install these manually if you are interested in these
tests.

The tools which are not packaged yet (item 4.) are:

  MSAProbs:  http://msaprobs.sourceforge.net/

  naccess:   http://www.e-lucid.com/i/software/bioinformatics/naccess.html
             It says: A non-commercial use only licence for academic
             researchers is available from the following website:
               http://www.bioinf.manchester.ac.uk/naccess/
             but the later site seems to have no content

  Dfdist:    http://tomato.biol.trinity.edu/programs/index.php/DFDIST

  fdist2:    It will be described at
               https://courses.washington.edu/popgen/Software.htm
             as "relatively old but still widely used program based on
             Beaumont & Nichols 1996. Uses simuations to derive confidence
             limits around mean FSTs - outliers from these limits may be
             under selection.
             The linked page is not available.

  GenePop:   http://genepop.curtin.edu.au/
             Download at http://kimura.univ-montp2.fr/~rousset/Genepop.htm
             Recently updated CeCILL Licence

  SIMCOAL2:  http://cmpg.unibe.ch/software/simcoal2/

  XXmotif:   http://xxmotif.genzentrum.lmu.de/index.php?id=about
             http://xxmotif.genzentrum.lmu.de/index.php?id=download


Finally there is a package only available on amd64 architectures:

  bwa:       The package is limited to amd64 only.

So the Build-Depends from bwa is only on these architectures and the
test is consequently only run there.


The test test_Phylo_CDAO for Python3 also needs python3-rdflib, but this is
currently only avialable in experimental, so this will be ignored for the
moment.

 -- Andreas Tille <tille@debian.org>  Tue, 04 Mar 2014 11:16:02 +0100