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