File: README.test

package info (click to toggle)
cif-tools 1.0.13-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,436 kB
  • sloc: cpp: 2,418; sh: 10; makefile: 5
file content (21 lines) | stat: -rw-r--r-- 620 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
Notes on how this package can be tested.
────────────────────────────────────────

This package can be tested by executing

    sh installation-test

in order to confirm its integrity.

Test in `installation-test` checks the following:

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

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

```
tortoize <some pdb file name>
```

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