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
|
Notes on how this package can be tested.
────────────────────────────────────────
This package can be tested by executing
sh installation-test
in order to confirm its integrity.
During data processing, disulfinder writes multiple warning messages to stderr,
in `installation-test` these messages should appear. For this to be processed
in autopkgtest testsuite, `allow-stderr` restriction is set.
To test manually, run `disulfinder` like this (program output will be saved to
`res_id_41483.blastPsiMatTmb` in current directory):
```
disulfinder -a 1 -p /usr/share/doc/disulfinder/examples/res_id_41483.blastPsiMatTmb
```
If everything is ok, resulting file will be named `res_id_41483.blastPsiMatTmb`
and will contain the same content as
/usr/share/doc/disulfinder/examples/res_id_41483.expected_result.
For further details, read associated articles or run `man disulfinder`.
|