File: README.test

package info (click to toggle)
mafft 7.525-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,876 kB
  • sloc: ansic: 95,609; sh: 2,608; ruby: 1,042; perl: 668; makefile: 453
file content (19 lines) | stat: -rw-r--r-- 1,011 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
mafft for Debian
----------------

The mafft program is tested when we assemble our binary packages in our build
network. The following commands are run and compared to a reference output:

mafft                               test/sample | diff test/sample.fftns2 -
mafft --maxiterate 100              test/sample | diff test/sample.fftnsi -
mafft --globalpair                  test/sample | diff test/sample.gins1 -
mafft --globalpair --maxiterate 100 test/sample | diff test/sample.ginsi -
mafft --localpair                   test/sample | diff test/sample.lins1 -
mafft --localpair --maxiterate 100  test/sample | diff test/sample.linsi -

The test sample and the reference output are distributed compressed in the
mafft binary package in the ‘/usr/share/doc/mafft/test’ directory. You can copy
this directory to a temporary place, uncompress the files and run the above
commands to reproduce the tests on your local installation.

 -- Charles Plessy <plessy@debian.org>  Mon, 14 Dec 2009 12:43:21 +0900