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`.
|