File: README.test

package info (click to toggle)
disulfinder 1.2.11-10
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 15,232 kB
  • sloc: cpp: 15,877; makefile: 2,529; ansic: 1,233; sh: 77
file content (25 lines) | stat: -rw-r--r-- 971 bytes parent folder | download | duplicates (4)
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`.