File: README.test

package info (click to toggle)
dssp 4.2.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 508 kB
  • sloc: cpp: 2,977; sh: 13; makefile: 9
file content (24 lines) | stat: -rw-r--r-- 708 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
Notes on how this package can be tested.
────────────────────────────────────────

This package can be tested by executing

    sh run-unit-test

in order to confirm its integrity.

Test in `run-unit-test` checks the following:

1. runs mkdssp on a typical PDB file in mmCIF format
creating a default output in mmCIF format.

1. runs mkdssp on a typical PDB file in mmCIF format
creating a default output in the old dssp format.

To test manually, run `mkdssp` like this (program output will be shown in stdout):

```
mkdssp <some pdb file name>
```

To see other options, call `mkdssp` without parameters or with `--help` key.