File: README.test

package info (click to toggle)
librostlab-blast 1.0.1-10
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 1,836 kB
  • sloc: sh: 11,103; cpp: 251; makefile: 135
file content (23 lines) | stat: -rw-r--r-- 820 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Notes on how this package can be tested.
────────────────────────────────────────

This package can be tested by executing

    sh installation-test

in order to confirm its integrity.

To test manually, compile /usr/share/doc/librostlab-blast0-dev/examples/parseblast.cpp:

    g++ -Wall -lrostlab -lrostlab-blast parseblast.cpp -o parseblast

After that run:
    cp /usr/share/doc/librostlab-blast0-dev/examples/converged.ali.gz .
    gunzip converged.ali.gz
    ./parseblast < converged.ali

This is simplest possible test which demonstrates that librostlab-blast's header 
files are installed and can be found. 

If you wish to use library for more advanced cases, address to documentation 
available in package `librostlab-blast-doc`.